Skip to content
Snippets Groups Projects
Commit a765ac39 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

added property to enable mpfa in refined case

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6038 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent d0ee5d7a
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ NEW_PROP_TAG( BoundaryMobility );
NEW_PROP_TAG( NumDensityTransport );
NEW_PROP_TAG( FluidSystem );
NEW_PROP_TAG( FluidState );
NEW_PROP_TAG( mpfa ); // Two-point flux approximation (false) or mpfa (true)
//////////////////////////////////////////////////////////////////
// Properties
//////////////////////////////////////////////////////////////////
......@@ -152,6 +152,8 @@ SET_TYPE_PROP(DecoupledTwoPTwoC, Variables, VariableClass2P2C<TypeTag>);
SET_TYPE_PROP(DecoupledTwoPTwoC, FluidState, DecTwoPTwoCFluidState<TypeTag>);
SET_BOOL_PROP(DecoupledTwoPTwoC, mpfa, false);
}
/*!
......
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