Hello,
I think you forgot to post the files.
Regards,
Yvan
Search found 4271 matches
- Sun Oct 19, 2025 12:33 pm
- Forum: code_saturne usage
- Topic: Reading of chemistry profiles file
- Replies: 7
- Views: 2572
- Fri Oct 17, 2025 5:03 pm
- Forum: code_saturne usage
- Topic: Reading of chemistry profiles file
- Replies: 7
- Views: 2572
Re: Reading of chemistry profiles file
Hello,
The code complains it is missing some spack file. Coul you post species.spack.dat ?
Regards,
Yvan
The code complains it is missing some spack file. Coul you post species.spack.dat ?
Regards,
Yvan
- Tue Oct 14, 2025 11:24 pm
- Forum: code_saturne usage
- Topic: Particle statistics crash
- Replies: 4
- Views: 1478
Re: Particle statistics crash
Hello,
I checked very briefly with Martin, and it seems using a local tile step for the tracking and SDE integration should be possible (though a bit of extra validation when we do enable that would be strongly recommended).
So we'll keep that in mind, but i can't give you an exact timeline for ...
I checked very briefly with Martin, and it seems using a local tile step for the tracking and SDE integration should be possible (though a bit of extra validation when we do enable that would be strongly recommended).
So we'll keep that in mind, but i can't give you an exact timeline for ...
- Tue Oct 14, 2025 12:52 pm
- Forum: code_saturne usage
- Topic: Particle statistics crash
- Replies: 4
- Views: 1478
Re: Particle statistics crash
Hello,
Which version are you using ? I tried on a different case in v9.0 and it works fine.
Though beware, in the Lagrangien model, the space-varying time step only seems to apply to the carrier flow and statistics, but the Lagrangien tracking and integration of SDE's use the reference time step ...
Which version are you using ? I tried on a different case in v9.0 and it works fine.
Though beware, in the Lagrangien model, the space-varying time step only seems to apply to the carrier flow and statistics, but the Lagrangien tracking and integration of SDE's use the reference time step ...
- Mon Oct 13, 2025 1:44 am
- Forum: code_saturne usage
- Topic: Reading of chemistry profiles file
- Replies: 7
- Views: 2572
Re: Reading of chemistry profiles file
Hello,
I am not aware of any voluntary change in the settings. So this may be a bug. Could you post a setup.xml file so we can compare the behavior between versions here an check this ?
Best regards,
Yvan
I am not aware of any voluntary change in the settings. So this may be a bug. Could you post a setup.xml file so we can compare the behavior between versions here an check this ?
Best regards,
Yvan
- Fri Oct 10, 2025 12:10 pm
- Forum: code_saturne usage
- Topic: Question about atmospheric module
- Replies: 2
- Views: 1967
Re: Question about atmospheric module
Hello,
I am not sure, but you could try placing the setting in a function called a bit later, such as cs_user_finalize_setup.
Also, be careful to remove the "#pragma weak" lines. They are removed from the user files copied in the installation directories (also used when you select user-defined ...
I am not sure, but you could try placing the setting in a function called a bit later, such as cs_user_finalize_setup.
Also, be careful to remove the "#pragma weak" lines. They are removed from the user files copied in the installation directories (also used when you select user-defined ...
- Thu Oct 09, 2025 8:24 am
- Forum: code_saturne usage
- Topic: MESH of complex geometry
- Replies: 9
- Views: 61354
Re: MESH of complex geometry
Hello,
The MESH_00.case and IB_MESH.case should help you visualize whether the immersed boundary is where you expect it. Actually, in the master branch (since revision fa9358ab, last friday), you can also visualize the faces where cells are cut, by calling;
cs_porous_model_enable_post();
in cs ...
The MESH_00.case and IB_MESH.case should help you visualize whether the immersed boundary is where you expect it. Actually, in the master branch (since revision fa9358ab, last friday), you can also visualize the faces where cells are cut, by calling;
cs_porous_model_enable_post();
in cs ...
- Fri Oct 03, 2025 11:24 pm
- Forum: code_saturne usage
- Topic: MESH of complex geometry
- Replies: 9
- Views: 61354
Re: MESH of complex geometry
Hello,
I have not tested the cs_mesh_cartesian_define_from_csv function, but I guess you could try it.
In a test case I am more familiar with, cs_mesh_cartesion_define_simple is used(and this could even be done through the GUI), and in cs_user_parameters,,
cs_glob_porosity_ibm_opt->porosity_mode ...
I have not tested the cs_mesh_cartesian_define_from_csv function, but I guess you could try it.
In a test case I am more familiar with, cs_mesh_cartesion_define_simple is used(and this could even be done through the GUI), and in cs_user_parameters,,
cs_glob_porosity_ibm_opt->porosity_mode ...
- Mon Sep 29, 2025 10:45 pm
- Forum: code_saturne usage
- Topic: Restart file not working (v.7)
- Replies: 1
- Views: 4060
Re: Restart file not working (v.7)
Hello,
You can run "code_saturne bdump checkpoint/main.csc" to get more info on file and see if it complete (it should end in an "EOF" section).
It has probably been corrupted, but how ? If this occurs at each run, this is an issue. If it occurs once, it is probably not worth bothering to analyze ...
You can run "code_saturne bdump checkpoint/main.csc" to get more info on file and see if it complete (it should end in an "EOF" section).
It has probably been corrupted, but how ? If this occurs at each run, this is an issue. If it occurs once, it is probably not worth bothering to analyze ...
- Sun Sep 28, 2025 10:31 pm
- Forum: Discussion
- Topic: Controlling maximym number of iterations
- Replies: 9
- Views: 17945
Re: Controlling maximym number of iterations
Hello,
Regarding layer compression, not that code_saturne's algorithm, as called in user-defined functions, works in 2 steps. The first step returns a structure containing an array of vectors, one for each extruded node, and a series of curvilinear coordinates for positioning of each layer. in ...
Regarding layer compression, not that code_saturne's algorithm, as called in user-defined functions, works in 2 steps. The first step returns a structure containing an array of vectors, one for each extruded node, and a series of curvilinear coordinates for positioning of each layer. in ...