Code_Saturne - Compressible module
- Torben
- Topic Author
- Offline
- Premium Member
-
- Posts: 91
- Thank you received: 1
Single processor Code_Saturne simulation
Code_Saturne is running
***********************
Working directory (to be periodically cleaned) :
/home/tpa/tmp_Saturne/STUDY2.CASE_1.02191843
Kernel version: /opt/Salome_4.1.4_withSaturne/SALOME4/V4_1_4/../Prerequis/Code_Saturne-1.3.3/Ncs-1.3.3
Preprocessor version: /opt/Salome_4.1.4_withSaturne/SALOME4/V4_1_4/../Prerequis/Code_Saturne-1.3.3/Ecs-1.3.3
***************************************************************
Compilation of user subroutines and linking of Code_Saturne
***************************************************************
/home/tpa/tmp_Saturne/STUDY2.CASE_1.02191843/compil.log
Use the compressible module
make[1]: Entering directory `/home/tpa/tmp_Saturne/STUDY2.CASE_1.02191843/fort_saturne'
*** "make" in a user directory
make[1]: Leaving directory `/home/tpa/tmp_Saturne/STUDY2.CASE_1.02191843/fort_saturne'
********************************************
Preparing calculation
********************************************
********************************************
Code_Saturne is running
********************************************
********************************************
********************************************
ERREUR WHILE RUNNING THE KERNEL (SOLVER)
********************************************
... and the listing file tells this error:
cs_gui.c:3869: Fatal error.
The kernel variables number 9 and the calculated one by the GUI 6 are not the same.
Call stack:
1: 0xb7eadcdc <bft_error+0x3c> (libbft.so.1)
2: 0x80a2e67 <csvnum_+0xfc2> (cs13.exe)
3: 0x8073f70 <iniusi_+0x430> (cs13.exe)
4: 0x807399d <initi1_+0x2d> (cs13.exe)
5: 0x80564e7 <main+0x18b> (cs13.exe)
6: 0xb796275c <__libc_start_main+0xdc> (libc.so.6)
7: 0x8055871 ? (?)
End of stack
Apparently is is not something simple, and I have tried to find a hint in the manuals and the internet.
Can someone help, please.
- David Monfort
- Offline
- Senior Member
-
- Posts: 77
- Thank you received: 0
I'm apparently a bit late... however, I can give you some elements of answer.
Currently, Code_Saturne compressible module cannnot be setup via the graphical interface. You should instead use the different user routines available in users/cfbl and avoid the interface.
uscfx1 and uscfx2 gives the basic setup for the different options of the compressible module, uscfcl for the boundary conditions, uscfpv for the variable physical properties, uscfxi for the variables initialization... More information can be found in the user guide.
David
ps: the comments in the user routines have been translated in English in the latest version (2.0-rc1)

- Torben
- Topic Author
- Offline
- Premium Member
-
- Posts: 91
- Thank you received: 1
Look >here<
So, up to now I have some find of success in getting the basic parameters set by editing the relevant and launching the analysis. The simulation seems to work but stops after one or a few time steps. Significantly less than the NTMABS that I have asked for.
The listing file is uploaded >here< and most certainly tells me why, but unfortunately I still have not the full understanding of how the parameters interact.
If anyone here have the time to take a look I will be grateful and - of course - share the results.