Case parameters#
The Case category contains the main parameters defining the physical problem, mathematical formulation, and type of linear analysis performed by FELiCS.
Contents#
Parameter |
Description |
|---|---|
Type of linear analysis performed by FELiCS |
|
Enables the computation of adjoint modes in modal analysis |
|
Coordinate system used for the computation |
|
Controls how mean-flow fields are imported onto the FELiCS computational mesh |
|
Path to the computational mesh file |
|
Path to the mixture-definition file |
|
Constant molecular viscosity value |
|
Molecular viscosity model used in the simulation |
|
Model used for fluctuating molecular viscosity |
|
Enables reaction-related quantities in FELiCS |
|
Path to the species-definition file (currently unused, reserved for upcoming developments) |
|
Wavenumber in the spectral direction |
|
Number of spatial dimensions resolved by the mesh |
|
Global Prandtl number used for thermal diffusion |
|
Defines the transported equations and variables |
|
Turbulence model used in the simulation |
Example#
"Case": {
"AnalysisMode": "Resolvent",
"CoordinateSystem": "Cartesian",
"nDim": 2,
"MeshFilePath": "mesh.msh"
}
Detailed content#
- AnalysisMode (
Case) - CalculateAdjoint (
Case) - CoordinateSystem (
Case) - needInterpolation (
Case) - MeshFilePath (
Case) - MixtureFilePath (
Case) - MolVisc (
Case) - MolViscModel (
Case) - MolViscPerturbModel (
Case) - Reaction (
Case) - SpeciesFilePath (
Case) - m (
Case) - nDim (
Case) - PrandtlNumber (
Case) - SetOfEquations (
Case) - TurbulenceModel (
Case)