Skip to content
Snippets Groups Projects
Commit bdfcd8aa authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

implicit branch: output velocity for 1p2c test problem.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9795 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 3adf94f1
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,12 @@ SET_TYPE_PROP(OnePTwoCOutflowProblem,
SpatialParams,
Dumux::OnePTwoCOutflowSpatialParams<TypeTag>);
//Define whether mole(true) or mass (false) fractions are used
// Define whether mole(true) or mass (false) fractions are used
SET_BOOL_PROP(OnePTwoCOutflowProblem, UseMoles, false);
// Enable velocity output
SET_BOOL_PROP(OnePTwoCOutflowProblem, VtkAddVelocity, true);
// Disable gravity
SET_BOOL_PROP(OnePTwoCOutflowProblem, ProblemEnableGravity, 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