Skip to content
Snippets Groups Projects
Commit 9bbbf104 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[smoothedlinearlaw] Add numFluidPhases()

parent 793d5ee7
No related branches found
No related tags found
1 merge request!2501[mpadapter] Store copy of pcKrSw law if called with temporary
...@@ -66,6 +66,12 @@ public: ...@@ -66,6 +66,12 @@ public:
static constexpr bool isRegularized() static constexpr bool isRegularized()
{ return false; } { return false; }
/*!
* \brief Return the number of fluid phases
*/
static constexpr int numFluidPhases()
{ return 2; }
/*! /*!
* \brief The parameter type * \brief The parameter type
* \tparam Scalar The scalar type * \tparam Scalar The scalar type
......
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