Skip to content
Snippets Groups Projects
Commit e50a4ae1 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[co2] implement missing gasIsIdeal() function

parent 1937da46
No related branches found
No related tags found
1 merge request!1153Feature/reuse brine in brine co2
...@@ -119,6 +119,12 @@ public: ...@@ -119,6 +119,12 @@ public:
static Scalar maxTabulatedTemperature() static Scalar maxTabulatedTemperature()
{ return CO2Tables::tabulatedEnthalpy.maxTemp(); /* [K] */ } { return CO2Tables::tabulatedEnthalpy.maxTemp(); /* [K] */ }
/*!
* \brief Returns true if the gas phase is assumed to be ideal
*/
static constexpr bool gasIsIdeal()
{ return false; }
/*! /*!
* \brief The vapor pressure in \f$\mathrm{[Pa]}\f$ of pure CO2 * \brief The vapor pressure in \f$\mathrm{[Pa]}\f$ of pure CO2
* at a given temperature. * at a given temperature.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment