porousZone template: removed duplicate name in dimensionedScalars

This commit is contained in:
Chris Greenshields
2015-08-11 14:54:48 +01:00
parent 3449f4a503
commit a275e9d7f2

View File

@ -30,8 +30,8 @@ porousZone // Change to something more descriptive
// Negative coeffs are multiplied by largest positive coeff,
// taking the magnitude, e.g. for -1000, coeff = |1e7*-1000| = 1e10
d d [0 -2 0 0 0 0 0] (1e7 -1000 -1000);
f f [0 -1 0 0 0 0 0] (0 0 0);
d [0 -2 0 0 0 0 0] (1e7 -1000 -1000);
f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem // Cartesian coordinates for the cellZone
{
@ -43,8 +43,8 @@ porousZone // Change to something more descriptive
fixedCoeffCoeffs
{
alpha alpha [0 0 -1 0 0 0 0] (100 -1000 -1000);
beta beta [0 -1 0 0 0 0 0] (0 0 0);
alpha [0 0 -1 0 0 0 0] (100 -1000 -1000);
beta [0 -1 0 0 0 0 0] (0 0 0);
rhoRef 1.205;
coordinateSystem // Cylindrical coordinates for the cellZone