OK, thanks for your attention. I created the issue on GitHub.
https://github.com/code-saturne/code_saturne/issues/152
Search found 214 matches
- Wed Oct 15, 2025 12:47 pm
- Forum: code_saturne usage
- Topic: Particle statistics crash
- Replies: 4
- Views: 980
- Tue Oct 14, 2025 2:28 pm
- Forum: code_saturne usage
- Topic: Particle statistics crash
- Replies: 4
- Views: 980
Re: Particle statistics crash
Thanks for the fast reply!
I attached the listing but it have not uploaded for some reason.
Saturne vesrions tested: 8.0.4, 8.3.0, 8.3.2.
MPI: 1.8.4 (my stable favorite)
CentOS: 7.5
Particles are 7-fraction ash (3.5...175 mkm). Average gas velocity is roughly at level 15 m/s.
I made special tests ...
I attached the listing but it have not uploaded for some reason.
Saturne vesrions tested: 8.0.4, 8.3.0, 8.3.2.
MPI: 1.8.4 (my stable favorite)
CentOS: 7.5
Particles are 7-fraction ash (3.5...175 mkm). Average gas velocity is roughly at level 15 m/s.
I made special tests ...
- Tue Oct 14, 2025 11:39 am
- Forum: code_saturne usage
- Topic: Particle statistics crash
- Replies: 4
- Views: 980
Particle statistics crash
Hello. I face the strange problem with particle statistics. The case is a simple gas duct with inlet, common outlet and particle outlet. Unless there is no particle statistics collected all things are fine. Gas phase calculation is OK, particles are released and fill the domain, I can visualise them ...
- Fri Sep 26, 2025 3:49 pm
- Forum: Discussion
- Topic: Controlling maximym number of iterations
- Replies: 9
- Views: 16506
Re: Controlling maximym number of iterations
Thanks for your info. Joining and outlet extrusion are indeed the cases for in-solver mesh modifications. Parallel layer insertion is very useful because it's very time-consuming in serial mode. Regarding layers compression, I always use this option in Ansys Meshing - no problems. Main culprit with ...
- Fri Sep 26, 2025 3:25 pm
- Forum: code_saturne usage
- Topic: Question on Steady vs Unsteady RANS in Code_Saturne
- Replies: 5
- Views: 13797
Re: Question on Steady vs Unsteady RANS in Code_Saturne
Hello. It looks strange. As I know, inner iterations are used to stabilize linear system coefficients because they depend on variables solved (velocity, temperature, composition). So, in dynamic approach, inner iterations a always required. In static cases there is no reason for accurate ...
- Thu Sep 18, 2025 4:35 pm
- Forum: code_saturne usage
- Topic: Question on Steady vs Unsteady RANS in Code_Saturne
- Replies: 5
- Views: 13797
Re: Question on Steady vs Unsteady RANS in Code_Saturne
Sorry, as I can see, he asks how to switch to transient case (with inner iterations on each timestep) using time stepping options in GUI. Something like Constant time step + Inner iterations.
- Wed Sep 17, 2025 9:46 am
- Forum: Discussion
- Topic: Controlling maximym number of iterations
- Replies: 9
- Views: 16506
Re: Controlling maximym number of iterations
Hello. Thanks for your info. Built-in inflation is cool! AFAIK, it's unique to Saturne. Will wait until it appears in GUI for more convenient use.
Generally speaking, built-in mesher is another complex task. Here we come to a complete set of geometry import, meshing, preprocessor and solver, as for ...
Generally speaking, built-in mesher is another complex task. Here we come to a complete set of geometry import, meshing, preprocessor and solver, as for ...
- Tue Sep 16, 2025 10:04 am
- Forum: Discussion
- Topic: Controlling maximym number of iterations
- Replies: 9
- Views: 16506
Re: Controlling maximym number of iterations
Hello, thanks for your info. Hope there will be more settings in your new XML and solver control approach. It's fine that Saturne keeps developing unlike almost all other software (I mean real development, not version number change or killing interface with black and white "flatness").
Maybe some ...
Maybe some ...
- Mon Sep 15, 2025 4:20 pm
- Forum: code_saturne usage
- Topic: Error during configue stage of Code Saturne Please help
- Replies: 4
- Views: 13237
Re: Error during configue stage of Code Saturne Please help
It just means that confugure cannot find PyQt of required versions. Check what versions you have, then search Internet for method installing on your distro. There may be a repository package or you need pip3 .
Also, newer Saturne needs C11 C++ or you will catch strange compile errors. So use up-to ...
Also, newer Saturne needs C11 C++ or you will catch strange compile errors. So use up-to ...
- Mon Sep 15, 2025 3:40 pm
- Forum: Discussion
- Topic: Controlling maximym number of iterations
- Replies: 9
- Views: 16506
Re: Controlling maximym number of iterations
Thanks for your answer.
I use Saturne 8.0.4 now.
I have never made any CFD code so I don't know details. My idea was to take a user example and modify the number of iterations. The code is as follows:
cs_multigrid_t *mg;
mg=cs_multigrid_define(-1,"TempC",CS_MULTIGRID_V_CYCLE);
cs_multigrid_set ...
I use Saturne 8.0.4 now.
I have never made any CFD code so I don't know details. My idea was to take a user example and modify the number of iterations. The code is as follows:
cs_multigrid_t *mg;
mg=cs_multigrid_define(-1,"TempC",CS_MULTIGRID_V_CYCLE);
cs_multigrid_set ...