CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Issues running rhoPimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 8, 2019, 17:09
Default Issues running rhoPimpleFoam
  #1
New Member
 
anonymous
Join Date: Sep 2019
Location: North Carolina
Posts: 25
Rep Power: 6
tenichols19 is on a distinguished road
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.
Attached Files
File Type: zip system.zip (9.3 KB, 4 views)
File Type: zip extendedFeatureEdgeMesh.zip (59.4 KB, 1 views)
File Type: zip triSurface.zip (27.6 KB, 2 views)
File Type: zip sets.zip (2.6 KB, 1 views)
File Type: zip fvOptions thermoProperties turb properties.zip (2.3 KB, 5 views)
tenichols19 is offline   Reply With Quote

Old   October 8, 2019, 17:18
Default
  #2
New Member
 
anonymous
Join Date: Sep 2019
Location: North Carolina
Posts: 25
Rep Power: 6
tenichols19 is on a distinguished road
Here is the cellZones file. Sorry for all the separate files. It was the only way I could figure out how to upload them.
Attached Files
File Type: zip cellzones.zip (652 Bytes, 3 views)
tenichols19 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
rhoPimpleFoam Boundary Condition Problem dancfd OpenFOAM Pre-Processing 18 September 16, 2021 07:43
Convergence issues for Flat plate with sharp edge rajnarayang FLUENT 3 June 20, 2017 12:02
License trouble: ANSLIC_ADMIN, FLEXlm not running, but two lmgrd processes running! dancoz87 ANSYS 17 November 14, 2016 01:10
Issues running custom code in parallel BigBlueDart OpenFOAM Programming & Development 4 October 23, 2013 06:17
Issues with running in parallel OF-2.2.0 kalyangoparaju OpenFOAM 0 June 21, 2013 12:41


All times are GMT -4. The time now is 06:36.