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   July 30, 2007, 22:28
Default krystian, how did you solve
  #21
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

Old   July 31, 2007, 16:44
Default Nalini, It would be good if
  #22
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
Nalini,

It would be good if you could also include what appears before these lines which you posted.

Generally, the answer for that is, that liftDrag is not suited for every solver. Current stage only allows its use for one-phase flows or at least it doesn't work for two-phase flows which I tested.

Try to run it for simpleFoam, that should work. However for icoFoam it doesn't.

As you see it is kind of limited. If anyone managed to run it for rasInterFoam, any info will be appreciated.

Thanks,
K
paka is offline   Reply With Quote

Old   July 31, 2007, 19:45
Default thanks i was using icoFoam w
  #23
New Member
 
nalini
Join Date: Mar 2009
Posts: 3
Rep Power: 17
narls is on a distinguished road
thanks
i was using icoFoam
will have a play and see what i can come up with
narls is offline   Reply With Quote

Old   July 31, 2007, 19:49
Default let us know what you've got.
  #24
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
let us know what you've got.
paka is offline   Reply With Quote

Old   August 8, 2007, 00:35
Default HI All, I am getting follow
  #25
New Member
 
Rajneesh
Join Date: Mar 2009
Posts: 28
Rep Power: 17
vega is on a distinguished road
HI All,

I am getting following error at the last step
of
Any clues on what is going on here.
thanks in advance

g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoRepository -ftemplate-depth-40 -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/postProcessing/incompressible/lnInclude -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/transportModels -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/turbulenceModels -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/LESmodels -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/LESmodels/LESdeltas/lnInclude -IlnInclude -I. -I/home/raj/OpenFOAM/OpenFOAM-1.4.1/src/OpenFOAM/lnInclude -fPIC -pthread Make/linuxGccDPOpt/liftDrag.o -L/home/raj/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt \
-lincompressiblePostProcessing -lfoamUtil -lOpenFOAM -ldl -lm -o /home/raj/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag
/usr/bin/ld: cannot find -lfoamUtil
collect2: ld returned 1 exit status
make: *** [/home/raj/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag] Error 1
vega is offline   Reply With Quote

Old   October 28, 2007, 07:07
Default Hi I have a dreadfully slow c
  #26
New Member
 
N S Prasad
Join Date: Mar 2009
Posts: 15
Rep Power: 17
nsp82 is on a distinguished road
Hi
I have a dreadfully slow connection and downloading OF1.2 will take 4 hrs or more. Can anyone just give me the liftdrag sources in a tarball??

Thanks.
nsp82 is offline   Reply With Quote

Old   October 28, 2007, 08:14
Default You can find all the files acc
  #27
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
You can find all the files accessible individually in the

dev SVN repository.

Try:

src/postProcessing/incompressible/liftDrag/

Enjoy,

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

Old   October 29, 2007, 02:49
Default Hello Forum, I just instal
  #28
Member
 
Alessandro Spadoni
Join Date: Mar 2009
Location: Atlanta, GA
Posts: 65
Rep Power: 17
gtg627e is on a distinguished road
Hello Forum,

I just installed the utility liftDrag as suggested in:

http://www.cfd-online.com/OpenFOAM_D...es/1/2299.html

I am running a very simple case in simpleFoam. I have a naca0012 at 0 angle of attack, and k-epsilon for modeling turbulence. I get the analysis to converge nicely, pressure looks good, velocity, k, epsolin, etc. look very good. When I run liftDrag . naca0012 -time 700 for example, I get this output:

[gtg627eOpenFOAM@ruzzene03 simpleFoam]$ liftDrag . naca0012 -time 700
/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4.1 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

Exec : liftDrag . naca0012 -time 700
Date : Oct 29 2007
Time : 03:42:42
Host : ruzzene03
PID : 9647
Root : /home/gtg627eOpenFOAM/OpenFOAM/gtg627eOpenFOAM-1.4.1/run/tutorials/simpleFoam
Case : naca0012
Nprocs : 1
Create time

Create mesh for time = 700

Time = 700
Reading U

Reading p

Inlet velocity: (50 0 0)
Wall patch 1 named airfoiln :
Reference area: 0.297421 Reference length: 1 Drag coefficient: 0.00116109 Lift coefficient: (0 8.21932e-05 -1.32776e-21) Moment coefficient: (-2.05483e-06 2.90273e-05 -1.95907e-05)

This result seems to not include viscous forces. The drag for a naca0012 at 0 deg and Re ~ 3 million should be approximately 0.0058, from "theory of wing sections."

Thank you in advance for any comments,

Alessandro
gtg627e is offline   Reply With Quote

Old   October 29, 2007, 03:29
Default Hello Forum, In directory "
  #29
Member
 
Alessandro Spadoni
Join Date: Mar 2009
Location: Atlanta, GA
Posts: 65
Rep Power: 17
gtg627e is on a distinguished road
Hello Forum,

In directory "applications/utilities/postProcessing/miscellaneous/liftDrag/liftDrag.C

