Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
9bbbf104
Commit
9bbbf104
authored
Mar 03, 2021
by
Kilian Weishaupt
Committed by
Timo Koch
Mar 03, 2021
Browse files
[smoothedlinearlaw] Add numFluidPhases()
parent
793d5ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidmatrixinteractions/2p/smoothedlinearlaw.hh
View file @
9bbbf104
...
...
@@ -66,6 +66,12 @@ public:
static
constexpr
bool
isRegularized
()
{
return
false
;
}
/*!
* \brief Return the number of fluid phases
*/
static
constexpr
int
numFluidPhases
()
{
return
2
;
}
/*!
* \brief The parameter type
* \tparam Scalar The scalar type
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment