Skip to content
Snippets Groups Projects
Commit faf771c4 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

Added default values of zero (=no stabilization) for the stabilization of the stokes box models.

Verbally reviewed by Christoph.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8695 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 70418391
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,13 @@ SET_INT_PROP(BoxStokes, PhaseIdx, 0); ...@@ -142,6 +142,13 @@ SET_INT_PROP(BoxStokes, PhaseIdx, 0);
//! Set calculation to Stokes, not Navier-Stokes //! Set calculation to Stokes, not Navier-Stokes
SET_BOOL_PROP(BoxStokes, EnableNavierStokes, false); SET_BOOL_PROP(BoxStokes, EnableNavierStokes, false);
//! A stabilization factor. Set negative for stabilization and to zero for no stabilization
SET_SCALAR_PROP(BoxStokes, StabilizationAlpha, 0.0);
//! Stabilization factor for the boundaries
SET_SCALAR_PROP(BoxStokes, StabilizationBeta, 0.0);
} }
} }
......
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