|
[Sponsors] |
April 13, 2010, 07:22 |
2D axisymmetric Mesh problem in OpenFoam
|
#1 |
Member
Javed
Join Date: Mar 2010
Location: Mumbai,India
Posts: 32
Rep Power: 16 |
I am creating 2D axisymmetric geometry using follwoing blockMesh file in OpenFoam...But not working
It will be great if u plz let help me for the following pbm.. blocks ( hex (0 1 2 3 0 1 6 7) (20 20 1) simpleGrading (1 1 1) ); edges ( ); patches ( wall fixed ( (3 7 6 2) ) patch inlet ( (0 0 7 3) ) patch outlet ( (2 6 1 1) ) empty center ( (1 1 0 0) ) wedge front ( (0 3 2 1) ) wedge back ( (0 1 6 7) ) ); but getting follwoing error.. Creating block mesh from "/home/javed/OpenFOAM/javed-1.6/run/wedge-new/constant/polyMesh/blockMeshDict" Creating blockCorners Creating curved edges Creating blocks Creating patches Creating block mesh topology Default patch type set to empty #0 Foam::error:rintStack(Foam::Ostream&) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #2 Uninterpreted: #3 Foam::wedgePolyPatch::initTransforms() in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #4 Foam::wedgePolyPatch::wedgePolyPatch(Foam::word const&, int, int, int, Foam:olyBoundaryMesh const&) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #5 Foam:olyPatch::addwordConstructorToTable<Foam::w edgePolyPatch>::New(Foam::word const&, int, int, int, Foam:olyBoundaryMesh const&) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #6 Foam:olyPatch::New(Foam::word const&, Foam::word const&, int, int, int, Foam:olyBoundaryMesh const&) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #7 Foam:olyMesh:olyMesh(Foam::IOobject const&, Foam::Xfer<Foam::Field<Foam::Vector<double> > > const&, Foam::List<Foam::cellShape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::List<Foam::word> const&, Foam::word const&, Foam::word const&, Foam::List<Foam::word> const&, bool) in "/home/javed/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so" #8 Foam::blockMesh::createTopology(Foam::IOdictionary &) in "/home/javed/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/blockMesh" #9 Foam::blockMesh::blockMesh(Foam::IOdictionary&) in "/home/javed/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/blockMesh" #10 main in "/home/javed/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/blockMesh" #11 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6" #12 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122 Floating point exception.. Thanks for the help... |
|
June 9, 2010, 05:17 |
|
#2 |
Member
hamdi
Join Date: Mar 2009
Posts: 75
Rep Power: 17 |
hi Javed,
Perhaps it is late , but I think your pb is in the block direction (change direction see cavity case) or mistakes in coordinate points. hope that help you. |
|
August 25, 2011, 12:53 |
|
#3 |
Member
Daniel
Join Date: Apr 2010
Location: Manchester
Posts: 30
Rep Power: 16 |
It looks like you've tried to create a wedge yourself:
Code:
hex (0 1 2 3 0 1 6 7) http://www.cfd-online.com/Forums/ope...symmetric.html |
|
September 22, 2011, 03:23 |
|
#4 |
Senior Member
Hisham Elsafti
Join Date: Apr 2011
Location: Braunschweig, Germany
Posts: 257
Blog Entries: 10
Rep Power: 17 |
It is most probably an OpenFOAM version problem. The pasted text is, I believe, from a Wiki page for an older version. Currently, the blockMesh syntax is different. Check with a tutorial to see the changes you need to apply to your boundaries sub dictionary. It should work smoothly thereafter!
Hisham |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh Problem. | Tom Clark | FLUENT | 10 | June 21, 2021 05:27 |
[Other] vtk mesh or Abaqus mesh to OpenFOAM | bigphil | OpenFOAM Meshing & Mesh Conversion | 27 | November 23, 2015 18:31 |
salome, openfoam and moving mesh | prhlava | OpenFOAM Running, Solving & CFD | 8 | November 9, 2009 09:59 |
mesh generation problem | Ellen | FLUENT | 7 | February 18, 2009 22:20 |
The problem with GAMBIT - using two mesh sizes. | Owen | FLUENT | 2 | June 22, 2005 06:16 |