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

pisoFoam solver error

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2012, 15:09
Default pisoFoam solver error
  #1
New Member
 
anurag
Join Date: Mar 2012
Posts: 1
Rep Power: 0
akkupant is on a distinguished road
Hi all,
i'm trying to simulate an axisymmetric jet in OpenFoam using the pisofoam solver......when i run the solver....after one or two time steps ,it gives an error............i'm providing u with my blockMeshDict file and the error...............



/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters .001;

vertices
(
(0 0 0)//0
(-10 0 0)//1
(-10 4.9952 -.218166)//2
(0 4.9952 -.218166)//3
(-10 4.9952 .218166)//4
(0 4.9952 .218166)//5
(2000 4.9952 .218166)//6
(2000 4.9952 -.218166)//7
(2000 0 0)//8
(0 998.096 -43.633)//9
(0 998.096 43.633)//10
(2000 998.096 43.633)//11
(2000 998.096 -43.633)//12

);

blocks
(
hex (3 7 6 5 0 8 8 0) (50 1 50) simpleGrading (1 1 1)
hex (9 12 11 10 3 7 6 5) (50 1 50) simpleGrading (1 1 1)

);

edges
(
);

patches
(
patch inlet
(
(0 3 5 0)
)

patch outlet
(
(8 7 6 8)
(7 12 11 6)

)

wall upperwall
(
(3 9 10 5)
)
wedge front
(
(0 5 6 8)
(5 10 11 6)

)
wedge back
(
(3 7 12 9)
(0 8 7 3)

)

empty bases
(
(0 8 8 0)

)

);

mergePatchPairs
(
);



the error is.........

Time = 0.05

Courant Number mean: 1.28732e+80 max: 1.07637e+83
#0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam:ILUPreconditioner::calcReciprocalD(Foam::Fi eld<double>&, Foam::lduMatrix const&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#4 Foam:ILUPreconditioner:ILUPreconditioner(Foam: :lduMatrix::solver const&, Foam::dictionary const&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#5 Foam::lduMatrix:reconditioner::addasymMatrixCons tructorToTable<Foam:ILUPreconditioner>::New(Foam ::lduMatrix::solver const&, Foam::dictionary const&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#6 Foam::lduMatrix:reconditioner::New(Foam::lduMatr ix::solver const&, Foam::dictionary const&) in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#7 Foam::PBiCG::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam210/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#8
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/pisoFoam"
#9
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/pisoFoam"
#10
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/pisoFoam"
#11 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#12
in "/opt/openfoam210/platforms/linuxGccDPOpt/bin/pisoFoam"
Floating point exception

i would appreciate your help......................................
akkupant is offline   Reply With Quote

Old   May 1, 2012, 10:08
Default
  #2
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
...
Checking...
...
...
...
Not enough info for problem diagnose, please post you system/ and 0/ files
...
Abort
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   May 2, 2012, 07:01
Default
  #3
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hello Akkupant,
I have checked your case, I am not able to see inlet in your case.
please check your blockMeshDict file, the defined patches are correct or not.

I will get back to you in 3 to 4 hours.
check the below fig, is it correct?
if yes just tell me your inlet and outlet.


with regards,
Sivakumar
sivakumar is offline   Reply With Quote

Old   May 2, 2012, 07:12
Default
  #4
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hello Akkupant,
I have checked your case, I am not able to see inlet in your case.
please check your blockMeshDict file, the defined patches are correct or not.


check the attached fig, is it correct?
if yes just tell me your inlet and outlet.


with regards,
Sivakumar
Attached Files
File Type: doc jet.doc (12.0 KB, 1 views)

Last edited by sivakumar; May 2, 2012 at 10:30.
sivakumar 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
Problem running perturbUCyl sen.1986 OpenFOAM 17 June 4, 2019 06:56
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 07:42
checking the system setup and Qt version vivek070176 OpenFOAM Installation 22 June 1, 2010 13:34
compile errors of boundary condition "expDirectionMixed" liying02ts OpenFOAM Bugs 2 February 1, 2010 21:11
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 21:50


All times are GMT -4. The time now is 11:50.