16#include <Discretisation_base.h>
17#include <Champ_Uniforme.h>
18#include <Equation_base.h>
19#include <Milieu_base.h>
22#include <Perf_counters.h>
28 return OWN_PTR(Source_base)::printOn(os);
33 return OWN_PTR(Source_base)::readOn(is);
57 if(eqn.
que_suis_je() ==
"Navier_Stokes_standard_sensibility" && typ==
"boussinesq_temperature")
58 type =
"boussinesq_temperature_sensibility_VEFPreP1B_P1NC";
75 statistics().begin_count(STD_COUNTERS::source_terms,statistics().get_last_opened_counter_level()+1);
76 DoubleTab& tmp = valeur().ajouter(xx);
77 statistics().end_count(STD_COUNTERS::source_terms);
90 statistics().begin_count(STD_COUNTERS::source_terms,statistics().get_last_opened_counter_level()+1);
91 DoubleTab& tmp = valeur().calculer(xx);
92 statistics().end_count(STD_COUNTERS::source_terms);
virtual Nom get_name_of_type_for(const Nom &class_operateur, const Nom &type_operteur, const Equation_base &eqn, const OBS_PTR(Champ_base)&champ_supp=OBS_PTR(Champ_base)()) const
Fills the Nom type depending on the class of operator, the type of operator and the equation.
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....
const Discretisation_base & discretisation() const
Returns the discretization associated with the equation.
class Nom: a character string for naming TRUST objects.
const Nom & que_suis_je() const
Returns the string identifying the class.
Base class for output streams.
Source_base A Source_base object is a term appearing on the right-hand side of an.
Source Generic class of the source term hierarchy. A Source object can.
DoubleTab & ajouter(DoubleTab &) const
Call to the underlying object.
DoubleTab & calculer(DoubleTab &) const
Call to the underlying object.
void typer(const Nom &, const Equation_base &)
Types the source by computing the required type name from the provided parameters.
void typer_direct(const Nom &)