/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1906                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0";
    object      rhoM;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 -3 0 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    xPeriodic_half0
    {
        type            cyclic;
    }
    yPeriodic_half0
    {
        type            cyclic;
    }
    zPeriodic_half0
    {
        type            cyclic;
    }
    yPeriodic_half1
    {
        type            cyclic;
    }
    zPeriodic_half1
    {
        type            cyclic;
    }
    xPeriodic_half1
    {
        type            cyclic;
    }
}


// ************************************************************************* //
