16#include <Frottement_interfacial_Weber.h>
17#include <Pb_Multiphase.h>
30 param.ajouter(
"Weber_critique", &
We_c);
31 param.lire_avec_accolades_depuis(is);
34 const Pb_Multiphase *pbm = sub_type(Pb_Multiphase, pb_.valeur()) ? &ref_cast(Pb_Multiphase, pb_.valeur()) : nullptr;
36 for (
int n = 0; n < pbm->
nb_phases(); n++)
47 const DoubleTab& rho,
const DoubleTab& mu,
const DoubleTab& sigma,
double Dh,
48 const DoubleTab& ndv,
const DoubleTab& d_bulles, DoubleTab& coeff)
const
55 Cx = 24. / Reb * (1. + 0.1 * pow(Reb, 0.75));
57 const double pi=2.*acos(0.);
59 coeff(
n_l,
n_g, 1) = coeff(
n_g,
n_l, 1) = 6. * alpha(
n_g) / (pi * pow(Db, 3.)) * Cx ;
Class defining operators and methods for all reading operation in an input flow (file,...
Interfacial friction coefficients for annular flow using the Wallis correlation, where the interfacia...
void coefficient(const DoubleTab &alpha, const DoubleTab &p, const DoubleTab &T, const DoubleTab &rho, const DoubleTab &mu, const DoubleTab &sigma, double Dh, const DoubleTab &ndv, const DoubleTab &d_bulles, DoubleTab &coeff) const override
Frottement_interfacial_base class: utility for interfacial friction operators taking the form.
virtual int debute_par(const char *const n) const
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.
Multiphase thermohydraulics problem of type "3*N equations":
const Nom & nom_phase(int i) const
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.