FluidMixture.hpp
Provide a base of implementation for the mixture classes.
Definition: GeneralMixture.hpp:58
auto state(Temperature T, Pressure P, VectorConstRef n) const -> FluidMixtureState
Calculate the state of the fluid (gaseous or liquid) mixture.
Definition: FluidMixture.cpp:33
auto species() const -> const std::vector< FluidSpecies > &
Return the species that compose the mixture.
Definition: GeneralMixture.hpp:155
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
A type that describes temperature in units of K.
Definition: ThermoScalar.hpp:177
A type used to describe the state of a mixture.
Definition: GeneralMixture.hpp:37
virtual ~FluidMixture()
Destroy the FluidMixture instance.
Definition: FluidMixture.cpp:30
FluidMixture()
Construct a default FluidMixture instance.
Definition: FluidMixture.cpp:22
A type used to describe the state of a fluid (gaseous or liquid) mixture.
Definition: FluidMixture.hpp:28
Eigen::Ref< const Eigen::VectorXd > VectorConstRef
< Alias to Eigen type Ref<VectorXd>.
Definition: Matrix.hpp:31