/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      setFieldsDict;
}

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

//defaultFieldValues
//(
//    volScalarFieldValue porosity 1.0
//    volTensorFieldValue invK (0 0 0 0 0 0 0 0 0)
//);

regions
(
    boxToCell
    {
box (-100 -100 -100) (100 100 100);

        fieldValues
        (
            volScalarFieldValue Ya 0.15
        );
    }
);

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