mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Bug in F for DarcyForchheimer porosity model.
Changing to Lists the contact resistances of turbulentTemperatureRadCoupledMixed and turbulentTemperatureCoupled BC's Updating fvOption in heatExchanger tutorial
This commit is contained in:
@ -46,7 +46,7 @@ porosityBlockage
|
||||
|
||||
DarcyForchheimerCoeffs
|
||||
{
|
||||
d d [0 -2 0 0 0] (10 -1000 -1000);
|
||||
d d [0 -2 0 0 0] (-1000 -1000 1e4);
|
||||
f f [0 -1 0 0 0] (0 0 0);
|
||||
|
||||
coordinateSystem
|
||||
@ -75,7 +75,7 @@ MRF1
|
||||
{
|
||||
origin (0.25 0.25 0.25);
|
||||
axis (0 0 1);
|
||||
omega 477.5; // 500 rpm
|
||||
omega 47.7; // 50 rpm
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ solvers
|
||||
agglomerator faceAreaPair;
|
||||
mergeLevels 1;
|
||||
|
||||
maxIter 100;
|
||||
maxIter 10;
|
||||
}
|
||||
|
||||
"(U|h|e|k|epsilon)"
|
||||
|
||||
Reference in New Issue
Block a user