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

cons_euler

Inherits from: eqn_base

Base class equation for a multi-phase Euler conservation equations

Parameters:

  • [termes_non_conservatifs | non_conservative_terms] (type: bloc_op_non_conservativtifs) Keyword to alter the non-conservative scheme.
  • [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.

energy_euler

Synonyms: energie_euler

Inherits from: cons_euler

Internal energy conservation equation for a multi-phase Euler problem where the unknown is the temperature

Parameters:

  • [termes_non_conservatifs | non_conservative_terms] (type: bloc_op_non_conservativtifs) Keyword to alter the non-conservative scheme.
  • [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.

fraction_euler

Inherits from: cons_euler

Void fraction conservation equation for a multi-phase Euler problem where the unknown is the temperature

Parameters:

  • [termes_non_conservatifs | non_conservative_terms] (type: bloc_op_non_conservativtifs) Keyword to alter the non-conservative scheme.
  • [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.

masse_euler

Synonyms: density_euler

Inherits from: cons_euler

Mass consevation equation for a multi-phase Euler problem where the unknown is the alpha (void fraction)

Parameters:

  • [termes_non_conservatifs | non_conservative_terms] (type: bloc_op_non_conservativtifs) Keyword to alter the non-conservative scheme.
  • [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.