OpenFOAM-4.x/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger
Henry Weller 22fd0edd59 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
..
0.org Corrected headers 2015-10-27 16:26:40 +00:00
constant porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
system tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
Allclean Rename foamClearPolyMesh -> foamCleanPolyMesh for consistency with the other foamClear.* scripts 2015-01-11 15:42:10 +00:00
Allrun Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun-parallel Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun.pre Minor change to comment 2014-12-14 21:50:14 +00:00