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

Differences OpenFOAM12 and OpenFOAM13

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 3, 2006, 10:42
Default Hello, What are the major d
  #1
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
Hello,

What are the major differences in the new version 1.3 in terms of functions?

I already noticed that the liftDrag utility has been vanished and the moving mesh routines have been changed (i think to make it easier to combine mesh changes and topology changes).

I finally managed to understand the moving meshes and to develop my own solvers in version 1.2. Right now it seems that I have to rewrite a lot.

Could someone please comment on this?

Thanks and regards,
Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   May 3, 2006, 12:16
Default Well, if you're missing liftDr
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Well, if you're missing liftDrag, just take it from 1.2 and put it back in - it compiles trivially and works without trouble. For the rest, I would suggest having a look at the announcements and discussions.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   June 25, 2006, 06:34
Default I just finished including the
  #3
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Quote:
I just finished including the liftDrag utility into OpenFOAM 1.3 as Hrv mentioned.

Here are the instructions (for the AMD64 architecture) on how to do this (for new users):


Step 1: Grab the relevant OpenFOAM 1.2 gzipped tarballs:

(a) wget http://internap.dl.sourceforge.net/s...2.General.gtgz
(b) wget http://internap.dl.sourceforge.net/sourceforge/foam/OpenFOAM-1.2.linuxAMD64Gcc4O pt.gtgz


Step 2: Create a temporary directory for OpenFOAM 1.2 and unpack the downloaded files into it:

[username@hostname ~]$ mkdir foam12
[username@hostname ~]$ cd foam12
[username@hostname foam12]$ tar xzf OpenFOAM-1.2.General.gtgz
[username@hostname foam12]$ tar xzf OpenFOAM-1.2.linuxAMD64Gcc4Opt.gtgz
[username@hostname foam12]$ ls
OpenFOAM-1.2 OpenFOAM-1.2.General.gtgz OpenFOAM-1.2.linuxAMD64Gcc4Opt.gtgz


Step 3: Find the relevant portions that need to be copied:

[username@hostname foam12]$ find ./ -name liftDrag -print
/home/username/foam12/OpenFOAM-1.2/applications/utilities/postProcessing/miscell aneous/liftDrag
/home/username/foam12/OpenFOAM-1.2/applications/bin/linuxAMD64Gcc4Opt/liftDrag
/home/username/foam12/OpenFOAM-1.2/src/postProcessing/incompressible/liftDrag

We are interested in the first and third directories. The second entry is merely a pre-compiled binary (which we will recreate anyway, so let us not bother about it).


Step 4: Copy the missing directories into the OpenFOAM 1.3 installation (~/OpenFOAM/OpenFOAM-1.3/ in this example):

[username@hostname foam12]$ cp -r ./OpenFOAM-1.2/src/postProcessing/ ~/OpenFOAM/OpenFOAM-1.3/src/
[username@hostname foam12]$ cp -r ./OpenFOAM-1.2/applications/utilities/postProcessing/miscellaneous/liftDrag/ ~/OpenFOAM/
OpenFOAM-1.3/applications/utilities/postProcessing/miscellaneous/


Step 5: Edit the 'options' file to suit OpenFOAM 1.3:

The two 'options' files are located at:

(a) ~/OpenFOAM/OpenFOAM-1.3/applications/utilities/postProcessing/miscellaneous/lift Drag/Make/options
(b) ~/OpenFOAM/OpenFOAM-1.3/src/postProcessing/incompressible/Make/options

Under the EXE_INC section in each of the above files, change -I$(LIB_SRC)/cfdTools/general/lnInclude to -I$(LIB_SRC)/finiteVolume/lnInclude/

The need for this change is explained in the Wiki[1].


Step 6: Update the libincompressiblePostProcessing.so shared library:

[username@hostname ~]$ cd OpenFOAM/OpenFOAM-1.3/src/postProcessing/
[username@hostname postProcessing]$ ./Allwmake


Step 7: Finally, build the liftDrag binary:

[username@hostname ~]$ cd OpenFOAM/OpenFOAM-1.3/applications/utilities/postProcessing/miscellaneous/liftDr ag/
[username@hostname liftDrag]$ wclean && wmake


And there you have it, trivially compiled ;)


