mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
porousZone template: removed duplicate name in dimensionedScalars
This commit is contained in:
@ -30,8 +30,8 @@ porousZone // Change to something more descriptive
|
|||||||
// Negative coeffs are multiplied by largest positive coeff,
|
// Negative coeffs are multiplied by largest positive coeff,
|
||||||
// taking the magnitude, e.g. for -1000, coeff = |1e7*-1000| = 1e10
|
// taking the magnitude, e.g. for -1000, coeff = |1e7*-1000| = 1e10
|
||||||
|
|
||||||
d d [0 -2 0 0 0 0 0] (1e7 -1000 -1000);
|
d [0 -2 0 0 0 0 0] (1e7 -1000 -1000);
|
||||||
f f [0 -1 0 0 0 0 0] (0 0 0);
|
f [0 -1 0 0 0 0 0] (0 0 0);
|
||||||
|
|
||||||
coordinateSystem // Cartesian coordinates for the cellZone
|
coordinateSystem // Cartesian coordinates for the cellZone
|
||||||
{
|
{
|
||||||
@ -43,8 +43,8 @@ porousZone // Change to something more descriptive
|
|||||||
|
|
||||||
fixedCoeffCoeffs
|
fixedCoeffCoeffs
|
||||||
{
|
{
|
||||||
alpha alpha [0 0 -1 0 0 0 0] (100 -1000 -1000);
|
alpha [0 0 -1 0 0 0 0] (100 -1000 -1000);
|
||||||
beta beta [0 -1 0 0 0 0 0] (0 0 0);
|
beta [0 -1 0 0 0 0 0] (0 0 0);
|
||||||
rhoRef 1.205;
|
rhoRef 1.205;
|
||||||
|
|
||||||
coordinateSystem // Cylindrical coordinates for the cellZone
|
coordinateSystem // Cylindrical coordinates for the cellZone
|
||||||
|
|||||||
Reference in New Issue
Block a user