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 |
|---|---|
Boundary indices where forcing is applied in IO analysis |
|
Type of forcing applied in the analysis |
|
Norm used for the forcing term |
|
Norm used for the response term |
|
Angular frequencies analyzed of the run |
Example#
"IOResolvent": {
"Omegas": [1.0, 2.0],
"ForcingMode": "Body",
"ForcingNorm": "Chu",
"ResponseNorm": "Chu"
}