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

pisoFOAM crashes immediately

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By anon_q

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2019, 20:15
Default pisoFOAM crashes immediately
  #1
New Member
 
Join Date: Feb 2010
Posts: 27
Rep Power: 16
Virtual-iCFD is on a distinguished road
Hi foamer,

I experienced the pisoFOAM crashes and am wondering any workaround on this issue.

Thanks,

Cheers,
Pete


reate time

Create mesh for time = 0


PISO: Operating solver in PISO mode

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type laminar
Selecting laminar stress model Stokes
No MRF models present

No finite volume options present


Starting time loop

Time = 1e-05

Courant Number mean: 0 max: 0
smoothSolver: Solving for Ux, Initial residual = 0, Final residual = 0, No Iterations 0
smoothSolver: Solving for Uy, Initial residual = 0, Final residual = 0, No Iterations 0
smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 9.62803e-06, No Iterations 66
GAMG: Solving for p, Initial residual = 1, Final residual = 0.0317079, No Iterations 1
time step continuity errors : sum local = 0.0574054, global = -0.0364258, cumulative = -0.0364258
GAMG: Solving for p, Initial residual = 0.0438414, Final residual = 9.43287e-07, No Iterations 43
time step continuity errors : sum local = 3.30835e-06, global = -1.73591e-07, cumulative = -0.036426
ExecutionTime = 47.94 s ClockTime = 48 s

Time = 2e-05

Courant Number mean: 0.490971 max: 1208.82
[17] #0 Foam::error:rintStack(Foam::Ostream&) at ??:?
[17] #1 Foam::sigFpe::sigHandler(int) at ??:?
[17] #2 ? in "/lib64/libc.so.6"
[17] #3 Foam::GaussSeidelSmoother::smooth(Foam::word const&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::Field<double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, unsigned char, int) at ??:?
[17] #4 Foam::GaussSeidelSmoother::smooth(Foam::Field<doub le>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
[17] #5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
[17] #6 ? at ??:?
[17] #7 ? at ??:?
[17] #8 ? at ??:?
[17] #9 ? at ??:?
[17] #10 __libc_start_main in "/lib64/libc.so.6"
[17] #11 ? at ??:?
Virtual-iCFD is offline   Reply With Quote

Old   August 3, 2019, 12:02
Default
  #2
Senior Member
 
Join Date: Mar 2018
Posts: 115
Rep Power: 8
anon_q is on a distinguished road
Your courant number is very high it shouldn't be greater than 1 for PISO algorithm.
Just decrease your time step.

You cannot use adjustTimeStep and maxCo with pisoFoam unless you modify the original files to add this features.

In other hand, pimpleFoam can be run essentially as pisoFoam by setting nOuterCorrectors to 1. you can add this to system/controlDict:

Code:
adjustTimeStep    on;
maxCo            0.5;
Virtual-iCFD likes this.
anon_q is offline   Reply With Quote

Old   August 6, 2019, 05:28
Default
  #3
Senior Member
 
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12
RobertHB is on a distinguished road
I'd guess something is wrong with your geometry.
__________________
If you liked my answer to your question, please consider leaving a "Like" in return
RobertHB is offline   Reply With Quote

Reply

Tags
openfoam 5.0, picofoam


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
Differences in solution method for pisoFoam and buoyantBoussinesqPisoFoam mchurchf OpenFOAM 7 August 6, 2023 09:12
PisoFoam error: mpirun Exit Code Jinjolee OpenFOAM 3 April 29, 2019 07:10
simpleFoam simulation with mesh from Pointwise crashes immediately Artur OpenFOAM Running, Solving & CFD 5 September 4, 2015 10:50
flo-efd v11.0.0 crashes YoavF FloEFD, FloWorks & FloTHERM 3 June 21, 2012 12:37
pisoFoam compiling error with OF 1.7.1 on MAC OSX Greg Givogue OpenFOAM Programming & Development 3 March 4, 2011 17:18


All times are GMT -4. The time now is 21:37.