16#include <Flux_interfacial_Kim_Park.h>
17#include <Pb_Multiphase.h>
36 for (
int n = 0; n < pbm->
nb_phases(); n++)
41 if (!pbm->
has_champ(
"diametre_bulles"))
Process::exit(
"Flux_interfacial_Ranz_Mashall : bubble diameter needed !");
47 for (k = 0; k < N; k++)
50 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);
54 double Nu = 0.2575 * std::pow(Re_b, .7)*std::pow(Pr, -.4564)*std::pow(Ja, -.2043);
Class defining operators and methods for all reading operation in an input flow (file,...
Kim-Park interfacial heat flux correlation.
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