AnalysisMode (Case)#
Controls the type of linear analysis performed by the FELiCS run.
- Type
- string
- Default
"Modal"
Accepted values |
Description |
|---|---|
|
Indicates a linear modal (stability) analysis |
|
Indicates a resolvent (optimal input/output) analysis |
|
Indicates an input/output (linear response or harmonic response) analysis |
Example#
"Case": {
"AnalysisMode": "Resolvent"
}
For more information about the theory behind each type of analysis, see the pages about modal, input-output and resolvent analyses.