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

problems with turbFoam (small deltaT)

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2009, 05:46
Default problems with turbFoam (small deltaT)
  #1
Member
 
Sven Degner
Join Date: Mar 2009
Location: Zürich
Posts: 55
Rep Power: 17
sven82 is on a distinguished road
I try to simulate a naca0012 with turbFoam (60degree) (picture attachment)

with this parameters:

circle mesh around the naca ~500.000 cells (R~10m)
finest cell on caca ~1e-4

patches are
Naca = wall
inletOutlet = the hole circle around the naca
fronandback = cyclic

Euler;
gradSchemes linear;
divSchemes upwind;
adjustTimeStep (maxCo 1)
RASModel LienLeschzinerLowRe;
Re 10^6


Courant Number mean: 9.73987e-07 max: 3.02009
deltaT = 7.61855e-19
DILUPBiCG: Solving for Ux, Initial residual = 5.03753e-05, Final residual = 1.87688e-06, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 0.000688879, Final residual = 4.79751e-06, No Iterations 2
DILUPBiCG: Solving for Uz, Initial residual = 0.186895, Final residual = 9.20787e-07, No Iterations 2
DICPCG: Solving for p, Initial residual = 0.995746, Final residual = 9.57816e-06, No Iterations 494
time step continuity errors : sum local = 2.12007e-13, global = -2.51268e-16, cumulative = 6.45217e-14
DICPCG: Solving for p, Initial residual = 0.949774, Final residual = 9.6231e-06, No Iterations 493
time step continuity errors : sum local = 2.40166e-13, global = -2.255e-16, cumulative = 6.42962e-14
DICPCG: Solving for p, Initial residual = 0.955354, Final residual = 9.89174e-06, No Iterations 492
time step continuity errors : sum local = 2.47449e-13, global = -1.86303e-17, cumulative = 6.42776e-14
ExecutionTime = 474.19 s ClockTime = 474 s

thats the facts,

first of all i think openFoam are a implicit solver (Co unimportant), thats obviously not the case because the simulation broken up with to high deltaT

As second step I try the option adjustTimeStep with a maxCo of 1, the conclusion is a very low timestep (|<1^ -20) and also a stop of the simulation after a few timesteps later whit this message


DILUPBiCG: Solving for Ux, Initial residual = 4.20658e-05, Final residual = 2.20822e-06, No Iterations 1
[6] #0 Foam::error:rintStack(Foam::Ostream&)DILUPBiCG: Solving for Uy, Initial residual = 0.00129761, Final residual = 1.62481e-06, No Iterations 3
DILUPBiCG: Solving for Uz, Initial residual = 0.165781, Final residual = 1.73234e-06, No Iterations 2
in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libOpenFOAM.so"
[6] #1 Foam::sigFpe::sigFpeHandler(int) in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libOpenFOAM.so"
[6] #2 ?? in "/lib64/libc.so.6"
[6] #3 void Foam:rocessorLduInterface::compressedSend<Foam:: Vector<double> >(Foam::Pstream::commsTypes, Foam::UList<Foam::Vector<double> > const&) const in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libfiniteVolume.so"
[6] #4 Foam:rocessorFvPatchField<Foam::Vector<double> >::initEvaluate(Foam::Pstream::commsTypes) in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libfiniteVolume.so"
[6] #5 Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::GeometricBoundaryField::evaluate() in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam"
[6] #6 Foam::fvMatrix<Foam::Vector<double> >::H() const in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam"
[6] #7 main in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam"
[6] #8 __libc_start_main in "/lib64/libc.so.6"
[6] #9 Foam::regIOobject::readIfModified() in "/usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam"
[dwoblx027:08797] *** Process received signal ***
[dwoblx027:08797] Signal: Floating point exception (8)
[dwoblx027:08797] Signal code: (-6)
[dwoblx027:08797] Failing at address: 0x15d90000225d
[dwoblx027:08797] [ 0] /lib64/libc.so.6 [0x2b53c21375b0]
[dwoblx027:08797] [ 1] /lib64/libc.so.6(gsignal+0x35) [0x2b53c2137535]
[dwoblx027:08797] [ 2] /lib64/libc.so.6 [0x2b53c21375b0]
[dwoblx027:08797] [ 3] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libfiniteVolume.so(_ZNK4Foam21processorLduInterfac e14compressedSendINS_6VectorIdEEEEvNS_7Pstream10co mmsTypesERKNS_5UListIT_EE+0xdf) [0x2b53c04a80cf]
[dwoblx027:08797] [ 4] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/lib/linux64GccDPOpt/libfiniteVolume.so(_ZN4Foam21processorFvPatchField INS_6VectorIdEEE12initEvaluateENS_7Pstream10commsT ypesE+0x6a) [0x2b53c04aacda]
[dwoblx027:08797] [ 5] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam(_ZN4Foam14GeometricFieldINS_6VectorIdEENS _12fvPatchFieldENS_7volMeshEE22GeometricBoundaryFi eld8evaluateEv+0x1c6) [0x42c1f6]
[dwoblx027:08797] [ 6] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam [0x44c2d8]
[dwoblx027:08797] [ 7] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam [0x4156ff]
[dwoblx027:08797] [ 8] /lib64/libc.so.6(__libc_start_main+0xf4) [0x2b53c2124ae4]
[dwoblx027:08797] [ 9] /usrfem/femsys_local/OpenFOAM/OpenFOAM-1.5/applications/bin/linux64GccDPOpt/turbFoam(_ZN4Foam11regIOobject14readIfModifiedEv+0 x199) [0x414119]
[dwoblx027:08797] *** End of error message ***
[DWOBLX018][0,1,1][btl_tcp_frag.c:202:mca_btl_tcp_frag_recv] mca_btl_tcp_frag_recv: readv failed with errno=104
[DWOBLX018][0,1,3][btl_tcp_frag.c:202:mca_btl_tcp_frag_recv] mca_btl_tcp_frag_recv: readv failed with errno=104
mpirun noticed that job rank 0 with PID 15544 on node DWOBLX018 exited on signal 15 (Terminated).
6 additional processes aborted (not shown)

I got no idea what I can chance for simulation run with a not too small timestep.

best wishes
Sven
Attached Images
File Type: jpg h.jpg (97.2 KB, 29 views)
sven82 is offline   Reply With Quote

Old   May 26, 2009, 08:03
Default
  #2
Senior Member
 
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21
wolle1982 will become famous soon enough
try Co=1
try frontAndBack = empty (not cyclic)
try circle = inlet only
wolle1982 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
Weird problems running unsteady braennstroem OpenFOAM Running, Solving & CFD 5 June 8, 2011 20:38
Problems about the selection among "turbFoam", "rhoTurbFoam" and "buoyantFoam" chiven OpenFOAM Running, Solving & CFD 24 June 16, 2009 08:44
Problems turbFoam harwin OpenFOAM Pre-Processing 6 December 7, 2006 05:36
Inlet problems with turbFoam jonititan OpenFOAM Running, Solving & CFD 1 May 4, 2006 03:24
silver surface and small edge problems John CFX 2 February 23, 2005 13:40


All times are GMT -4. The time now is 04:39.