16#include <Flux_interfacial_Wolfert_composant.h>
17#include <Pb_Multiphase.h>
29 param.ajouter(
"Pr_t", &
Pr_t_);
30 param.ajouter(
"dv_min", &
dv_min_);
31 param.lire_avec_accolades_depuis(is);
41 for (
int n = 0; n < pbm->
nb_phases(); n++)
46 if (!pbm->
has_champ(
"diametre_bulles"))
Process::exit(
"Flux_interfacial_Ranz_Mashall : bubble diameter needed !");
52 for (k = 0; k < N; k++)
55 int ind_trav = (k>
n_l) ? (
n_l*(N-1)-(
n_l-1)*(
n_l)/2) + (k-
n_l-1) : (k*(N-1)-(k-1)*(k)/2) + (
n_l-k-1);
59 double lambda_turb =
Pr_t_ * 0.06 * U_tau * in.
dh ;
61 double Nu = 12./M_PI*Ja + 2/std::sqrt(M_PI)*(1+lambda_turb*in.
rho[
n_l]*in.
Cp[
n_l]/in.
lambda[
n_l])*std::sqrt(Pe);
Class defining operators and methods for all reading operation in an input flow (file,...
Wolfert interfacial heat flux correlation (component variant).
void coeffs(const input_t &in, output_t &out) const override
void completer() override
Base class for interfacial heat flux correlations of 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
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
_SIZE_ dimension(int d) const