Dear Yvan,
Thanks for the detailed feedback regarding gradient limiters.
We are currently performing the simulation in steady state (local time stepping approach with default settings). I forgot to mention that the mesh size is 3.5 M cells, we are using 32 cores and code_saturne 9.0.
The ...
Search found 10 matches
- Thu Mar 05, 2026 9:18 am
- Forum: code_saturne usage
- Topic: Recommandation for polyhedral cells
- Replies: 2
- Views: 5092
- Tue Mar 03, 2026 9:08 am
- Forum: code_saturne usage
- Topic: Recommandation for polyhedral cells
- Replies: 2
- Views: 5092
Recommandation for polyhedral cells
In case of a polyhedral mesh generated by fluent mesher what are the recommendations in term of schemes and linear solver (highly turbulent flow, variable density and CHT) ?
The mesh non-orthogonality is less than 70°.
Currently I use SOLU for convection terms and leastSquares for gradients ...
The mesh non-orthogonality is less than 70°.
Currently I use SOLU for convection terms and leastSquares for gradients ...
- Wed Jul 22, 2020 4:11 pm
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Thank Yvan,
it's working !
PF
it's working !
PF
- Wed Jul 22, 2020 10:09 am
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Dear Yvan,
I have reinstalled everything (OS and code_saturne 6.0.4) and now it works (ubuntu 18.04, 16.04 and also Debian 10). The messages are well printed in the listing file. I probably did something wrong during the installation stage.
Nevertheless there is another problem with the routine ...
I have reinstalled everything (OS and code_saturne 6.0.4) and now it works (ubuntu 18.04, 16.04 and also Debian 10). The messages are well printed in the listing file. I probably did something wrong during the installation stage.
Nevertheless there is another problem with the routine ...
- Tue Jul 21, 2020 3:23 pm
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Dear Yvan,
I confirm you that adding the zone as head losses in the gui doesn't solve the problem.
Following your recommendations I have tried with another user routine. Unfortunately I see no print with the cs_user_parameters-base.c routine when adding bft_printf("here") inside each void function ...
I confirm you that adding the zone as head losses in the gui doesn't solve the problem.
Following your recommendations I have tried with another user routine. Unfortunately I see no print with the cs_user_parameters-base.c routine when adding bft_printf("here") inside each void function ...
- Fri Jul 10, 2020 2:32 pm
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Hello Yvan,
I am not sure to understand your last message. I have copied below the run_solver script. What should be the line containing the path ?
#!/bin/bash
# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr//lib":$LD_LIBRARY_PATH
export OMP_NUM_THREADS=1
cd /home ...
I am not sure to understand your last message. I have copied below the run_solver script. What should be the line containing the path ?
#!/bin/bash
# Export paths here if necessary or recommended.
export LD_LIBRARY_PATH="/usr//lib":$LD_LIBRARY_PATH
export OMP_NUM_THREADS=1
cd /home ...
- Fri Jul 10, 2020 1:38 pm
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Dear Yvan,
Using code_saturne 6.0.4 doesn't solve the problem. Please find below the result of ldd command on the cs_solver file :
linux-vdso.so.1 (0x00007ffe4e9e0000)
libcs_solver-6.0.so => /home/user/Code_Saturne/6.0.4/code_saturne-6.0.4/arch/Linux_x86_64/lib/libcs_solver-6.0.so ...
Using code_saturne 6.0.4 doesn't solve the problem. Please find below the result of ldd command on the cs_solver file :
linux-vdso.so.1 (0x00007ffe4e9e0000)
libcs_solver-6.0.so => /home/user/Code_Saturne/6.0.4/code_saturne-6.0.4/arch/Linux_x86_64/lib/libcs_solver-6.0.so ...
- Fri Jul 10, 2020 8:11 am
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Dear Yvan,
Thank you for your answer. In deed, using newer version of the routine make things easier. The compiler is now ok but routines are still not called during the CFD process (printf test).
Would you recommend to change Lunix distribution ? If it's the case what would be the best (free ...
Thank you for your answer. In deed, using newer version of the routine make things easier. The compiler is now ok but routines are still not called during the CFD process (printf test).
Would you recommend to change Lunix distribution ? If it's the case what would be the best (free ...
- Thu Jul 09, 2020 12:58 pm
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Re: Compilation problem using standard user routine
Dear Yvan,
Thank you for your quick answer. Please find attached a test case. This test case has not been built from an old case.
code_saturne has been compiled from source (using the python script).
Best regards,
Paulin
Thank you for your quick answer. Please find attached a test case. This test case has not been built from an old case.
code_saturne has been compiled from source (using the python script).
Best regards,
Paulin
- Thu Jul 09, 2020 11:23 am
- Forum: code_saturne usage
- Topic: Compilation problem using standard user routine
- Replies: 14
- Views: 15787
Compilation problem using standard user routine
Dear code_saturne user's,
I am facing a problem when trying to use standard user routines :
cs_user_extra_operations.c. : code_saturne stops at the compilation stage. Note that the routine is as provided by code_saturne, i.e empty.
Additional tests have been made with the cs_user_head_losses.c ...
I am facing a problem when trying to use standard user routines :
cs_user_extra_operations.c. : code_saturne stops at the compilation stage. Note that the routine is as provided by code_saturne, i.e empty.
Additional tests have been made with the cs_user_head_losses.c ...