LiquidPhase.hpp
auto mixture() const -> const FluidMixture &
Return a const reference of the FluidMixture instance.
Definition: FluidPhase.cpp:122
PhaseType
A type to define the possible state of matter of a phase.
Definition: Phase.hpp:34
LiquidPhase()
Construct a default LiquidPhase instance.
Definition: LiquidPhase.hpp:35
Class that defines a fluid (gaseous or liquid) phase.
Definition: FluidPhase.hpp:34
Provides a computational representation of a fluid (gaseous or liquid) mixture.
Definition: FluidMixture.hpp:38
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
LiquidPhase(const LiquidMixture &mixture)
Construct a GaseousPhase instance with given gaseous mixture.
Definition: LiquidPhase.hpp:42
Definition: LiquidPhase.hpp:32