IOResolvent parameters

IOResolvent parameters#

The IOResolvent category contains parameters related to resolvent and input/output (IO) analyses performed by FELiCS.

These parameters define the forcing configuration, response norms, and analyzed frequencies.

Contents#

Parameter

Description

ForcingBoundaryIndices

Boundary indices where forcing is applied in IO analysis

ForcingMode

Type of forcing applied in the analysis

ForcingNorm

Norm used for the forcing term

ResponseNorm

Norm used for the response term

Omegas

Angular frequencies analyzed of the run

Example#

"IOResolvent": {
    "Omegas": [1.0, 2.0],
    "ForcingMode": "Body",
    "ForcingNorm": "Chu",
    "ResponseNorm": "Chu"
}

Detailed content#