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

PimpleFoam Error: No residual control data found

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By al.csc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2020, 20:23
Default PimpleFoam Error: No residual control data found
  #1
New Member
 
Bri Smith
Join Date: Feb 2020
Posts: 5
Rep Power: 6
lucstudent14 is on a distinguished road
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.
lucstudent14 is offline   Reply With Quote

Old   March 29, 2020, 20:53
Default
  #2
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
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
clapointe is offline   Reply With Quote

Old   March 29, 2020, 21:02
Default
  #3
New Member
 
Bri Smith
Join Date: Feb 2020
Posts: 5
Rep Power: 6
lucstudent14 is on a distinguished road
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;
}


// ************************************************** *********************** //
lucstudent14 is offline   Reply With Quote

Old   March 29, 2020, 21:05
Default
  #4
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
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
clapointe is offline   Reply With Quote

Old   March 29, 2020, 23:48
Default
  #5
Senior Member
 
Troy Snyder
Join Date: Jul 2009
Location: Akron, OH
Posts: 219
Rep Power: 18
tas38 is on a distinguished road
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).
tas38 is offline   Reply With Quote

Old   August 16, 2020, 04:05
Default
  #6
Member
 
Al Csc
Join Date: Jul 2018
Posts: 30
Rep Power: 7
al.csc is on a distinguished road
nCOrrectors --> nCorrectors
cdegroot likes this.
al.csc 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
decompose dependent solution arionfard OpenFOAM 3 December 10, 2018 09:36
chtMultiRegionSimpleFoam turbulent case Aditya Patil OpenFOAM Running, Solving & CFD 6 April 24, 2017 22:13
pisoFoam with k-epsilon turb blows up - Some questions Heroic OpenFOAM Running, Solving & CFD 26 December 17, 2012 03:34
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24
Error while running rhoPisoFoam.. nileshjrane OpenFOAM Running, Solving & CFD 8 August 26, 2010 12:50


All times are GMT -4. The time now is 08:22.