Table des matières

Namelist "Fluid_Properties"

Most of data are initialized with a default value that could be used by the code if this data is not set to the user's value.
Data are used or not depending on the context. For this reason, useless data could be omitted in the data set.
The user must therefore ensure that useful data are explicitly stated unless he is sure that the default value is correct (if there is any doubt, you can check the file named “check_namelist_data.dat”).
Some examples are given here for helping the user about this namelist.

Full data set of the Namelist

The values are arbitrary chosen.

 &Fluid_Properties  Variable_Density          = .true. , 
                 Incomp_Multifluids           = .false.   , 
                 Constant_Mass_Flow           = .false. , 
                 MultiSpecies_Flow            = .true. ,
                 Heat_Transfer_Flow           = .false.  ,
                  Heat_Capacity_Ratio         = 1.4  ,
                 Reference_Dynamic_Viscosity  = 1.84D-05 ,
                 Reference_Dynamic_Viscosity_2= 1.84D-05 , 
                 Reference_Density            = 1.2058789 ,
                 Reference_Density_2          = 0.4 ,
                 Surface_Tension_Coefficient  = 0.0 ,
                 Prandtl                      = 0.71 ,
                 Reference_Temperature        = 293.0    , 
                 Molecular_Mass               = 2.9D-02            ,
                 Thermal_Expansion_Coefficient= 0.0
                 Reference_Heat_Capacity      = 1000.00  ,
                 Sutherland_Law_Enabled                                    = .false.   ,
                 Multi_Species_Mixture_Law_for_Viscosity_Enabled           = .false. ,
                 Multi_Species_Mixture_Law_for_Thermal_Conductivity_Enabled= .false. ,
                 Multi_Species_Mixture_Law_for_Mass_Diffusion_Enabled      = .false.  ,
                 Soret_Effect_Enabled                                      = .false. ,
                 Axisymmetric_Case_3D_Enabled                              = .false. /
                 
The reference values of physical quantities are used in different ways :
  • For incompressible flows with heat transfer, the “Reference_Temperature” is used to define the reference temperature implied in the buoyancy force (see the namelist "Gravity".
  • If the incompressible fluid is a gas, the “Reference_Temperature” can be also used by the code in order to calculate automatically the thermal expansion coefficient (for that, the user must set the variable “Thermal_Expansion_Coefficient” to zero).
  • For incompressible two-phase flows, the “Reference_Density” and the “Reference_Density_2” are used in order to initialize the density field. This field must be explicitly defined by an user's function in the module “module_user_define_init_fields.f90”. The dynamic viscosity field is automatically initialized from the data “Reference_Density” and “Reference_Density_2”.
  • For low Mach number flows, the reference pressure value is calculated from the “Reference_Density”, the “Reference_Temperature” and the “Molecular_Mass” by using the equation of state of perfect gas.
    This pressure, that is uniform over the domain, is thus used for initializing the density field, knowing the temperature field (defined with the namelist "Temperature_Initialization") and the species mass fraction fields (defined with the namelist "Species_Initialization") in the particular case of multi-species flows.
  • For low Mach number flows or incompressible two-phase flows, the “Reference_Density” is also implied in the gravity/buoyancy force (see the namelist "Gravity".
  • The “Reference_Dynamic_Viscosity” must be in accordance with the “Reference_Temperature” when the viscosity depends on the temperature (Sutherland's law).

Find here some examples


Definition of the data set


Variable_Density

Incomp_MultiFluids

Constant_Mass_Flow

Constant_Pressure_Flow

Variable_Fluid_Volume

MultiSpecies_Flow

Heat_Transfer_Flow

Reference_Temperature

Reference_Density

Reference_Density_2

Reference_Dynamic_Viscosity

Reference_Dynamic_Viscosity_2

Surface_Tension_Coefficient

Prandtl

Molecular_Mass

Thermal_Expansion_Coefficient

Reference_Heat_Capacity

Sutherland_Law_Enabled

Multi_Species_Mixture_Law_for_Viscosity_Enabled

Multi_Species_Mixture_Law_for_Thermal_Conductivity_Enabled

Multi_Species_Mixture_Law_for_Mass_Diffusion_Enabled

Soret_Effect_Enabled

Axisymmetric_Case_3D_Enabled