References:

[1] http://openfoamwiki.net/index.php/HowTo_port_from _older_versions_to_13
msrinath80 is offline   Reply With Quote

Old   May 8, 2007, 04:20
Default Hi, I am using the Ubuntu linu
  #4
Member
 
Shaun Darmody
Join Date: Mar 2009
Posts: 36
Rep Power: 17
shaun is on a distinguished road
Hi, I am using the Ubuntu linux OS (dapper) and am trying to include the LiftDrag utility as described in this post above.

When I run ./Allwmake as described in Step 6 I get the following error:

lads@PhantomWorks:~/OpenFOAM/OpenFOAM-1.4/src/postProcessing$ ./Allwmake
g++: no input files
make: *** [libNULL.so] Error 1
lads@PhantomWorks:~/OpenFOAM/OpenFOAM-1.4/src/postProcessing$

I am not brilliant at this stuff. The error may seem obvious to others but I don't know how to get past this.

Can anyone help me please?

Thank you

Shaun.D
shaun is offline   Reply With Quote

Old   May 8, 2007, 04:37
Default Please note that after trying
  #5
Member
 
Shaun Darmody
Join Date: Mar 2009
Posts: 36
Rep Power: 17
shaun is on a distinguished road
Please note that after trying to start from scratch, at Step 6 I get the following error:

lads@PhantomWorks:~/OpenFOAM/OpenFOAM-1.4/src/postProcessing$ ./Allwmake
/bin/sh: /lib/cpp: No such file or directory
make: *** [linux64Gcc4DPOpt/options] Error 127
/bin/sh: /lib/cpp: No such file or directory
make: *** [linux64Gcc4DPOpt/files] Error 127
/home/lads/OpenFOAM/OpenFOAM-1.4/wmake/wmake: cannot make, file Make/linux64Gcc4DPOpt/objectFiles was not created successfully
lads@PhantomWorks:~/OpenFOAM/OpenFOAM-1.4/src/postProcessing$

I looked in the /lib directory and indeed there is no cpp folder. What is this please?

The error I reported earlier occurs after I try the ./Allwmake command again.

Are there any thoughts please?

Thank you

Shaun.D
shaun is offline   Reply With Quote

Old   May 9, 2007, 00:31
Default OK. So I got past this stage a
  #6
Member
 
Shaun Darmody
Join Date: Mar 2009
Posts: 36
Rep Power: 17
shaun is on a distinguished road
OK. So I got past this stage after updating my Ubuntu OS.

When I run "wclean && wmake" in step 7 I get the following error reported

lads@PhantomWorks:~/OpenFOAM/OpenFOAM-1.4/applications/utilities/postProcessing/miscellaneous/lif tDrag$ wclean && wmake
Making dependency list for source file liftDrag.C
SOURCE=liftDrag.C ; g++ -m64 -Dlinux64 -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -march=opteron -O3 -DNoRepository -ftemplate-depth-40 -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/postProcessing/incompressible/lnInclude -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/lnInclude -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/transportModels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/turbulenceModels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/LESmodels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/LESmodels/LESdeltas/lnInclude -IlnInclude -I. -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude -fPIC -c $SOURCE -o Make/linux64Gcc4DPOpt/liftDrag.o
g++ -m64 -Dlinux64 -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -march=opteron -O3 -DNoRepository -ftemplate-depth-40 -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/postProcessing/incompressible/lnInclude -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/lnInclude -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/transportModels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/turbulenceModels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/LESmodels -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/LESmodels/LESdeltas/lnInclude -IlnInclude -I. -I/home/lads/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude -fPIC Make/linux64Gcc4DPOpt/liftDrag.o -L/home/lads/OpenFOAM/OpenFOAM-1.4/lib/linux64Gcc4DPOpt \
-lincompressiblePostProcessing -lfoamUtil -lOpenFOAM -liberty -ldl -lm -o /home/lads/OpenFOAM/OpenFOAM-1.4/applications/bin/linux64Gcc4DPOpt/liftDrag
/usr/bin/ld: cannot find -liberty
collect2: ld returned 1 exit status
make: *** [/home/lads/OpenFOAM/OpenFOAM-1.4/applications/bin/linux64Gcc4DPOpt/liftDrag] Error 1


