Skip to content
Snippets Groups Projects

[bugfix] liquidphase2c has numPhases==1

Merged Timo Koch requested to merge bugfix/liquidphase2c-numphases into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -50,7 +50,7 @@ class LiquidPhaseTwoC
public:
using ParameterCache = NullParameterCache;
static constexpr int numPhases = 2; //!< Number of phases in the fluid system
static constexpr int numPhases = 1; //!< Number of phases in the fluid system
static constexpr int numComponents = 2; //!< Number of components in the fluid system
static constexpr int liquidPhaseIdx = 0; //!< index of the liquid phase
@@ -64,8 +64,7 @@ public:
/*!
* \brief Initialize the fluid system's static parameters generically
*/
static void init()
{}
static void init() {}
/****************************************
* Fluid phase related static parameters
Loading