16#ifndef Source_PDF_VDF_included
17#define Source_PDF_VDF_included
20#include <Navier_Stokes_std.h>
21#include <Source_PDF_base.h>
37 DoubleTab&
ajouter_(
const DoubleTab&, DoubleTab&)
const override;
38 DoubleTab&
ajouter_(
const DoubleTab&, DoubleTab&,
const int)
const override ;
45 void correct_pressure(
const DoubleTab&,DoubleTab&,
const DoubleTab&)
const override ;
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champ_base This class is the base of the fields hierarchy.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Matrice_Morse class - Represents a (sparse) matrix M, not necessarily square,.
Matrice class - Generic class in the matrix hierarchy.
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
class Probleme_base It is a Probleme_U that is not a coupling.
Base class for output streams.
DoubleTab & ajouter_(const DoubleTab &, DoubleTab &) const override
void calculer_vitesse_imposee_power_law_tbl_u_star() override
void compute_indicateur_nodal_champ_aire() override
void calculer_variable_imposee_elem_fluid() override
void contribuer_a_avec(const DoubleTab &, Matrice_Morse &) const override
contribution to the implicit matrix of source terms, by default no contribution
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
DoubleVect tab_u_star_ibm_
local IBM u* values
void associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override
void correct_pressure(const DoubleTab &, DoubleTab &, const DoubleTab &) const override
void correct_incr_pressure(const DoubleTab &, DoubleTab &) const override
void calculer_variable_imposee_hybrid() override
void calculer_vitesse_imposee_power_law_tbl() override
void filtre_CLD(DoubleTab &) const override
DoubleVect tab_y_plus_ibm_
local IBM d+ values
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
OWN_PTR(Champ_Fonc_base) champ_y_plus_ibm_
Field for postprocessing.
OWN_PTR(Champ_Fonc_base) champ_u_star_ibm_
Field for postprocessing.
void calculer_variable_imposee_mean_grad() override
void associer_pb(const Probleme_base &) override
void multiply_coeff_volume(DoubleTab &) const override
OBS_PTR(Domaine_VDF) le_dom_VDF
int impr(Sortie &) const override
void creer_champ(const Motcle &motlu) override
const Champ_base & get_champ(const Motcle &nom) const override
void test(Matrice &) const
void verif_ajouter_contrib(const DoubleTab &variable, Matrice_Morse &matrice) const
OBS_PTR(Domaine_Cl_VDF) le_dom_Cl_VDF
class Source_PDF_base Base class for the source terms for the penalisation of the momentum in the Imm...