GaseousPhase.hpp
auto mixture() const -> const FluidMixture &
Return a const reference of the FluidMixture instance.
Definition: FluidPhase.cpp:122
GaseousPhase(const GaseousMixture &mixture)
Construct a GaseousPhase instance with given gaseous mixture.
Definition: GaseousPhase.hpp:42
PhaseType
A type to define the possible state of matter of a phase.
Definition: Phase.hpp:34
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
Definition: GaseousPhase.hpp:32
GaseousPhase()
Construct a default GaseousPhase instance.
Definition: GaseousPhase.hpp:35