16#include <Echange_global_impose_turbulent.h>
17#include <Probleme_base.h>
18#include <Domaine_VF.h>
29 h_imp_.typer(
"Champ_front_vide");
30 le_champ_front.typer(
"Champ_front_vide");
36 int nf = la_frontiere_dis->frontiere().nb_faces(), f1 = la_frontiere_dis->frontiere().num_premiere_face();
39 for (
int f =0 ; f < nf ; f++)
40 for (
int n = 0 ; n<N ; n++)
47 Motcle Turbulence=
"Turbulence";
49 if (dom_app==Turbulence)
63 la_frontiere_dis->frontiere().creer_tableau_faces(
h_);
66 la_frontiere_dis->frontiere().creer_tableau_faces(
h_grad_);
69 la_frontiere_dis->frontiere().creer_tableau_faces(
T_);
void err_pas_compatible(const Equation_base &) const
This method is called when the boundary condition is not compatible with the equation on which we try...
Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the domain of discretized boundary conditions to which the object belongs.
Base class for turbulent boundary conditions of type Echange_global_impose.
virtual int initialiser(double temps) override
Initialization at the beginning of the calculation.
int compatible_avec_eqn(const Equation_base &) const override
virtual void liste_faces_loi_paroi(IntTab &) override
void mettre_a_jour(double tps) override
Performs a time update of the boundary condition.
virtual void me_calculer()=0
Classe Echange_global_impose This class represents the special case of the class.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
Probleme_base & probleme()
Returns the problem associated with the equation.
virtual const Motcle & domaine_application() const
Returns "indeterminate" Navier_Stokes_standard for example overrides this method.
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
A character string (Nom) in uppercase.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
const Correlation_base & get_correlation(std::string nom_correlation) const
Base class for output streams.