what is this -liberty option please?

Thanks for your help

Shaun.D
shaun is offline   Reply With Quote

Old   May 10, 2007, 00:55
Default Compiled successfully. I had t
  #7
Member
 
Shaun Darmody
Join Date: Mar 2009
Posts: 36
Rep Power: 17
shaun is on a distinguished road
Compiled successfully. I had to install the binutils-dev package.

Thanks

Shaun.D
shaun is offline   Reply With Quote

Old   May 10, 2007, 13:39
Default Thanks for reporting what solv
  #8
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Thanks for reporting what solved your problem
msrinath80 is offline   Reply With Quote

Old   May 10, 2007, 13:41
Default Oh and there is a very minor b
  #9
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Oh and there is a very minor bug in the original OF 1.2 liftDrag.C/H files. Please check this thread and make appropriate changes.

http://www.cfd-online.com/OpenFOAM_D...tml?1176825339
msrinath80 is offline   Reply With Quote

Old   July 18, 2007, 21:41
Default I use version 1.4, on Intel64.
  #10
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
I use version 1.4, on Intel64. As follows in the above tutorial, I get through all the steps. The only thing which I change are files in:

~/OpenFOAM/OpenFOAM-1.4/src/postProcessing/incompressible/lnInclude

in which, who knows why (maybe old structure), both files from downloaded 1.2 distribution (in lnInclude), such as: linkDrag.C and linkDrag.H, point to non existent file like:
../fields/fvPatchFields/derivedFvPatchFields/pressureInletUniformVelocity/pressu reInletUniformVelocityFvPatchVectorField.H

It doesn't seem to be right. Anyway, I fix it, by changing links to:
ln -s ~/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/fields/fvPatchFields/derivedFvPatchFiel ds/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C liftDrag.C
and
ln -s ~/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/fields/fvPatchFields/derivedFvPatchFiel ds/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H liftDrag.H

Till that point seems to be OK.

Than, I go to ~/OpenFOAM/OpenFOAM-1.4/src/postProcessing/ and invoke the ./Allwmake.
Output: bla_path_bla/libincompressiblePostProcessing.so' is up to date.
OK.

Finally, the last step. I invoke: wclean && wmake

Here is an output which I receive:

Making dependency list for source file liftDrag.C
SOURCE=liftDrag.C ; g++ -m64 -Dlinux64 -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -march=opteron -O3 -DNoRepository -ftemplate-depth-40 -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/postProcessing/incompressib le/lnInclude -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/lnInclude/ -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/transportModels -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/turbulenceModels -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/LESmodels -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/LESmodels/LESdeltas/lnInclu de -IlnInclude -I. -I/share/kiwiraid/krystian/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude -fPIC -c $SOURCE -o Make/linux64Gcc4DPOpt/liftDrag.o
liftDrag.C: In function 'int main(int, char**)':
liftDrag.C:140: error: 'dragCoefficient' was not declared in this scope
liftDrag.C:150: error: 'liftCoefficient' was not declared in this scope
liftDrag.C:161: error: 'momentCoefficient' was not declared in this scope
make: *** [Make/linux64Gcc4DPOpt/liftDrag.o] Error 1


What might be wrong?

Any input appreciated.
K
paka is offline   Reply With Quote

Old   July 19, 2007, 01:58
Default I cannot find any reference to
  #11
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
I cannot find any reference to ../fields/fvPatchFields/derivedFvPatchFields/pressureInletUniformVelocity/pressu reInletUniformVelocityFvPatchVectorField.H in either liftDrag.C or liftDrag.H. Can you specify where exactly you find these lines?
msrinath80 is offline   Reply With Quote

