Search found 4204 matches
- Wed Apr 16, 2025 11:47 pm
- Forum: code_saturne usage
- Topic: Oxydant temperature with combustion module
- Replies: 2
- Views: 3185
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: 8137
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: 8137
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: 6601
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: 4457
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: 6601
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: 64234
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: 7591
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...
- Sat Mar 15, 2025 3:19 am
- Forum: code_saturne usage
- Topic: Problem when replacing fields during RANS with combustion module on
- Replies: 4
- Views: 7591
Re: Problem when replacing fields during RANS with combustion module on
Hello, Which fields are you trying to turn off ? Whatever you do in d3pint, pppdfr, and d3pphy, some physical properties are updated elsewhere, and all solved combustion fields are still solved in the loop on scalars (which used to be scalai.f90 in older versions, and is now in cs_solve_transported_...
- Sat Mar 15, 2025 3:12 am
- Forum: code_saturne usage
- Topic: Aorta fluid simulation: Too many bad cells (6% - 7%)
- Replies: 3
- Views: 6634
Re: Aorta fluid simulation: Too many bad cells (6% - 7%)
Hello Tomaso, Yes, do not hesitate to contact me for a meeting. In any case, you probably want to extrude the mesh at inlets or outlets, bit not everywhere, as this would also thicken the geometry (unless this is what you want, but I assume in this case you would rather be adding a viscous layer, wh...