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

rhosimplefoam running problem

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 28, 2010, 09:26
Default rhosimplefoam running problem
  #1
New Member
 
charles shan
Join Date: Apr 2010
Posts: 2
Rep Power: 0
aneshe is on a distinguished road
Dear all,

I am newer to openfoam. I am running a case using rhosimplefoam. But after several iterations, errors happens.
Could you please tell me what's this error means?
It looks there are convergence problem.

Thanks in advance for you kindly help.

Best regards,
Aneshe.



Time = 6

DILUPBiCG: Solving for Ux, Initial residual = 0.462608, Final residual = 0.0410476, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 0.250651, Final residual = 0.0235479, No Iterations 1
DILUPBiCG: Solving for Uz, Initial residual = 0.3213, Final residual = 0.00371833, No Iterations 2
DILUPBiCG: Solving for h, Initial residual = 0.0610008, Final residual = 0.00256268, No Iterations 1
GAMG: Solving for p, Initial residual = 0.589161, Final residual = 0.0204743, No Iterations 8
time step continuity errors : sum local = 57.8693, global = -14.8249, cumulative = 10.8505
rho max/min : 159.76 0.441376
smoothSolver: Solving for epsilon, Initial residual = 0.999931, Final residual = 0.00372962, No Iterations 2
smoothSolver: Solving for k, Initial residual = 0.711263, Final residual = 7.32219e-09, No Iterations 2
ExecutionTime = 16.84 s ClockTime = 18 s

Time = 7

DILUPBiCG: Solving for Ux, Initial residual = 0.218558, Final residual = 0.00917327, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 0.234351, Final residual = 0.0103172, No Iterations 1
DILUPBiCG: Solving for Uz, Initial residual = 0.265696, Final residual = 0.0169588, No Iterations 1
DILUPBiCG: Solving for h, Initial residual = 0.187826, Final residual = 0.00812604, No Iterations 1
#0 Foam::error:rintStack(Foam::Ostream&) in "/home/xshan/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#1 Foam::sigFpe::sigFpeHandler(int) in "/home/xshan/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::hPsiThermo<Foam:ureMixture<Foam::sutherlan dTransport<Foam::specieThermo<Foam::hConstThermo<F oam:erfectGas> > > > >::calculate() in "/home/xshan/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libbasicThermophysicalModels.so"
#4 Foam::hPsiThermo<Foam:ureMixture<Foam::sutherlan dTransport<Foam::specieThermo<Foam::hConstThermo<F oam:erfectGas> > > > >::correct() in "/home/xshan/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libbasicThermophysicalModels.so"
#5 main in "/home/xshan/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/rhoSimpleFoam"
#6 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#7 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122
Floating point exception
aneshe is offline   Reply With Quote

Old   April 29, 2010, 11:06
Default
  #2
Member
 
Ngoc-Minh Truong
Join Date: Feb 2010
Location: Toulouse, France
Posts: 42
Rep Power: 16
truong_nm is on a distinguished road
Send a message via MSN to truong_nm
Can you describe your case ?
Seems that your density explodes after a few iterations
truong_nm is offline   Reply With Quote

Old   May 21, 2010, 09:47
Default convergence trouble
  #3
New Member
 
Sofia
Join Date: May 2010
Location: Toulouse, France
Posts: 14
Rep Power: 15
Sofia is on a distinguished road
Hi dear openfoamer,

I am new on openFoam and i am striving to make a subsonic flow around an airfoil work out with rhosimplefoam for the steady state case and hopefully later with rhoPisofoam for the transcient situation.

Having said that, I have exactly the same error as aneshe when using rhosimpleFoam. The running diverges after a couple of iterations. ( around 10 iteration )

I am at M = 0.5 using kepsilon turbulence model with the following features :

k = 1e-6 at both the inlet and the airfoil, the airfoil has the wall function = compressible::kqRWallFunction; and I assigned zerogradients elsewhere.

epsilon = 10 at both the inlet and the airfoil, the airfoil has the wall function = compressible::epsilonWallFunction with Cmu = 0.09; kappa = 0.41; E = 9.8;; and again i assigned zerogradient elsewhere.

I am a bit confused with mut and alphat files becauses i have no idea of the values and BC, I may assign.

I am quiet sure that the error comes from the BC choice because the mesh is ok.

Could someone please help me by recommanding for exemple BCs for my case.

Thanks in advance.

King Regards

Sofia
Sofia is offline   Reply With Quote

Old   May 21, 2010, 09:53
Default
  #4
Member
 
Ngoc-Minh Truong
Join Date: Feb 2010
Location: Toulouse, France
Posts: 42
Rep Power: 16
truong_nm is on a distinguished road
Send a message via MSN to truong_nm
I have always failed in running rhoSimpleFoam. An alternative solution is to combine a local time step and a transient solver (SLTS + rhoPisoFoam for example).
truong_nm is offline   Reply With Quote

Old   May 21, 2010, 11:33
Default
  #5
New Member
 
Sofia
Join Date: May 2010
Location: Toulouse, France
Posts: 14
Rep Power: 15
Sofia is on a distinguished road
thank you a lot for the reply.

I have read on another thread that (SLTS + rhoPisoFoam) is almost equivalent to rhoPimpleFoam.

do you think rhopimplefoam is appropriate ? if it is the case could you give me some recommandation to run the case properly.

Best Regards,

Sofia
Sofia is offline   Reply With Quote

Reply

Tags
rhosimplefoam

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 of running parallel Fluent on linux cluster ivanbuz FLUENT 15 September 23, 2017 19:12
Problem running parallel. Hernán STAR-CCM+ 1 December 23, 2009 12:04
Problem running parallel Hernán Main CFD Forum 0 December 22, 2009 04:36
the problem of running star-cd after pro-star liu-jinsong Siemens 0 November 20, 2008 20:58
problem running parallel-help needed Shankar FLUENT 0 December 16, 2002 13:45


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