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

Solver pimpleFoam dumped

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 28, 2022, 05:09
Default Solver pimpleFoam dumped
  #1
New Member
 
Boucetta Lahcene
Join Date: Feb 2022
Location: Paris
Posts: 22
Rep Power: 4
B6_lacen is on a distinguished road
Good morning,

When I try to run the PimpleFoam solver my code crashes, I don't know why, as you can see in photos the dt goes from a value of 1e-8 to 1e-104.

Could you help me please I am new in CFD.

Thanks

Capture du 2022-02-28 10-53-47.jpg
Capture du 2022-02-28 10-54-13.png
B6_lacen is offline   Reply With Quote

Old   March 2, 2022, 18:01
Default
  #2
Member
 
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 8
SHUBHAM9595 is on a distinguished road
Hi Boucetta, I hope that you have already solved ur issue.

If not, please provide more info to the users about your test case. Can you attach the output of checkMesh command.

Also, details about fvSchemes, fvSolution and controldict would be helpful along with ur initial & boundary conditions.
SHUBHAM9595 is offline   Reply With Quote

Old   March 3, 2022, 07:12
Default
  #3
New Member
 
Boucetta Lahcene
Join Date: Feb 2022
Location: Paris
Posts: 22
Rep Power: 4
B6_lacen is on a distinguished road
Hello SHUBHAM, Thanks for your replay.

controlDict.png

CheckMesh8.png

fvschemes.jpg

fvsolution_.png

fvsolution2.png

Thas it my fiels, it take a lote of time, and after it's damped. my Re= 50000

Thanks a lot i apreciate.
B6_lacen is offline   Reply With Quote

Old   March 3, 2022, 07:22
Default
  #4
New Member
 
Boucetta Lahcene
Join Date: Feb 2022
Location: Paris
Posts: 22
Rep Power: 4
B6_lacen is on a distinguished road
Hello again
I forgot initial condition, I wonder if in the fvscheme folder i can use the 2nd order schema?

I don't want to use a wall law because my y+=0,3

Thanks

k.png

nut.png

omega.jpg

U.jpg
B6_lacen is offline   Reply With Quote

Old   March 3, 2022, 16:08
Default
  #5
Member
 
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 8
SHUBHAM9595 is on a distinguished road
Now, we have a better idea about your test case .


Few Comments


1) Try with Euler first or maybe Crank - Nicolson 0.5 & then shift to backwards

2) You can definitely opt for one non - orthogonal correctors. Try going for higher number of outerCorrectors like 50 with the residual control options...
Code:
PIMPLE
{
    momentumPredictor true;
    transonic       false;
    consistent		true;// no need to use urf with consistent 
    nOuterCorrectors 50;//50 
    nCorrectors     3;
    nNonOrthogonalCorrectors 1;
    
    residualControl
    {

 "(p|p_rgh)"
        {              // If this INITIAL tolerance is reached , leave outer corrector
			    tolerance  1e-03;
                relTol     0;
        }
        
              U
        {              // If this INITIAL tolerance is reached , leave outer corrector
			    tolerance  1e-03;
                relTol     0;
        }    
        

     }
}
3) You can check from ur first image that the FPE is coming from the GAMG solver which is used for the pressure, but we still don't see your initial conditions for pressure.

4) I've no idea about your geometry, but based on the naming conventions....inletOutlet for BOTH ymin & ymax might not be correct...


P.S. No expertise in turbulence so cant comment on the k, omega, & nut. I presume that aspect ratio of 700 is not the culprit for divergence while simulating turbulence
SHUBHAM9595 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
New solver and Segmentation fault (core dumped) MinShin OpenFOAM Running, Solving & CFD 3 September 4, 2021 05:00
viscosity udf don't use correct temperature and strain rate rezvani Fluent UDF and Scheme Programming 8 May 27, 2021 05:40
Floating Point Exception Error nyox FLUENT 11 November 30, 2018 12:31
Star cd es-ice solver error ernarasimman STAR-CD 2 September 12, 2014 00:01
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52


All times are GMT -4. The time now is 10:31.