TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Keywords derived from fluide_base

fluide_base

Inherits from: milieu_base

Basic class for fluids.

Parameters:

  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [lambda_ | lambda] (type: field_base) Conductivity (W.m-1.K-1).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).

fluide_quasi_compressible

Inherits from: fluide_base

Quasi-compressible flow with a low mach number assumption; this means that the thermo- dynamic pressure (used in state law) is uniform in space.

Parameters:

  • [sutherland] (type: bloc_sutherland) Sutherland law for viscosity and for conductivity.
  • [pression] (type: float) Initial thermo-dynamic pressure used in the assosciated state law.
  • [loi_etat] (type: loi_etat_base) The state law that will be associated to the Quasi-compressible fluid.
  • [traitement_pth] (type: string into ['edo', 'constant', 'conservation_masse']) Particular treatment for the thermodynamic pressure Pth ; there are three possibilities: 1) with the keyword \'edo\' the code computes Pth solving an O.D.E. ; in this case, the mass is not strictly conserved (it is the default case for quasi compressible computation): 2) the keyword \'conservation_masse\' forces the conservation of the mass (closed geometry or with periodic boundaries condition) 3) the keyword \'constant\' makes it possible to have a constant Pth ; it\'s the good choice when the flow is open (e.g. with pressure boundary conditions). It is possible to monitor the volume averaged value for temperature and density, plus Pth evolution in the .evol_glob file.
  • [traitement_rho_gravite] (type: string into ['standard', 'moins_rho_moyen']) It may be :1) `standard` : the gravity term is evaluted with rho*g (It is the default). 2) `moins_rho_moyen` : the gravity term is evaluated with (rho-rhomoy) g. Unknown pressure is then P=P+rhomoy*g*z. It is useful when you apply uniforme pressure boundary condition like P*=0.
  • [temps_debut_prise_en_compte_drho_dt] (type: float) While time<value, dRho/dt is set to zero (Rho, volumic mass). Useful for some calculation during the first time steps with big variation of temperature and volumic mass.
  • [omega_relaxation_drho_dt] (type: float) Optional option to have a relaxed algorithm to solve the mass equation. value is used (1 per default) to specify omega.
  • [lambda_ | lambda] (type: field_base) Conductivity (W.m-1.K-1).
  • [mu] (type: field_base) Dynamic viscosity (kg.m-1.s-1).
  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).

fluide_sodium_gaz

Inherits from: fluide_base

Class for Fluide_sodium_gaz (real fluid)

Parameters:

  • [p_ref] (type: float) Use to set the pressure value in the closure law. If not specified, the value of the pressure unknown will be used
  • [t_ref] (type: float) Use to set the temperature value in the closure law. If not specified, the value of the temperature unknown will be used
  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [lambda_ | lambda] (type: field_base) Conductivity (W.m-1.K-1).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).

fluide_sodium_liquide

Inherits from: fluide_base

Class for Fluide_sodium_liquide (real fluid)

Parameters:

  • [p_ref] (type: float) Use to set the pressure value in the closure law. If not specified, the value of the pressure unknown will be used
  • [t_ref] (type: float) Use to set the temperature value in the closure law. If not specified, the value of the temperature unknown will be used
  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [lambda_ | lambda] (type: field_base) Conductivity (W.m-1.K-1).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).

fluide_stiffened_gas

Inherits from: fluide_base

Class for Stiffened Gas

Parameters:

  • [gamma] (type: float) Heat capacity ratio (Cp/Cv)
  • [pinf] (type: float) Stiffened gas pressure constant (if set to zero, the state law becomes identical to that of perfect gases)
  • [mu] (type: float) Dynamic viscosity
  • [lambda_ | lambda] (type: float) Thermal conductivity
  • [cv] (type: float) Thermal capacity at constant volume
  • [q] (type: float) Reference energy
  • [q_prim] (type: float) Model constant
  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).

fluide_weakly_compressible

Inherits from: fluide_base

Weakly-compressible flow with a low mach number assumption; this means that the thermo- dynamic pressure (used in state law) can vary in space.

Parameters:

  • [loi_etat] (type: loi_etat_base) The state law that will be associated to the Weakly-compressible fluid.
  • [sutherland] (type: bloc_sutherland) Sutherland law for viscosity and for conductivity.
  • [traitement_pth] (type: string into ['constant']) Particular treatment for the thermodynamic pressure Pth ; there is currently one possibility: 1) the keyword \'constant\' makes it possible to have a constant Pth but not uniform in space ; it\'s the good choice when the flow is open (e.g. with pressure boundary conditions).
  • [lambda_ | lambda] (type: field_base) Conductivity (W.m-1.K-1).
  • [mu] (type: field_base) Dynamic viscosity (kg.m-1.s-1).
  • [pression_thermo] (type: float) Initial thermo-dynamic pressure used in the assosciated state law.
  • [pression_xyz] (type: field_base) Initial thermo-dynamic pressure used in the assosciated state law. It should be defined with as a Champ_Fonc_xyz.
  • [use_total_pressure] (type: int) Flag (0 or 1) used to activate and use the total pressure in the assosciated state law. The default value of this Flag is 0.
  • [use_hydrostatic_pressure] (type: int) Flag (0 or 1) used to activate and use the hydro-static pressure in the assosciated state law. The default value of this Flag is 0.
  • [use_grad_pression_eos] (type: int) Flag (0 or 1) used to specify whether or not the gradient of the thermo-dynamic pressure will be taken into account in the source term of the temperature equation (case of a non-uniform pressure). The default value of this Flag is 1 which means that the gradient is used in the source.
  • [time_activate_ptot] (type: float) Time (in seconds) at which the total pressure will be used in the assosciated state law.
  • [indice] (type: field_base) Refractivity of fluid.
  • [kappa] (type: field_base) Absorptivity of fluid (m-1).
  • [rho] (type: field_base) Density (kg.m-3).
  • [cp] (type: field_base) Specific heat (J.kg-1.K-1).
  • [diametre_hyd_champ] (type: field_base) Hydraulic diameter field (optional).
  • [porosites_champ] (type: field_base) The porosity is given at each element and the porosity at each face, Psi(face), is calculated by the average of the porosities of the two neighbour elements Psi(elem1), Psi(elem2) : Psi(face)=2/(1/Psi(elem1)+1/Psi(elem2)). This keyword is optional.
  • [porosites] (type: porosites) Porosities.
  • [gravite] (type: field_base) Gravity field (optional).