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

error occurred in openfoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2012, 05:24
Default error occurred in openfoam
  #1
New Member
 
student
Join Date: Nov 2011
Posts: 2
Rep Power: 0
cd.pmd is on a distinguished road
When I import mesh in openform and change U and P after run in icofoam during run after some steps it generate error that error is :....................

DILUPBiCG: Solving for Uy, Initial residual = 0.994145, Final residual = 3.8729, No Iterations 1001
DILUPBiCG: Solving for Uz, Initial residual = 0.994948, Final residual = 46610.1, No Iterations 1001
DICPCG: Solving for p, Initial residual = 1, Final residual = 3.29213, No Iterations 1001
time step continuity errors : sum local = 3.53548e+105, global = 1.49966e+88, cumulative = 1.49966e+88
#0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::PCG::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#4 Foam::fvMatrix<double>::solve(Foam::dictionary const&) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libfiniteVolume.so"
#5
in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
#6
in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
#7 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#8

in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
Floating point exception
cd.pmd is offline   Reply With Quote

Old   July 3, 2012, 05:47
Default error occurred in openfoam
  #2
New Member
 
mehul
Join Date: Jul 2012
Posts: 7
Rep Power: 13
mehul.074 is on a distinguished road
when i import mesh in openform and change U and P after run in icofoam during run after some step it generate error that error is :....................
DILUPBiCG: Solving for Uy, Initial residual = 0.994145, Final residual = 3.8729, No Iterations 1001
DILUPBiCG: Solving for Uz, Initial residual = 0.994948, Final residual = 46610.1, No Iterations 1001
DICPCG: Solving for p, Initial residual = 1, Final residual = 3.29213, No Iterations 1001
time step continuity errors : sum local = 3.53548e+105, global = 1.49966e+88, cumulative = 1.49966e+88
#0 Foam::error:: printStack(Foam::Ostream&) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe:sigHandler(int) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::PCG::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#4 Foam::fvMatrix<double>::solve(Foam::dictionary const&) in "/opt/openfoam201/platforms/linuxGccDPOpt/lib/libfiniteVolume.so"
#5
in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
#6
in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
#7 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#8
in "/opt/openfoam201/platforms/linuxGccDPOpt/bin/icoFoam"
Floating point exception

happy@ubuntu:~/OpenFOAM/happy-2.0.1/run/testtutorials/incompressible/icoFoam/testcavity$ paraFoam
created temporary 'testcavity.OpenFOAM'
mehul.074 is offline   Reply With Quote

Old   July 3, 2012, 05:57
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to both of you.

I've merged your two threads since you're basically asking the very same question... 23 minutes apart.

The answer is simple - go read the cavity tutorial once again, starting from this section: 2.1.5 Increasing the mesh resolution
And keep reading the rest of the tutorial until you understand what needs to be modified

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   September 28, 2014, 08:16
Default
  #4
New Member
 
Jacky
Join Date: Jul 2011
Posts: 24
Rep Power: 14
bharat.cmeri is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Greetings to both of you.

I've merged your two threads since you're basically asking the very same question... 23 minutes apart.

The answer is simple - go read the cavity tutorial once again, starting from this section: 2.1.5 Increasing the mesh resolution
And keep reading the rest of the tutorial until you understand what needs to be modified

Best regards,
Bruno



can you please pin point what needs to be modified.

Thanks & Regards,

Bharat
bharat.cmeri is offline   Reply With Quote

Old   September 28, 2014, 08:24
Default
  #5
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by bharat.cmeri View Post
can you please pin point what needs to be modified.
Quick answer: Please read subsection "2.1.5.4 Control adjustments" on the OpenFOAM User Guide: http://www.openfoam.org/docs/user/cavity.php
wyldckat is offline   Reply With Quote

Old   September 28, 2014, 10:23
Default
  #6
New Member
 
Jacky
Join Date: Jul 2011
Posts: 24
Rep Power: 14
bharat.cmeri is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Quick answer: Please read subsection "2.1.5.4 Control adjustments" on the OpenFOAM User Guide: http://www.openfoam.org/docs/user/cavity.php


Thanks for your quick reply....

Regards,

Bharat
bharat.cmeri is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Issues with OpenFoam sanjibdsharma OpenFOAM 0 August 14, 2009 08:41
Problem installing OpenFOAM 1.5 installation on RHEL 4. vwsj84 OpenFOAM Installation 4 April 23, 2009 04:48
2009 OpenFOAM Summer School in Zagreb, Croatia hjasak OpenFOAM Announcements from Other Sources 0 March 27, 2009 12:08
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
OpenFOAM Training and Workshop Hrvoje Jasak Main CFD Forum 0 October 7, 2005 07:14


All times are GMT -4. The time now is 21:49.