Skip to content
Snippets Groups Projects
Commit 6e5773ea authored by Timo Koch's avatar Timo Koch
Browse files

[bugfix] liquidphase2c has numPhases==1

parent 3b594c44
No related branches found
No related tags found
1 merge request!1116[bugfix] liquidphase2c has numPhases==1
...@@ -50,7 +50,7 @@ class LiquidPhaseTwoC ...@@ -50,7 +50,7 @@ class LiquidPhaseTwoC
public: public:
using ParameterCache = NullParameterCache; 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 numComponents = 2; //!< Number of components in the fluid system
static constexpr int liquidPhaseIdx = 0; //!< index of the liquid phase static constexpr int liquidPhaseIdx = 0; //!< index of the liquid phase
...@@ -64,8 +64,7 @@ public: ...@@ -64,8 +64,7 @@ public:
/*! /*!
* \brief Initialize the fluid system's static parameters generically * \brief Initialize the fluid system's static parameters generically
*/ */
static void init() static void init() {}
{}
/**************************************** /****************************************
* Fluid phase related static parameters * Fluid phase related static parameters
......
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