mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
porousZone packaged fvOption: moved selectionMode to correct dict level
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user