mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial update
This commit is contained in:
@ -21,17 +21,43 @@ airToporous
|
|||||||
active on;
|
active on;
|
||||||
selectionMode mapRegion;
|
selectionMode mapRegion;
|
||||||
interpolationMethod cellVolumeWeight;
|
interpolationMethod cellVolumeWeight;
|
||||||
nbrModelName porousToair;
|
|
||||||
nbrRegionName porous;
|
nbrRegionName porous;
|
||||||
master false;
|
master false;
|
||||||
|
|
||||||
constantHeatTransferCoeffs
|
constantHeatTransferCoeffs
|
||||||
{
|
{
|
||||||
|
nbrModelName porousToair;
|
||||||
fieldNames (h);
|
fieldNames (h);
|
||||||
semiImplicit no;
|
semiImplicit no;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
porosityBlockage
|
||||||
|
{
|
||||||
|
type interRegionExplicitPorositySource;
|
||||||
|
active on;
|
||||||
|
selectionMode mapRegion;
|
||||||
|
interpolationMethod cellVolumeWeight;
|
||||||
|
nbrRegionName porous;
|
||||||
|
|
||||||
|
interRegionExplicitPorositySourceCoeffs
|
||||||
|
{
|
||||||
|
type DarcyForchheimer;
|
||||||
|
|
||||||
|
DarcyForchheimerCoeffs
|
||||||
|
{
|
||||||
|
d d [0 -2 0 0 0] (10 -1000 -1000);
|
||||||
|
f f [0 -1 0 0 0] (0 0 0);
|
||||||
|
|
||||||
|
coordinateSystem
|
||||||
|
{
|
||||||
|
e1 (0 1 0);
|
||||||
|
e2 (0 0 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
MRF1
|
MRF1
|
||||||
{
|
{
|
||||||
type MRFSource;
|
type MRFSource;
|
||||||
|
|||||||
@ -21,12 +21,12 @@ porousToair
|
|||||||
active on;
|
active on;
|
||||||
selectionMode mapRegion;
|
selectionMode mapRegion;
|
||||||
interpolationMethod cellVolumeWeight;
|
interpolationMethod cellVolumeWeight;
|
||||||
nbrModelName airToporous;
|
|
||||||
nbrRegionName air;
|
nbrRegionName air;
|
||||||
master true;
|
master true;
|
||||||
|
|
||||||
constantHeatTransferCoeffs
|
constantHeatTransferCoeffs
|
||||||
{
|
{
|
||||||
|
nbrModelName airToporous;
|
||||||
fieldNames (h);
|
fieldNames (h);
|
||||||
semiImplicit no;
|
semiImplicit no;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user