TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
Keywords derived from convection_diffusion_espece_binaire_qc

convection_diffusion_espece_binaire_qc

Inherits from: eqn_base

Species conservation equation for a binary quasi-compressible fluid.

Parameters:

  • [disable_equation_residual] (type: int) The equation residual will not be used for the problem residual used when checking time convergence or computing dynamic time-step
  • [convection] (type: bloc_convection) Keyword to alter the convection scheme.
  • [diffusion] (type: bloc_diffusion) Keyword to specify the diffusion operator.
  • [conditions_limites | boundary_conditions] (type: list of Condlimlu) Boundary conditions.
  • [conditions_initiales | initial_conditions] (type: list of Condinit) Initial conditions.
  • [sources] (type: list of Source_base) The sources.
  • [ecrire_fichier_xyz_valeur] (type: ecrire_fichier_xyz_valeur) This keyword is used to write the values of a field only for some boundaries in a text file
  • [parametre_equation] (type: parametre_equation_base) Keyword used to specify additional parameters for the equation
  • [equation_non_resolue] (type: string) The equation will not be solved while condition(t) is verified if equation_non_resolue keyword is used. Exemple: The Navier-Stokes equations are not solved between time t0 and t1. Navier_Sokes_Standard { equation_non_resolue (t>t0)*(t<t1) }
  • [renommer_equation | rename_equation] (type: string) Rename the equation with a specific name.

convection_diffusion_espece_binaire_turbulent_qc

Inherits from: convection_diffusion_espece_binaire_qc

Species conservation equation for a binary quasi-compressible fluid as well as the associated turbulence model equations.

Parameters:

  • [modele_turbulence] (type: modele_turbulence_scal_base) Turbulence model for the species conservation equation.
  • [disable_equation_residual] (type: int) The equation residual will not be used for the problem residual used when checking time convergence or computing dynamic time-step
  • [convection] (type: bloc_convection) Keyword to alter the convection scheme.
  • [diffusion] (type: bloc_diffusion) Keyword to specify the diffusion operator.
  • [conditions_limites | boundary_conditions] (type: list of Condlimlu) Boundary conditions.
  • [conditions_initiales | initial_conditions] (type: list of Condinit) Initial conditions.
  • [sources] (type: list of Source_base) The sources.
  • [ecrire_fichier_xyz_valeur] (type: ecrire_fichier_xyz_valeur) This keyword is used to write the values of a field only for some boundaries in a text file
  • [parametre_equation] (type: parametre_equation_base) Keyword used to specify additional parameters for the equation
  • [equation_non_resolue] (type: string) The equation will not be solved while condition(t) is verified if equation_non_resolue keyword is used. Exemple: The Navier-Stokes equations are not solved between time t0 and t1. Navier_Sokes_Standard { equation_non_resolue (t>t0)*(t<t1) }
  • [renommer_equation | rename_equation] (type: string) Rename the equation with a specific name.