convection_diffusion_temperature
Inherits from: eqn_base
Energy equation (temperature diffusion convection).
Parameters:
- [penalisation_l2_ftd] (type: bloc_lecture) to activate or not (the default is Direct Forcing method) the Penalized Direct Forcing method to impose the specified temperature on the solid-fluid interface.
- [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_temperature_ibm
Inherits from: convection_diffusion_temperature
IBM Energy equation (temperature diffusion convection).
Parameters:
- [correction_variable_initiale] (type: int) Modify initial variable
- [penalisation_l2_ftd] (type: bloc_lecture) to activate or not (the default is Direct Forcing method) the Penalized Direct Forcing method to impose the specified temperature on the solid-fluid interface.
- [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.