Skip to content
Snippets Groups Projects
Commit 39d9302a authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[material][1padapter] Export index to choose from multiphase fluidsystem

parent a1a059fe
No related branches found
No related tags found
1 merge request!1115Fix/1p adapter
...@@ -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;
......
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