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:
|
Typical file type |
Description |
|---|---|---|
|
|
Mean flow defined on an external CFD grid and interpolated onto the FELiCS mesh |
|
|
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.