Search found 4206 matches
- Wed Apr 30, 2025 4:07 pm
- Forum: code_saturne usage
- Topic: Restarting calculation
- Replies: 1
- Views: 94
Re: Restarting calculation
Hello, How many additional time steps did you require ? Note that the number of time steps you specify in the code is by default an absolute number of time steps (same for the physical time), so if you have already reached that number, the restart simply checks values and rebuilds a postprocessing o...
- Mon Apr 28, 2025 11:38 pm
- Forum: Installation issues
- Topic: File format "MED" not available
- Replies: 4
- Views: 23408
Re: File format "MED" not available
Hello, In the 2nd image, I do not see the 1st 3 lines, containing the install paths, but I see the build dates are not exactly the same (3 minutes difference) in the 2 cases, so I suspect that either : - You have 2 different installs, one with MED support, the other without. - You overwrote the fixe...
- Wed Apr 16, 2025 11:47 pm
- Forum: code_saturne usage
- Topic: Oxydant temperature with combustion module
- Replies: 3
- Views: 4478
Re: Oxydant temperature with combustion module
Hello, Looking at the code, it seems that it is only possible to define multiple temperatures for premixed flames (Libby-Williams and EBU). For 3-point chemistry, the hinfue value is global to the model (which seems to be an unnecessary limitation, probably due to the initial coding rather that a re...
- Tue Apr 08, 2025 1:56 pm
- Forum: code_saturne usage
- Topic: Fix for Intel Systems in CS8.3 (Git Commit 7342705)
- Replies: 3
- Views: 9537
Re: Fix for Intel Systems in CS8.3 (Git Commit 7342705)
Hello, In this case, I would recommend either of 2 options : - Apply a revert of that patch on the sources for your build - Or use the gfortran Fortran compiler instead of the Intel compiler (that should be compatible with the Intel C/C++ compilers). Since very little Fortran code is left, performan...
- Wed Apr 02, 2025 11:45 am
- Forum: code_saturne usage
- Topic: Fix for Intel Systems in CS8.3 (Git Commit 7342705)
- Replies: 3
- Views: 9537
Re: Fix for Intel Systems in CS8.3 (Git Commit 7342705)
Hello, No, to my knowledge, we have not observed this on our machines. Which version of the Intel compilers do you use (on our side, We mainly use the 2022.2 LLVM-based compilers on one cluster, and the (much) older 18.1 on another machine. I also tested with 24.1 on my local workstation. The PBS as...
- Wed Mar 26, 2025 7:23 pm
- Forum: code_saturne usage
- Topic: Measuring forces
- Replies: 4
- Views: 7880
Re: Measuring forces
Hello,
I think a colleague had plans for "summation by zone" of selected variables, which would fit here, so yes, there are plans for this in the GUI, though I have no idea on where this sits on the priority list.
Best regards,
Yvan
I think a colleague had plans for "summation by zone" of selected variables, which would fit here, so yes, there are plans for this in the GUI, though I have no idea on where this sits on the priority list.
Best regards,
Yvan
- Wed Mar 26, 2025 2:22 am
- Forum: code_saturne usage
- Topic: head losses coefficient - consistent definition
- Replies: 2
- Views: 5640
Re: head losses coefficient - consistent definition
Hello, Yes, when you use the GUI, you only need to specify the "alpha" term, which is multipled by 0.5*|U| in the cs_gui_head_losses function, to build the ckupdc term which is itself multiplied by rho*U in the function and line you mention. When using the cs_user_head_losses term, the use...
- Tue Mar 25, 2025 3:58 pm
- Forum: code_saturne usage
- Topic: Measuring forces
- Replies: 4
- Views: 7880
Re: Measuring forces
Hello, Did you try visualizing the boundary stresses ? to check for the sensitivity when you increase the velocity ? This may help you determine if/where there is a bug (i.e. bug in you code, bug in upstream code_saturne, or no obvious bug but forces in given zone not too sensitive to velocity) ? Be...
- Sun Mar 23, 2025 9:09 pm
- Forum: code_saturne usage
- Topic: streamwise periodicity
- Replies: 28
- Views: 72033
Re: streamwise periodicity
Hello, It seems your source terms leads to temperature increasing very rapidly, and then velocity increasing very fast probably as a consequence. You might try adding the source term progresively, so as to avoid a high energy input that is not convected. I also recommend visualizing the source term ...
- Wed Mar 19, 2025 7:42 pm
- Forum: code_saturne usage
- Topic: Problem when replacing fields during RANS with combustion module on
- Replies: 4
- Views: 9115
Re: Problem when replacing fields during RANS with combustion module on
Hello, Temperature is computed based on enthalpy, so if you change one without changing the other, I am not too Also, the computation of rho requires specific precautions in combustion cases, and there is a relaxation parameter (check for srrom) in this regards. I would not expect a computation in w...