16#ifndef Loi_Etat_Binaire_GP_base_included
17#define Loi_Etat_Binaire_GP_base_included
19#include <Loi_Etat_Melange_GP_base.h>
Base class for a dilatable fluid, inheriting from Fluide_base.
void calculer_masse_volumique() override=0
Recomputes the density (masse volumique).
void calculer_lambda() override
Computes the thermal conductivity.
void calculer_mu_sur_Sc() override
Computes the dynamic viscosity divided by the Schmidt number (rho*D).
void calculer_nu_sur_Sc() override
Computes the kinematic viscosity divided by the Schmidt number (D).
Loi_Etat_Binaire_GP_base()
void calculer_Cp() override
Computes Cp. Does nothing: Cp is constant.
const Nom type_fluide() const override
Returns the type of fluid associated.
void calculer_mu() override
Computes the dynamic viscosity.
void calculer_alpha() override
Computes the thermal diffusivity.
void calculer_mu_wilke()
Computes the mixture dynamic viscosity (depends on mass fractions). See Wilke https://aip.
double inverser_Pth(double, double) override
Computes the thermodynamic pressure from temperature and density.
State law class for a mixture of ideal gases.
class Nom: a character string for naming TRUST objects.