16#include <Dirichlet_loi_paroi.h>
17#include <Domaine_Cl_dis_base.h>
18#include <Equation_base.h>
29 int nf = la_frontiere_dis->frontiere().nb_faces(), f1 = la_frontiere_dis->frontiere().num_premiere_face();
32 for (
int f =0 ; f < nf ; f++)
33 for (
int n = 0 ; n<N ; n++)
40 Motcle Turbulence=
"Turbulence";
42 if (dom_app==Turbulence)
56 la_frontiere_dis->frontiere().creer_tableau_faces(
d_);
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.
Classe Dirichlet_loi_paroi Base class for imposed values in a boundary condition of the turbulence eq...
void mettre_a_jour(double tps) override
Performs a time update of the boundary condition.
int compatible_avec_eqn(const Equation_base &) const override
virtual void me_calculer()=0
virtual void liste_faces_loi_paroi(IntTab &)
virtual int initialiser(double temps) override
Initialization at the beginning of the calculation.
Dirichlet This class is the base class of the hierarchy of Dirichlet-type boundary conditions.
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....
virtual const Motcle & domaine_application() const
Returns "indeterminate" Navier_Stokes_standard for example overrides this method.
A character string (Nom) in uppercase.
const Nom & que_suis_je() const
Returns the string identifying the class.
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.
Base class for output streams.