porosityModels: Specification of name and dimensions of porosity coefficients is now optional

e.g.

    DarcyForchheimerCoeffs
    {
        d   (5e7 -1000 -1000);
        f   (0 0 0);

        coordinateSystem
        {
            type    cartesian;
            origin  (0 0 0);
            coordinateRotation
            {
                type    axesRotation;
                e1      (1 0 0);
                e2      (0 0 1);
            }
        }
    }
This commit is contained in:
Henry Weller
2015-11-17 12:05:57 +00:00
parent baa02e6916
commit 22fd0edd59
18 changed files with 78 additions and 41 deletions

View File

@ -29,8 +29,8 @@ filter1
DarcyForchheimerCoeffs
{
d d [0 -2 0 0 0 0 0] (500000 -1000 -1000);
f f [0 -1 0 0 0 0 0] (0 0 0);
d (500000 -1000 -1000);
f (0 0 0);
coordinateSystem
{