Type details
Monofluid model
-
struct monofluid_cons_t
Type containing conservative variables for a monofluid model.
Public Functions
-
inline monofluid_cons_t()
Public Static Attributes
-
static constexpr unsigned nvar = 2 + P4EST_DIM
-
inline monofluid_cons_t()
Bifluid5eq model
-
struct bifluid5eq_cons_t
Type containing conservative variables for a bifluid5eq model.
Public Functions
-
inline bifluid5eq_cons_t()
Public Members
-
double mg
mass of gas per unit volume
-
double ml
mass of liquid per unit volume
-
double mE
total energy per unit volume
-
double ag
gas volume fraction
Public Static Attributes
-
static constexpr unsigned nvar = 4 + P4EST_DIM
-
inline bifluid5eq_cons_t()
-
struct bifluid5eq_prim_t
Type containing primitive variables for a bifluid5eq model.
Public Functions
-
inline bifluid5eq_prim_t()
Public Members
-
double mg
mass of gas per unit volume
-
double ml
mass of liquid per unit volume
-
double P
pressure
-
double T
temperature
-
double ag
gas volume fraction
Public Static Attributes
-
static constexpr unsigned nvar = 5 + P4EST_DIM
-
inline bifluid5eq_prim_t()
Bifluid7eq model
-
struct bifluid7eq_cons_t
Type containing conservative variables for a bifluid7eq model.
Public Functions
-
inline bifluid7eq_cons_t()
Public Members
-
double mg
mass of gas per unit volume
-
double mgEg
total energy of the gas phase per unit volume
-
double ml
mass of liquid per unit volume
-
double mlEl
total energy of of the liquid phase per unit volume
-
double ag
gas volume fraction
Public Static Attributes
-
static constexpr unsigned nvar = 5 + 2 * P4EST_DIM
-
inline bifluid7eq_cons_t()
-
struct bifluid7eq_prim_t
Type containing primitive variables for a bifluid7eq model.
Public Functions
-
inline bifluid7eq_prim_t()
Public Members
-
double mg
mass of gas per unit volume
-
double Pg
pressure of the gas phase
-
double Tg
temperature of the gas phase
-
double ml
mass of liquid per unit volume
-
double Pl
pressure of liquid
-
double Tl
temperature of liquid
-
double ag
gas volume fraction
Public Static Attributes
-
static constexpr unsigned nvar = 7 + 2 * P4EST_DIM
-
inline bifluid7eq_prim_t()