MolVisc (Case)#
Defines the mean flow molecular viscosity value used by FELiCS when a constant viscosity model is selected.
- Type
- float
- Default
0.0
Example#
"Case": {
"MolViscModel": "Constant",
"MolVisc": 1.5e-5
}
The interpretation of MolVisc depends on the governing equations used in the simulation:
incompressible equations:
MolViscrepresents the kinematic viscosity.compressible equations:
MolViscrepresents the dynamic viscosity.
This parameter is only used when MolViscModel is set to "Constant".