ForcingMode (IOResolvent)

Contents

ForcingMode (IOResolvent)#

Defines how forcing is applied in resolvent or input/output analyses.

Type
string
Default
"Body"

Accepted values

Description

"Body"

Applies forcing within the computational domain

"Boundary"

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".