/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "system";
    object      setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

defaultValues
{
    U.gas           ( 0 0 0 );
    T.gas           348.432;
    p               100000;
    p_rgh           100000;
}

zones
{
    box
    {
        type            box;
        box             ( 0 -1 -1 ) ( 5 1 1 );
        values
        {
            T.gas           278.746;
            p               10000;
            p_rgh           10000;
        }
    }
}


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