CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   simpleFoam of Alcatraz has me stumped (https://www.cfd-online.com/Forums/openfoam-solving/87767-simplefoam-alcatraz-has-me-stumped.html)

The_Samuelson April 28, 2011 14:18

simpleFoam of Alcatraz has me stumped
 
1 Attachment(s)
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

The_Samuelson May 2, 2011 12:17

anybody? again, sorry for my newbness...

marupio May 3, 2011 12:24

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.

The_Samuelson May 4, 2011 13:36

Thanks, marupio!

I will investigate your suggestions and let you know what I find...

-Matthew


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