I see the follwing call:

-------------------------------------------------------------

Info<< "Wall patch " << patchI
<< " named " << patches[patchI].name() << " : " << nl
<< "Reference area: " << Aref
<< " Reference length: " << Lref
<< " Drag coefficient: "
<< dragCoefficient
(
U,
p,
nu,
patches[patchI].name(),
Uav,
Aref

)

------------------------------------------------------------------

but in file

../src/postProcessing/incompressible/liftDrag/liftDrag.C

I see that I can also compute turbDragCoefficient.

Following the above example for the drag coefficient I can call:


scalar turbDragCoefficient
(
const autoPtr<foam::turbulencemodel>& turbulence,
const volVectorField& U,
const volScalarField& p,
const dimensionedScalar& mu,
const word& patchName,
const vector& Uinf,
const scalar& Aref
);

My questions are:

1. How do I specify the input const autoPtr<foam::turbulencemodel>& turbulence?

2. is mu the same as nu? It seems so in the first file I mentioned above.

Thank you again,

Alessandro
gtg627e is offline   Reply With Quote

Old   October 29, 2007, 10:27
Default Hello Forum, Sorry for the
  #30
Member
 
Alessandro Spadoni
Join Date: Mar 2009
Location: Atlanta, GA
Posts: 65
Rep Power: 17
gtg627e is on a distinguished road
Hello Forum,

Sorry for the impulsive message writing. The solution to the problem I pointed out in the previous two messages can be found in:

http://www.cfd-online.com/OpenFOAM_D...es/1/5067.html

Thank you,

Alessandro
gtg627e is offline   Reply With Quote

Old   February 11, 2008, 10:35
Default Hi Forum, i am a new OpenFO
  #31
New Member
 
Fabian Korn
Join Date: Mar 2009
Location: Heilbronn, Germany
Posts: 21
Rep Power: 17
fabian_korn is on a distinguished road
Hi Forum,
i am a new OpenFOAM user and have a problem with compieling the lift and drag force tool.
At step 6 II the following error showed up, and an error occurs if i try to run step 7.
Would be perfect if somebody would help me.
The following lines is only the end of the error.


