/*--------------------------------*- C++ -*----------------------------------*\
|       o          |                                                          |
|    o     o       | HELYX-OS                                                  |
|   o   O   o      | Version: v2.4.0                                           |
|    o     o       | Web:     http://www.engys.com                            |
|       o          |                                                          |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version 2.0;
    format ascii;
    class dictionary;
    location system;
    object projectDict;
}

    runDict
    {
        serverState
        {
            command RUN_CASE;
            solverState ERROR;
        }

        queue false;
        queueParameters
        {
            numberOfNodes 1;
            cpuPerNode 1;
            timeout 500;
            feature ;
            nodeNames ;
        }

        logFile pimpleFoam.log;
        hostfilePath ;
        multiMachine false;
        sshParameters
        {
            user ;
            sshauth SSH_PWD;
            sshkey ;
            sshpwd ;
            remoteBaseDir ;
            remoteBaseDirParent ;
            paraviewDir ;
            applicationDir ;
            validForRemoteChooser true;
            openFoamDir ;
            host ;
            port 22;
        }

        remote false;
    }

    meshInfo
    {
        valid true;
        faceZones 0;
        cellZones 0;
        cells 57280;
        points 69416;
        faces 183147;
        internalFaces 159001;
        boundaryPatches 8;
        pointZones 0;
        hexahedra 52970;
        prisms 3492;
        wedges 0;
        pyramids 0;
        tetWedges 10;
        tetrahedra 0;
        polyhedra 808;
    }
