16#include <Transport_turbulent_aire_interfaciale.h>
17#include <Pb_Multiphase.h>
35 param.ajouter(
"CstDiff", &cst_diff);
37 param.ajouter(
"ng2", &n_g2);
39 param.lire_avec_accolades_depuis(is);
51 for (
int i = 0; i < nl; i++)
52 for (
int n = 0; n < 1; n++)
53 nu(i, n) = (n == n_g2) ? 0.825 * d_b_p(i,n) * std::sqrt((*k_turb)(i,n)) : cst_diff * d_b_p(i,n) * std::sqrt((*k_turb)(i,n));
55 for (
int i = 0; i < nl; i++)
56 for (
int n = 0; n < N; n++)
57 for (
int d = 0; d < D; d++)
58 nu(i, n, d) = (n == n_g2) ? 0.825 * d_b_p(i,n) * std::sqrt((*k_turb)(i,n)) : cst_diff * d_b_p(i,n) * std::sqrt((*k_turb)(i,n));
60 for (
int i = 0; i < nl; i++)
61 for (
int n = 0; n < N; n++)
62 for (
int d = 0; d < D; d++)
63 nu(i, n, d, d) = (n == n_g2) ? 0.825 * d_b_p(i,n) * std::sqrt((*k_turb)(i,n)) : cst_diff * d_b_p(i,n) * std::sqrt((*k_turb)(i,n));
virtual DoubleTab & passe(int i=1)
Convection_Diffusion_std This class is the base for equations modelling the transport.
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
Class defining operators and methods for all reading operation in an input flow (file,...
Probleme_base & probleme()
Returns the problem associated with the equation.
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.
const Champ_base & get_champ(const Motcle &nom) const override
Base class for output streams.
_SIZE_ dimension(int d) const
Turbulent transport of interfacial area, using the closure:
void modifier_mu(const Convection_Diffusion_std &eq, const Viscosite_turbulente_base &visc_turb, DoubleTab &nu) const override
Correlations describing the effect of turbulence in another equation (thermal, turbulent quantities,...
Turbulent viscosity correlations describing the Reynolds stress tensor R_{ij} = - <u'_i u'_j>.