|
[Sponsors] |
PimpleFoam Error: No residual control data found |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 29, 2020, 21:23 |
PimpleFoam Error: No residual control data found
|
#1 |
New Member
Bri Smith
Join Date: Feb 2020
Posts: 5
Rep Power: 6 |
I am trying to run a tutorial from openfoam.com. I cannot figure out why my pimpleFoam command will not work when attempting to run the tutorial.
The blockMesh works. Here is the website i successfully downloaded the tutorial from: https://develop.openfoam.com/Develop...dCube/fullCase Here is the error I am receiving: /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : _f3950763fe-20191219 OPENFOAM=1912 Arch : "LSB;label=32;scalar=64" Exec : pimpleFoam Date : Mar 29 2020 Time : 18:05:47 Host : DESKTOP-UKVR7CQ PID : 598 I/O : uncollated Case : /mnt/c/Users/brian/tutorial/surfaceMountedCube/fullcase nProcs : 1 trapFpe: Floating point exception trapping enabled (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 residual control data found. Calculations will employ 3 corrector loops Reading field p Reading field U --> FOAM FATAL IO ERROR: error in IOstream "" for operation Foam::Istream& Foam:perator>>(Foam::Istream&, Foam::List<T>&) [with T = Foam::SymmTensor<double>] From function void Foam::IOstream::fatalCheck(const char*) const in file db/IOstreams/IOstreams/IOstream.C at line 68. FOAM exiting -------------------------------------------------------------------------------------- I am trying for finsish a class project and would greatly appreciate anyone's help. I also checked the pimplefoam wiki page and can still not find the solution to my problem. |
|
March 29, 2020, 21:53 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
The residual "error" is just a warning that pops up if you do not use residual control (to exit the pimple loop). There is something else that causes the crash.
Caelan |
|
March 29, 2020, 22:02 |
|
#3 |
New Member
Bri Smith
Join Date: Feb 2020
Posts: 5
Rep Power: 6 |
What else could possibly be causing this crash? Here is my fvSolution file:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { p { solver GAMG; tolerance 0; relTol 0.01; smoother DICGaussSeidel; } pFinal { $p; tolerance 1e-6; relTol 0; } "(U|k|nuTilda)" { solver PBiCGStab; preconditioner DILU; tolerance 1e-8; relTol 0.1; } "(U|k|nuTilda)Final" { $U; tolerance 1e-06; relTol 0; } } PIMPLE { nOuterCorrectors 3; nCOrrectors 1; nNonOrthogonalCorrectors 0; } // ************************************************** *********************** // |
|
March 29, 2020, 22:05 |
|
#4 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
I do not know; I've never run that case, but the fvSolution looks fine from first glance. Are you using the same version of openfoam for which the tutorial was designed?
Caelan |
|
March 30, 2020, 00:48 |
|
#5 |
Senior Member
Troy Snyder
Join Date: Jul 2009
Location: Akron, OH
Posts: 220
Rep Power: 19 |
I suspect you are not using the "Allrun" scripts to run the tutorial case. The Allrun script setups additional boundary data which is necessary to run the case. If this is not setup, i.e. one runs blockMesh then pimpleFoam, then the error you have provided emerges.
In summary: run using the provided Allrun script. P.S. I ran using OF v1912, the same version as yourself (according to your build data). |
|
August 16, 2020, 05:05 |
|
#6 |
Member
Al Csc
Join Date: Jul 2018
Posts: 31
Rep Power: 8 |
nCOrrectors --> nCorrectors
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decompose dependent solution | arionfard | OpenFOAM | 3 | December 10, 2018 10:36 |
chtMultiRegionSimpleFoam turbulent case | Aditya Patil | OpenFOAM Running, Solving & CFD | 6 | April 24, 2017 23:13 |
pisoFoam with k-epsilon turb blows up - Some questions | Heroic | OpenFOAM Running, Solving & CFD | 26 | December 17, 2012 04:34 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |
Error while running rhoPisoFoam.. | nileshjrane | OpenFOAM Running, Solving & CFD | 8 | August 26, 2010 13:50 |