AnalysisMode (Case)

Contents

AnalysisMode (Case)#

Controls the type of linear analysis performed by the FELiCS run.

Type
string
Default
"Modal"

Accepted values

Description

"Modal"

Indicates a linear modal (stability) analysis

"Resolvent"

Indicates a resolvent (optimal input/output) analysis

"InputOutput"

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.