Old   July 19, 2007, 02:27
Default The two files (liftDrag.C & li
  #12
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
The two files (liftDrag.C & liftDrag.H) in inInclude folder are aliases (other way speaking, links) pointing to different files.

The first two letters in the name of the folder even indicate that this folder might contain links.

When you type ls -l you can see to where these files point to.

The path which you quoted is that path to which these aliases point to.

K
paka is offline   Reply With Quote

Old   July 19, 2007, 02:53
Default There seems to be a problem in
  #13
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
There seems to be a problem in your case. I checked the OpenFOAM 1.2 sources again:

madhavan@varese:~/downloads/foam12/OpenFOAM-1.2/src/postProcessing/incompressible/lnInclude> ls -la
total 0
drwxr-xr-x 2 madhavan users 136 2006-08-24 13:15 .
drwxr-xr-x 5 madhavan users 128 2006-08-24 13:15 ..
lrwxrwxrwx 1 madhavan users 22 2006-08-24 13:15 liftDrag.C -> ../liftDrag/liftDrag.C
lrwxrwxrwx 1 madhavan users 22 2006-08-24 13:15 liftDrag.H -> ../liftDrag/liftDrag.H
-rw-r----- 1 madhavan users 0 2005-08-08 09:20 uptodate
madhavan@varese:~/downloads/foam12/OpenFOAM-1.2/src/postProcessing/incompressible/lnInclude>

As you can see all symbolic links point to correct files. I've even tried recompiling the liftDrag utility from scratch (verbatim using the above posted instructions) and it works flawlessly. If you have made customizations to your OpenFOAM installtion, perhaps you should review the modifications again.

If I understand it correctly, the following command[1] suggests that you are trying to create a soft link with source file as pressureInletUniformVelocityFvPatchVectorField.C and target file as liftDrag.C. I don't see the need for such a connection? Please correct me if I am wrong.

[1] ln -s ~/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/fields/fvPatchFields/derivedFvPatchFiel ds/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C liftDrag.C
msrinath80 is offline   Reply With Quote

Old   July 19, 2007, 03:43
Default Indeed, I made one customizati
  #14
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
Indeed, I made one customization. However, related to $HOME path in the original OpenFOAM-1.4 version, which does not have any influence on added liftDrag directories.

Nonetheless, thanks for the correct links. Now soft link seems resonable. Do not know how I got a wrong link - I didn't do anything. I will check it tomorrow.

Now, code compiled and seems to be working, but...

...is there any limitation in liftDrag? I mean, does it work only with some specified output from particular solvers?

I work with rasInterFoam solver, but when I try to run it on any case example which I did so far I always get the same output:


/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

Exec : liftDrag . TankTest2D_plate50cm
Date : Jul 18 2007
Time : 21:33:00
Host : kiwi.soest.hawaii.edu
PID : 17969
Root : /share/kiwiraid/krystian/OpenFOAMJobs
Case : TankTest2D_plate50cm
Nprocs : 1
Create time

Create mesh for time = 0



--> FOAM FATAL IO ERROR : keyword nu is undefined in dictionary "/share/kiwirai
d/krystian/OpenFOAMJobs/TankTest2D_plate50cm/constant/transportProperties"

file: /share/kiwiraid/krystian/OpenFOAMJobs/TankTest2D_plate50cm/constant/transp
ortProperties from line 27 to line 74.

From function dictionary::lookupEntry(const word& keyword) const
in file db/dictionary/dictionary.C at line 146.

FOAM exiting


clearly says the nu is not defined, but it is in phase1 definition in turbulentProperties file.

K
paka is offline   Reply With Quote

Old   July 19, 2007, 05:51
Default Try it on the cavity case. It
  #15
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Try it on the cavity case. It should work. I have tested it only on single-phase cases. It needs modifications for multiphase flow.
msrinath80 is offline   Reply With Quote

Old   July 19, 2007, 06:17
Default So what I understand, presentl
  #16
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
So what I understand, presently, there is no way to obtain these forces for multi-phase flows?
I need to compare the time history of max uplift force acting on the structure.

For icoFoam/cavity I get:

Create mesh for time = 0

Time = 0
Reading U

Reading p

Inlet velocity: (1 0 0)
#0 Foam::error::printStack(Foam:stream&)
#1 Foam::sigFpe::sigFpeHandler(int)
#2 __restore_rt
#3 Foam::momentCoefficient(Foam::GeometricField<foam: :vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double,> const&, Foam::dimensioned<double> const&, Foam::word const&, Foam::Vector<double> const&, double const&, double const&)
#4 main
#5 __libc_start_main
#6 __gxx_personality_v0
Floating point exception


BTW. I'm willing to have some input to extend it to multi-phase flow. I'm just afraid my C++ plus OpenFOAM knowledge is not enough. If I could get any tips than at least I can start with something.
Will the code be much different than for single-phase flow?
paka is offline   Reply With Quote

Old   July 19, 2007, 06:44
Default It seems to work here: Exec
  #17
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
It seems to work here:

Exec : liftDrag . cavity -time 0.5
Date : Jul 19 2007
Time : 04:31:08
Host : sunfire
PID : 19347
Root : /home/madhavan/OpenFOAM/madhavan-1.4/run/tutorials/icoFoam
Case : cavity
Nprocs : 1
Create time

Create mesh for time = 0.5

Time = 0.5
Reading U

Reading p

Inlet velocity: (1 0 0)
Wall patch 0 named movingWall :
Reference area: 0 Reference length: 0.1 Drag coefficient: nan Lift coefficient: (nan nan nan) Moment coefficient: (-inf nan inf)
Wall patch 1 named fixedWalls :
Reference area: 0.001 Reference length: 0.1 Drag coefficient: 2.50095 Lift coefficient: (0 -0.125482 0) Moment coefficient: (0.0062741 0.125048 -3.01554)

The nan's are because the reference area value for the movingWall patch is equal to zero.

For the record, I don't use the liftDrag binary as it is. I have copied several force-calculating routines from liftDrag.C/H and included them in a separate header computeForces.H, which is then included inside icoFoam.C after runtime.write(). Check the discussion forum for liftDrag related posts (esp. the ones with Hrv and Frank Bos) and you'll know what I mean.
msrinath80 is offline   Reply With Quote

Old   July 19, 2007, 20:51
Default I'll try the other liftDrag.C/
  #18
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
I'll try the other liftDrag.C/H files tomorrow.

Coming back to liftDrag code for two-phase flow. Maybe I'm mistaken, but from theoretical point of view it seems quite "staight-forward" comparing to one-phase flow.

Force acting on structure is just an integral of the pressure acting on the structure. Therefore, there shouldn't be a big problem extending the code to two-phase flow. Am I right?

Actually, in my understanding, the liftDrag is a post-processing tool. So, based on the output files from solver run the lift and drag forces are obtained. Is it right?
I guess...

Could anybody, involved in that code before, give me a tip what is the trouble to apply it to two-phase flow? What should modified?

Thanks,
K
paka is offline   Reply With Quote

Old   July 19, 2007, 21:18
Default BTW. Before liftDrag brakes an
  #19
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
BTW. Before liftDrag brakes and quits as described above, it says it reads U filed. I guess this is for the drag and lift coefficients computation, right?

For force computation I only need pressure: p (or pd).
and integrate.
paka is offline   Reply With Quote

Old   July 30, 2007, 21:57
Default krystian, how did you solve
  #20
New Member
 
nalini
Join Date: Mar 2009
Posts: 3
Rep Power: 17
narls is on a distinguished road
krystian,

how did you solve this error:

#0 Foam::error::printStack(Foam:stream&)
#1 Foam::sigFpe::sigFpeHandler(int)
#2 __restore_rt
#3 Foam::momentCoefficient(Foam::GeometricField<foam: :vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double,> const&, Foam::dimensioned<double> const&, Foam::word const&, Foam::Vector<double> const&, double const&, double const&)
#4 main
#5 __libc_start_main
#6 __gxx_personality_v0
Floating point exception

i am getting the same message using v1.4 on fedora for the cavity example ....
am looking now in the forum for any clues but would really appreciate it if you could explain how you solved it

cheers
narls is offline   Reply With Quote

Reply


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
OpenFOAM13 for Mac OSX Darwin 104 hjasak OpenFOAM Installation 70 September 24, 2010 05:06
Help%7e%7einstall openfoam13 on fc5%7e%7e aderliner OpenFOAM Installation 2 September 11, 2006 07:24
Must I unzip the OpenFOAM12linuxGcc4Opt file before I installcompile OpenFOAM12 andycong OpenFOAM Installation 3 March 9, 2006 07:57
1 fetal error in OpenFOAM12 installation andycong OpenFOAM Installation 3 February 26, 2006 03:09
OpenFoam12 on a linux cluster tsjb00 OpenFOAM Installation 5 September 10, 2005 19:44


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