|
[Sponsors] |
October 8, 2019, 18:09 |
Issues running rhoPimpleFoam
|
#1 |
New Member
anonymous
Join Date: Sep 2019
Location: North Carolina
Posts: 25
Rep Power: 7 |
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 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 |
|
October 8, 2019, 18:18 |
|
#2 |
New Member
anonymous
Join Date: Sep 2019
Location: North Carolina
Posts: 25
Rep Power: 7 |
Here is the cellZones file. Sorry for all the separate files. It was the only way I could figure out how to upload them.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rhoPimpleFoam Boundary Condition Problem | dancfd | OpenFOAM Pre-Processing | 18 | September 16, 2021 08:43 |
Convergence issues for Flat plate with sharp edge | rajnarayang | FLUENT | 3 | June 20, 2017 13:02 |
License trouble: ANSLIC_ADMIN, FLEXlm not running, but two lmgrd processes running! | dancoz87 | ANSYS | 17 | November 14, 2016 02:10 |
Issues running custom code in parallel | BigBlueDart | OpenFOAM Programming & Development | 4 | October 23, 2013 07:17 |
Issues with running in parallel OF-2.2.0 | kalyangoparaju | OpenFOAM | 0 | June 21, 2013 13:41 |