CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Issues running rhoPimpleFoam (https://www.cfd-online.com/Forums/openfoam-solving/221206-issues-running-rhopimplefoam.html)

tenichols19 October 8, 2019 17:09

Issues running rhoPimpleFoam
 
5 Attachment(s)
To start I copied the angledDuct tutorial to my run folder and deleted all files that correspond to the mesh.



I then created my mesh using snappyHexMesh and was able to do so successfully. I ran checkMesh and it checks out.


So to get straight to the problem, when I try and run in parallel
Code:

mpirun -np 8 rhoPimpleFoam -parallel
I get an error, which is in the zip file include. file name "parallel error"



When I try and run it in series I get this
Code:

rhoPimpleFoam
Code:

/*---------------------------------------------------------------------------*\
  =========                |
  \\      /  F ield        | OpenFOAM: The Open Source CFD Toolbox
  \\    /  O peration    | Website:  https://openfoam.org
    \\  /    A nd          | Version:  7
    \\/    M anipulation  |
\*---------------------------------------------------------------------------*/
Build  : 7-6ef561967074
Exec  : rhoPimpleFoam
Date  : Oct 08 2019
Time  : 16:47:44
Host  : "taylor-Precision-T1700"
PID    : 22253
I/O    : uncollated
Case  : /home/taylor/OpenFOAM/taylor-7/run/passThrough
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


PIMPLE: No convergence criteria found


PIMPLE: Corrector convergence criteria found
        "(U|k|epsilon)": tolerance 0.0001, relTol 0
        Calculations will do 50 corrections if the convergence criteria are not met


PIMPLE: Operating solver in transient mode with 50 outer correctors


Reading thermophysical properties

Selecting thermodynamics package
{
    type            hePsiThermo;
    mixture        pureMixture;
    transport      sutherland;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleInternalEnergy;
}

Reading field U

Reading/calculating face flux field phi

pressureControl
    pMax 150000
    pMin 90000

Creating turbulence model

Selecting turbulence model type RAS
Selecting RAS turbulence model kEpsilon
RAS
{
    RASModel        kEpsilon;
    turbulence      on;
    printCoeffs    on;
    Cmu            0.09;
    C1              1.44;
    C2              1.92;
    C3              0;
    sigmak          1;
    sigmaEps        1.3;
}

Creating field dpdt

Creating field kinetic energy K

No MRF models present

Creating finite volume options from "constant/fvOptions"

Selecting finite volume options model type explicitPorositySource
    Source: porosity1
    - selecting cells using cellZone porosity


--> FOAM FATAL ERROR:
Cannot find cellZone porosity
Valid cellZones are 0()

    From function void Foam::fv::cellSetOption::setCellSet()
    in file cellSetOption/cellSetOption.C at line 142.

 FOAM exiting

I have found a similar thread started with this problem but it does help lead me to a solution.

tenichols19 October 8, 2019 17:18

1 Attachment(s)
Here is the cellZones file. Sorry for all the separate files. It was the only way I could figure out how to upload them.


All times are GMT -4. The time now is 00:19.