/tmp/cchPMiak.s:11202: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11203: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11204: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11205: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11206: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11207: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11208: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11209: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11210: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11211: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11212: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11213: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11214: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11215: Error: unknown pseudo-op: `.weakref'
/tmp/cchPMiak.s:11917: Warning: setting incorrect section attributes for .data.DW.ref.__gxx_personality_v0
/tmp/cchPMiak.s:11924: Warning: setting incorrect section attributes for .text.__i686.get_pc_thunk.bx
make: *** [Make/linuxGccDPOpt/liftDrag.o] Error 1

Thanks a lot.
fabian_korn is offline   Reply With Quote

Old   February 11, 2008, 10:50
Default This is a compiler problem - y
  #32
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
This is a compiler problem - you need to rebuild gcc on your machine and it will go away.

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

Old   February 11, 2008, 12:10
Default It may not be that bad. This w
  #33
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
It may not be that bad. This weakref thing is usually a problem with the assembler. Usually this means that the binutils (where the assembler belongs) are waaaay older than the compiler. So recompiling the binutils might help as well (it is as difficult as recompiling gcc, but takes less time)

Bernhard
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   February 12, 2008, 06:57
Default Hi again, thank you for th
  #34
New Member
 
Fabian Korn
Join Date: Mar 2009
Location: Heilbronn, Germany
Posts: 21
Rep Power: 17
fabian_korn is on a distinguished road
Hi again,

thank you for the help, now step 6 compiled well, but i still get an error during step 7.
Sorry for asking proberbly stupid questions buti am quiet new with linux and OpenFOAM

Here is the error massage.
ccDPOpt/liftDrag.o -L/home/fabian/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt \
-lincompressiblePostProcessing -lfoamUtil -lOpenFOAM -ldl -lm -o /home/fabian/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag
/usr/bin/ld: cannot find -lfoamUtil
collect2: ld returned 1 exit status
make: *** [/home/fabian/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag] Error 1

Is it still a compiler problem? I compiled gcc-4.2.1 on my computer:

Thanks for helping me again.
fabian_korn is offline   Reply With Quote

Old   February 12, 2008, 08:10
Default Everything what i tried before
  #35
New Member
 
Fabian Korn
Join Date: Mar 2009
Location: Heilbronn, Germany
Posts: 21
Rep Power: 17
fabian_korn is on a distinguished road
Everything what i tried before was executed with OpenFOAM 1.4.1,
When i try it with OpenFOAM 1.4, then i get the same massage exept that it cannot find -lincompressiblePostProcessing
fabian_korn is offline   Reply With Quote

Old   February 26, 2008, 12:24
Default Could anyone help me with my l
  #36
Member
 
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17
juho is on a distinguished road
Could anyone help me with my liftDrag to 1.4.1 conversion?

I followed the directions posted in this thread until I ran in to the same problem as Fabian and Rajneesh ie. "foamUtil not found".

I then copied the foamUtil directory from 1.2 and ran "wmake libso foamUtil".

After that liftDrag compiled without errors but when I test it on the icoFoam/cavity:

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

Exec : liftDrag . cavity -latestTime
Date : Feb 26 2008
Time : 16:37:31
Host : LinuxLoota
PID : 27737
Root : /home/juho/OpenFOAM/peltol20-1.4.1/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)
#0 Foam::error::printStack(Foam:stream&) in "/home/juho/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt/libOpenFOAM.so"
#1 Foam::sigFpe::sigFpeHandler(int) in "/home/juho/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt/libOpenFOAM.so"
#2 Uninterpreted: [0xffffe420]
#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&) in "/home/juho/OpenFOAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt/libincompressiblePostProce ssing.so"
#4 main in "/home/juho/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag"
#5 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#6 Foam::regIOobject::readIfModified() in "/home/juho/OpenFOAM/OpenFOAM-1.4.1/applications/bin/linuxGccDPOpt/liftDrag"
Floating point exception (core dumped)

==================================================


It gives a similar error message when I try it on my automotive test case but in this case it also lists the inlet velocity as 60 instead of 30 it really is.

I'm using a 32-bit Ubuntu Gutsy on a Intel machine.

Any guidance is greatly appreciated!

Juho
juho is offline   Reply With Quote

Old   February 26, 2008, 12:44
Default There is a division by zero so
  #37
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 is a division by zero somewhere. Please run the liftDrag utility on a different case to confirm this. Alternately, you can find several threads in this forum that help you to modify your solver to print lift and drag info directly in the log file for every time step.
msrinath80 is offline   Reply With Quote

Old   February 26, 2008, 13:15
Default Thank you. I ran it on my s
  #38
Member
 
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17
juho is on a distinguished road
Thank you.

I ran it on my simpleFoam automotive test case with a similar result.

I found your (?) turbFoam_1 solver with built in lift and drag calculation on the forum. I'll look into it next.
juho is offline   Reply With Quote

Old   February 27, 2008, 00:13
Default I included the lift and drag c
  #39
Member
 
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17
juho is on a distinguished road
I included the lift and drag calculations to the simpleFoam but in a very crude way. I compiled in the reference velocity and kinematic viscosity.

Seems to be working...
juho is offline   Reply With Quote

Old   June 2, 2008, 07:08
Default Hello!! I'm running some ca
  #40
New Member
 
Gabriela Bracho
Join Date: Mar 2009
Location: Valencia, Valencia, Spain
Posts: 14
Rep Power: 17
gaby is on a distinguished road
Hello!!

I'm running some cases of the tutorial... I've found some differences between my results and the results that appear in the User Guide (v.OF-1.4). Specially in the cavityHighRe case. (in spite of we're using the same set-up) The Guide says that U should converge at Time=1.63, but when I run it, it converged at Time=1.805. Then we run it in other machine and other version of OpenFoam (1.4.1) and the results where the same of v.1.4 (Time=1.805), but different to the Manual: Our results at Time=1.63 are:


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Time = 1.63

Courant Number mean: 0.11671 max: 0.839843
DILUPBiCG: Solving for Ux, Initial residual = 2.18463e-05, Final residual = 2.98021e-07, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 2.52903e-05, Final residual = 2.92166e-07, No Iterations 1
DICPCG: Solving for p, Initial residual = 2.94105e-05, Final residual = 8.12416e-07, No Iterations 8
time step continuity errors : sum local = 6.12008e-09, global = 4.01513e-19, cumulative = 1.31549e-18
DICPCG: Solving for p, Initial residual = 1.08552e-05, Final residual = 8.55134e-07, No Iterations 5
time step continuity errors : sum local = 6.10618e-09, global = -6.73987e-19, cumulative = 6.41498e-19
ExecutionTime = 0.84 s ClockTime = 1 s

Time = 1.635

Courant Number mean: 0.116714 max: 0.839846
DILUPBiCG: Solving for Ux, Initial residual = 2.12558e-05, Final residual = 2.96012e-07, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 2.46569e-05, Final residual = 2.84806e-07, No Iterations 1
DICPCG: Solving for p, Initial residual = 2.85749e-05, Final residual = 9.04189e-07, No Iterations 9
time step continuity errors : sum local = 9.14192e-09, global = -3.49815e-19, cumulative = 2.91684e-19
DICPCG: Solving for p, Initial residual = 1.07851e-05, Final residual = 9.91138e-07, No Iterations 6
time step continuity errors : sum local = 8.95587e-09, global = -4.25171e-20, cumulative = 2.49167e-19
ExecutionTime = 0.84 s ClockTime = 1 s

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <


THE QUESTIONS ARE: WHY ARE THESE DIFFERENCES??
has this differences happened to someone else???
Is this because of the OpenFoam Version????
Which is the OpenFOAM version used in the icoFoam Tutorial??????


I will appreciate any comment or suggestion !!! ;-) .... Thanks in advance

Gaby
gaby 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 15:56.