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

adapted problem description for smooth test runs

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4922 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 266b9da7
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,9 @@ SET_BOOL_PROP(TissueTumorProblem, EnableGravity, false);
*
* The pressure field of the tumour is generated by an additional source term of 1.98 e-9 l/h,
* that is set in the center of the tumour region.
*
* To run the simulation execute the following line in shell:
* <tt>./test_1p2c grids/test_1p2c.dgf 1 1</tt>
*/
template <class TypeTag = TTAG(TissueTumorProblem) >
......
......@@ -110,6 +110,9 @@ SET_BOOL_PROP(InjectionProblem, EnablePartialReassemble, true);
* (\f$ 5m<y<15m\f$) and migrates upwards due to buoyancy. It accumulates and
* partially enters the lower permeable aquitard.
* This problem uses the \ref TwoPTwoCModel.
*
* To run the simulation execute the following line in shell:
* <tt>./test_2p2c grids/test_2p2c.dgf 1e6 1e4 </tt>
*/
template <class TypeTag = TTAG(InjectionProblem) >
class InjectionProblem : public TwoPTwoCProblem<TypeTag>
......
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