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 742f2da0fa
commit c4b36c1aa6

View file

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