Error running LES computation
Posted: Tue Sep 22, 2015 11:03 am
Dear Code_Saturne team!
Currently I continue the project on which Mr. Sebastian Rible was working in Prof. Behbahani's lab: a CFD benchmark study released by the Food and Drug Administration USA that is related to a simplified centrifugal blood pump.
The purpose of this project is to determine how computational fluid dynamics can be effectively used to characterize fluid flow and to predict blood damage in medical devices. This pump consists out of two parts, one rotor and one housing. In addition was created a boundary cylinder which surrounds the rotor.
The groups of the stator are inlet, outlet, fixed wall and boundary. The groups of the rotor are wall (the rotor itself, also fixed) and boundary. (More detailed see here: http://code-saturne.org/forum/viewtopic.php?f=2&t=1421)
I am new in CFD and having a problem with running LES (Smagorinsky) model computation.
version of Code_Saturne: 3.2.0
compile.log, listing, error files, xml and also addr2line error log are in the attachment.
The computation starts running, however abolishes at the second time step. It also gives a warning:
CHOICE OF TIME-SCHEME
@
@ TIME-SCHEME FOR VELOCITY IS SECOND ORDER
@ (THETAV = 0.50E+00)
@ CERTAIN TERMS ARE HOWEVER FIRST ORDER IN TIME
By using cs_user_parameters.f90 script we managed to change the parameters to be first-order, however the error is still present.
The problem seems to come from:
6: 0x13dca50:
cs_halo_sync_var
/homec/hac28/hac280/SATURNE_3.2.2/SATURNE_3.2.2/saturne-3.2.2/src/base/cs_halo.c:1100
7: 0x121c1d4:
00000012.long_branch_r2off.__libc_start_main+0
/homec/hac28/hac280/SATURNE_3.2.2/SATURNE_3.2.2/saturne-3.2.2/src/mesh/cs_mesh.c:3196
This is probably due to a poor mesh gluing.
However, this mesh was successfully used for RANS computations and we had a nice results.
Could you please suggest what the problem could be?
Please let me know if you need any additional info.
Thank you very much!
Best Regards,
Valeria Marinova
Currently I continue the project on which Mr. Sebastian Rible was working in Prof. Behbahani's lab: a CFD benchmark study released by the Food and Drug Administration USA that is related to a simplified centrifugal blood pump.
The purpose of this project is to determine how computational fluid dynamics can be effectively used to characterize fluid flow and to predict blood damage in medical devices. This pump consists out of two parts, one rotor and one housing. In addition was created a boundary cylinder which surrounds the rotor.
The groups of the stator are inlet, outlet, fixed wall and boundary. The groups of the rotor are wall (the rotor itself, also fixed) and boundary. (More detailed see here: http://code-saturne.org/forum/viewtopic.php?f=2&t=1421)
I am new in CFD and having a problem with running LES (Smagorinsky) model computation.
version of Code_Saturne: 3.2.0
compile.log, listing, error files, xml and also addr2line error log are in the attachment.
The computation starts running, however abolishes at the second time step. It also gives a warning:
CHOICE OF TIME-SCHEME
@
@ TIME-SCHEME FOR VELOCITY IS SECOND ORDER
@ (THETAV = 0.50E+00)
@ CERTAIN TERMS ARE HOWEVER FIRST ORDER IN TIME
By using cs_user_parameters.f90 script we managed to change the parameters to be first-order, however the error is still present.
The problem seems to come from:
6: 0x13dca50:
cs_halo_sync_var
/homec/hac28/hac280/SATURNE_3.2.2/SATURNE_3.2.2/saturne-3.2.2/src/base/cs_halo.c:1100
7: 0x121c1d4:
00000012.long_branch_r2off.__libc_start_main+0
/homec/hac28/hac280/SATURNE_3.2.2/SATURNE_3.2.2/saturne-3.2.2/src/mesh/cs_mesh.c:3196
This is probably due to a poor mesh gluing.
However, this mesh was successfully used for RANS computations and we had a nice results.
Could you please suggest what the problem could be?
Please let me know if you need any additional info.
Thank you very much!
Best Regards,
Valeria Marinova