Skip to content
Snippets Groups Projects
Commit 33bb159b authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[tpfa][fickslaw] remove unused aliases

parent 0c6965d6
No related branches found
No related tags found
1 merge request!1939Cleanup/tpfa ficks law
......@@ -63,14 +63,11 @@ class FicksLawImplementation<TypeTag, DiscretizationMethod::cctpfa, referenceSys
using BalanceEqOpts = GetPropType<TypeTag, Properties::BalanceEqOpts>;
using ModelTraits = GetPropType<TypeTag, Properties::ModelTraits>;
using Indices = typename ModelTraits::Indices;
static const int dim = GridView::dimension;
static const int dimWorld = GridView::dimensionworld;
static const int numPhases = ModelTraits::numFluidPhases();
static const int numComponents = ModelTraits::numFluidComponents();
using DimWorldMatrix = Dune::FieldMatrix<Scalar, dimWorld, dimWorld>;
using ComponentFluxVector = Dune::FieldVector<Scalar, numComponents>;
//! Class that fills the cache corresponding to tpfa Fick's Law
......
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