MixtureFilePath (Case)

Contents

MixtureFilePath (Case)#

Path to the mixture-definition file used by FELiCS.

Type
string
Default
None

Example#

"Case": {
    "MixtureFilePath": "mixture.json"
}

The mixture file defines the thermodynamic, transport, and chemical properties of the fluid mixture considered in the simulation.

The path can be given either as:

  • a relative path from the FELiCS running directory,

  • or an absolute path.

See the mixture-file documentation for more details on the expected file format.