Files
openfoam/tutorials
Henry Weller 33fdce88f5 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);
            }
        }
    }
2015-11-17 12:05:57 +00:00
..
2014-12-11 08:35:10 +00:00
2014-12-14 21:50:14 +00:00
2014-12-14 21:50:14 +00:00
2015-07-15 21:58:29 +01:00