Skip to content
Snippets Groups Projects
Commit 22fd0edd authored by Henry Weller's avatar Henry Weller
Browse files

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);
            }
        }
    }
parent baa02e69
Branches
Tags
1 merge request!25Merge foundation
Showing
with 78 additions and 41 deletions
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