Skip to content
Snippets Groups Projects
regionProperties 1001 B
Newer Older
Mark Olesen's avatar
Mark Olesen committed
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
Mark Olesen's avatar
Mark Olesen committed
    version     2.0;
    format      ascii;
    class       dictionary;
Andrew Heather's avatar
Andrew Heather committed
    location    "constant";
Mark Olesen's avatar
Mark Olesen committed
    object      regionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

regions
(
    fluid       (bottomAir topAir)
    solid       (heater leftSolid rightSolid)
    porousFluid ()
    porousSolid ()
);
// ************************************************************************* //