Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
39d9302a
You need to sign in or sign up before continuing.
Commit
39d9302a
authored
6 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[material][1padapter] Export index to choose from multiphase fluidsystem
parent
a1a059fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1115
Fix/1p adapter
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/fluidsystems/1padapter.hh
+2
-0
2 additions, 0 deletions
dumux/material/fluidsystems/1padapter.hh
with
2 additions
and
0 deletions
dumux/material/fluidsystems/1padapter.hh
+
2
−
0
View file @
39d9302a
...
@@ -85,6 +85,8 @@ public:
...
@@ -85,6 +85,8 @@ public:
//! export the wrapped MultiPhaseFluidSystem type
//! export the wrapped MultiPhaseFluidSystem type
using
MultiPhaseFluidSystem
=
MPFluidSystem
;
using
MultiPhaseFluidSystem
=
MPFluidSystem
;
//! the index of the phase we choose from the multi-phase fluid system
static
constexpr
int
multiphaseFluidsystemPhaseIdx
=
phase
;
//! number of phases in the fluid system
//! number of phases in the fluid system
static
constexpr
int
numPhases
=
1
;
static
constexpr
int
numPhases
=
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment