FluidSpecies.hpp
auto setAcentricFactor(double val) -> void
Set the acentric factor of the fluids (gaseous or liquid) species.
Definition: FluidSpecies.cpp:62
auto acentricFactor() const -> double
Return the acentric factor of the fluids (gaseous or liquid) species.
Definition: FluidSpecies.cpp:82
FluidSpecies()
Construct a default FluidSpecies instance.
Definition: FluidSpecies.cpp:40
auto setCriticalTemperature(double val) -> void
Set the critical temperature of the fluids (gaseous or liquid) species (in units of K)
Definition: FluidSpecies.cpp:48
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto setThermoData(const FluidSpeciesThermoData &thermo) -> void
Set the thermodynamic data of the fluids (gaseous or liquid) species.
Definition: FluidSpecies.cpp:67
A type for storing the thermodynamic data of fluid (gaseous or liquid) species.
Definition: ThermoData.hpp:231
auto thermoData() const -> const FluidSpeciesThermoData &
Return the thermodynamic data of the fluids (gaseous or liquid) species.
Definition: FluidSpecies.cpp:87
auto setCriticalPressure(double val) -> void
Set the critical pressure of the fluids (gaseous or liquid) species (in units of Pa)
Definition: FluidSpecies.cpp:55
A type to describe the attributes of a fluids (gaseous or liquid) species.
Definition: FluidSpecies.hpp:31
auto criticalPressure() const -> double
Return the critical pressure of the fluids (gaseous or liquid) species (in units of Pa)
Definition: FluidSpecies.cpp:77
auto criticalTemperature() const -> double
Return the critical temperature of the fluids (gaseous or liquid) species (in units of K)
Definition: FluidSpecies.cpp:72