ForcingMode (IOResolvent)#
Defines how forcing is applied in resolvent or input/output analyses.
- Type
- string
- Default
"Body"
Accepted values |
Description |
|---|---|
|
Applies forcing within the computational domain |
|
Applies forcing on selected boundaries |
Example#
"IOResolvent": {
"ForcingMode": "Boundary",
"ForcingBoundaryIndices": [1, 3]
}
When "Boundary" forcing is selected, the forced boundaries should be specified through ForcingBoundaryIndices.
This parameter is only relevant when Case.AnalysisMode is set to "InputOutput".