Hi Yvan,
I was wondering whether it is now feasible in code_saturne version 8.0 to restart from a specific restart checkpoint — for example, from the second one (2/4) — rather than defaulting to the latest available checkpoint. Thanks.
Best regards,
Ximeng
Search found 33 matches
- Mon Jun 16, 2025 8:08 pm
- Forum: code_saturne usage
- Topic: Restart save frequency
- Replies: 7
- Views: 5507
- Mon May 26, 2025 6:05 pm
- Forum: code_saturne usage
- Topic: How to Manage Separate Monitoring Outputs with Multiple Probe Files
- Replies: 3
- Views: 3881
Re: How to Manage Separate Monitoring Outputs with Multiple Probe Files
Hi Yvan, Thanks. I can use a single cs_user_postprocess_probes function, but the issue is that I want the outputs to be separate files. Since the number of probes is very large, combining all the data into one file results in a huge output, making postprocessing difficult and inefficient. Best regar...
- Mon May 26, 2025 1:55 pm
- Forum: code_saturne usage
- Topic: How to Manage Separate Monitoring Outputs with Multiple Probe Files
- Replies: 3
- Views: 3881
How to Manage Separate Monitoring Outputs with Multiple Probe Files
Hi Team, I'm currently using the cs_user_postprocess_monitors.c file to set up probes and collect their data, as I have a large number of monitors (please see the attached screenshot for reference). I was wondering if it's possible to use multiple cs_user_postprocess_monitors.c files to generate sep...
- Thu Mar 20, 2025 1:30 pm
- Forum: code_saturne usage
- Topic: streamwise periodicity
- Replies: 28
- Views: 132665
Re: streamwise periodicity
Hi Yvan, Thanks for your suggestions. The code worked at the time, but for my new case, I’d like to take a more theoretical approach. Specifically, I aim to derive an analytical solution for the source term, based on Page 213 of Franck Mastrippolito's thesis. (https://theses.fr/2018LYSEC043?domaine=...
- Mon Nov 04, 2024 6:21 pm
- Forum: code_saturne usage
- Topic: output velocity data at each time step from the cell centers
- Replies: 5
- Views: 18551
Re: output velocity data at each time step from the cell centers
Hi Yvan, Thank you for your reply. I’m only using g_ii to display the total cell count across the entire domain, and it’s not used in any subsequent code or output, so I don’t think it’s related to the error. I removed this section and kept only a single output file, the same error still occurs. is ...
- Fri Nov 01, 2024 5:26 pm
- Forum: code_saturne usage
- Topic: output velocity data at each time step from the cell centers
- Replies: 5
- Views: 18551
Re: output velocity data at each time step from the cell centers
Hi Yvan, Thanks for your suggestion! I’ve revised the code in parallel way to output cell volume for a specific zone at each time step (the attached code focuses on cell volume; a similar approach would apply to velocity). I’m using cs_parall_allgather_r to gather cell volume data across all ranks a...
- Tue Oct 29, 2024 3:15 am
- Forum: code_saturne usage
- Topic: output velocity data at each time step from the cell centers
- Replies: 5
- Views: 18551
output velocity data at each time step from the cell centers
Hi team, I need to output velocity data at each time step from the cell centers in my simulation (saved to separate files instead of output through postprocessing folder to avoid large postprocessing results). I've used the attached cs_user_extra_operation.c file to handle this, but the outputs appe...
- Thu Oct 10, 2024 12:39 pm
- Forum: code_saturne usage
- Topic: Automatic change in monitoring point
- Replies: 3
- Views: 17836
Re: Automatic change in monitoring point
Hi Yvan, I’ve encountered an issue related to this topic. The mesh cells in the area are 30x50, and I’ve placed 100x100 monitoring points with "activate interpolation" and "one probe per cell" enabled. However, the instantaneous results from the monitoring points appear discontin...
- Sun Jul 07, 2024 10:02 pm
- Forum: code_saturne usage
- Topic: Import huge number of monitors for monitoring velocity at each time step
- Replies: 2
- Views: 16157
Re: Import huge number of monitors for monitoring velocity at each time step
Hi Yvan,
Thanks. I also found this, and it works.
Best regards,
Ximeng
Thanks. I also found this, and it works.
Best regards,
Ximeng
- Fri Jun 28, 2024 3:05 pm
- Forum: code_saturne usage
- Topic: Import huge number of monitors for monitoring velocity at each time step
- Replies: 2
- Views: 16157
Import huge number of monitors for monitoring velocity at each time step
Hi Yvan, Sorry for the bothering. I need to obtain velocity data at each time step for a large number of monitors (104,197 monitors, as shown in the attached file). I tried using the GUI Postprocessing-Monitoring Points-Import from CSV, but it only works for up to 3,000 monitors. When I try to impor...