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

[mpnc][volVars] Make Indices typedef public

* is also public in base volVars
parent b8c1a3b6
No related branches found
No related tags found
1 merge request!1777[mpnc][volVars] Make Indices typedef public
......@@ -67,11 +67,12 @@ class MPNCVolumeVariablesImplementation<Traits, false>
static constexpr bool enableChemicalNonEquilibrium = ModelTraits::enableChemicalNonEquilibrium();
static constexpr bool enableDiffusion = ModelTraits::enableMolecularDiffusion();
using Indices = typename ModelTraits::Indices;
using ComponentVector = Dune::FieldVector<Scalar, ModelTraits::numFluidComponents()>;
using CompositionFromFugacities = Dumux::CompositionFromFugacities<Scalar, typename Traits::FluidSystem>;
public:
//! Export the type encapsulating primary variable indices
using Indices = typename Traits::ModelTraits::Indices;
//! Export the underlying fluid system
using FluidSystem = typename Traits::FluidSystem;
//! Export the fluid state 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