porousZone packaged fvOption: moved selectionMode to correct dict level

This commit is contained in:
Chris Greenshields
2015-11-17 14:59:30 +00:00
parent 0ddb4eb9f3
commit 40e16bdbd1

View File

@ -18,12 +18,12 @@ porousZone // Change to something more descriptive
{ {
type explicitPorositySource; type explicitPorositySource;
active true; active true;
selectionMode cellZone;
cellZone <cellZoneName>; // Specify the name of the cellZone
explicitPorositySourceCoeffs explicitPorositySourceCoeffs
{ {
type DarcyForchheimer; type DarcyForchheimer;
selectionMode cellZone;
cellZone <cellZoneName>; // Specify the name of the cellZone
DarcyForchheimerCoeffs DarcyForchheimerCoeffs
{ {