16#include <Coalescence_bulles_1groupe_base.h>
17#include <Pb_Multiphase.h>
35 for (
int n = 0; n < pbm->
nb_phases(); n++)
36 if (pbm->
nom_phase(n).
debute_par(
"liquide") && (n_l < 0 || pbm->nom_phase(n).finit_par(
"continu"))) n_l = n;
int find_liquid_phase() const
Finds the continuous liquid phase index in a multiphase problem.
Class defining operators and methods for all reading operation in an input flow (file,...
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.