|
[Sponsors] |
April 28, 2011, 15:18 |
simpleFoam of Alcatraz has me stumped
|
#1 |
New Member
Matthew Jones
Join Date: Apr 2011
Posts: 3
Rep Power: 15 |
Hello All,
This is my first post and I am trying to teach myself OpenFOAM, so please bear with me ... I am trying to perform a simulation over Alcatraz Island using the turbinesiting tutorial. I believe I have successfully generated a grid over Alcatraz Island with blockMesh and snappyHexMesh (at least the logs show no errors, and I am able to view the mesh fine in paraFoam). However, when running the simpleFoam executable, it crashes quickly with the attached log file. I tried to simplify the initial conditions and not change much from the turbinesiting tutorial. I was able to successfully run the turbinesiting tutorial to completion. Any hints? Do I need to show you more to help me? Thanks! -Matthew |
|
May 2, 2011, 13:17 |
|
#2 |
New Member
Matthew Jones
Join Date: Apr 2011
Posts: 3
Rep Power: 15 |
anybody? again, sorry for my newbness...
|
|
May 3, 2011, 13:24 |
|
#3 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
It looks like it crashed when it was reading your U field. It was in the middle of constructing the geometricField for U, was building one of your boundary patches, an "atmBoundaryLayerInletVelocity" boundary condition, and failed when it was trying to update the cofficients. The function is located at:
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/atmBoundaryLayerInletVelocity/atmBoundaryLayerInletVelocityFvPatchVectorField.C: 145 As for why, I'm not sure. Try putting a simpler boundary condition there and seeing if it still crashes when trying to read U. It may be the mesh. |
|
May 4, 2011, 14:36 |
|
#4 |
New Member
Matthew Jones
Join Date: Apr 2011
Posts: 3
Rep Power: 15 |
Thanks, marupio!
I will investigate your suggestions and let you know what I find... -Matthew |
|
Tags |
sigfpe, simplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
MPI Error - simpleFoam - Floating Point Exception | scott | OpenFOAM Running, Solving & CFD | 3 | April 13, 2012 17:34 |
simpleFoam ddt Euler ? | Mo-ITB | OpenFOAM Running, Solving & CFD | 2 | June 12, 2010 14:36 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not | Pierpaolo | OpenFOAM | 1 | May 8, 2010 04:08 |
Error running simpleFoam in parallel | skabilan | OpenFOAM Running, Solving & CFD | 2 | August 29, 2008 10:42 |