Skip to content
Snippets Groups Projects
Commit a275e9d7 authored by Chris Greenshields's avatar Chris Greenshields
Browse files

porousZone template: removed duplicate name in dimensionedScalars

parent 3449f4a5
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment