Skip to content
Snippets Groups Projects
Commit d20d0d4c authored by Martin Schneider's avatar Martin Schneider
Browse files

Update injection2pniproblem.hh

parent fbe25c99
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ SET_TYPE_PROP(Injection2pNITypeTag, SpatialParams,
typename GET_PROP_TYPE(TypeTag, Scalar)>);
// Set fluid configuration
SET_TYPE_PROP(Injection2pNITypeTag, FluidSystem, FluidSystems::H2ON2<typename GET_PROP_TYPE(TypeTag, Scalar), false>);
SET_TYPE_PROP(Injection2pNITypeTag, FluidSystem,
FluidSystems::H2ON2<typename GET_PROP_TYPE(TypeTag, Scalar), FluidSystems::H2ON2DefaultPolicy</*fastButSimplifiedRelations=*/ true>>);
} // end namespace Properties
/*!
......
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