nightguest - 2007-09-02

Hi all,

As you can guess, i am new to OF. I installed OpenFlower-1.0 and GMSH-1.65 on Windows Vista, read a few posts here, copied vortexflow's .geo and .flw files from the "fan inlet" thread to test1.geo and test1.flw, respectivelly, in my Run directory along with the OpenFlower.exe and gms.exe executables, generated the 3d .msh file in gmsh, edited test1.flw to point to test1.msh, and then issued `Openflower test1.flw` in the Run directory. I got t

----
########################################################
#                OpenFlower  V1.0 Alpha Release        #
#  Free Open Source CFD Software                       #
#  Copyright (C) 2004-2005 by OpenFlower Team          #
http://sourceforge.net/projects/openflower/         #
#  Licensed under the GNU GPL Version 2.               #
########################################################
System composed of 1 Equations: eqn1
- Mesh file          : test1.msh
Finished reading 4 frontiers.
       * Number of frontier faces: 11048
       * Number of elements      : 63169
Finding all faces in domain completed....

>>> In file src/Geometry/Octree.cpp[262] <<<
Problem in octree: possibly two identical faces in two different leafs...
Submit bug report at http://sourceforge.net/projects/openflower
Or send an email to openflower@gmail.com
Assertion failed: 0, file src/Geometry/Octree.cpp, line 266

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
----

Before I even try to figure out why it crashed, I wonder what kind of output should I expect, if program execution completed without exceptions, and how to display the results.

Any help will be greatly appreciated.