Skip to content
Snippets Groups Projects
Commit dfa58aef authored by Yue Wang's avatar Yue Wang
Browse files

[pm/richards] set group for param UsePrimaryVariableSwitch to Richards

parent 9499e116
No related branches found
No related tags found
1 merge request!3743Feature/regroup input params
......@@ -46,7 +46,7 @@ protected:
using Indices = typename VolumeVariables::Indices;
using FluidSystem = typename VolumeVariables::FluidSystem;
static const bool usePriVarSwitch = getParam<bool>("Problem.UsePrimaryVariableSwitch");
static const bool usePriVarSwitch = getParam<bool>("Richards.UsePrimaryVariableSwitch");
if (!usePriVarSwitch)
return false;
......
......@@ -11,6 +11,8 @@ Cells = 5 30
Name = test_richardsevaporation
OutputInterval = 5
EnableGravity = false
[Richards]
UsePrimaryVariableSwitch = true
[Newton]
......
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