MeanFlowFilePath (FlowInput)

Contents

MeanFlowFilePath (FlowInput)#

Path to the mean-flow input file used by FELiCS.

Type
string
Default
None

Example#

"FlowInput": {
    "MeanFlowFilePath": "meanflow.fel"
}

The path can be given either as:

  • a relative path from the FELiCS running directory,

  • or an absolute path.

The expected file type depends on the value of needInterpolation:

needInterpolation

Typical file type

Description

true

.fel

Mean flow defined on an external CFD grid and interpolated onto the FELiCS mesh

false

MeanFlow.h5

Mean flow previously exported by FELiCS on the same computational mesh

See the documentation page on input mean-flow files for more details on supported formats.