Search found 4153 matches
- Fri Nov 01, 2024 5:45 pm
- Forum: code_saturne usage
- Topic: output velocity data at each time step from the cell centers
- Replies: 3
- Views: 231
Re: output velocity data at each time step from the cell centers
Hello, You are computing g_ii before filtering the cells in the zones, so your counts can't match. Also, if you open your file on al ranks, you may have multiple issues. Do you need to do this once or twice or automate it ? You could probably do all of this easily in ParaView, selecting a zone in a ...
- Thu Oct 31, 2024 2:56 pm
- Forum: code_saturne usage
- Topic: Restart with new mesh
- Replies: 3
- Views: 224
Re: Restart with new mesh
Hello, Regarding the EBRSM model, I'll let Jean-François provide more details or recommendations. Otherwise, regarding interpolation, the problems you will have or not have probably simply depends on the target mesh. Simply running a few iterations from start on that mesh should give you an idea of ...
- Wed Oct 30, 2024 11:58 am
- Forum: code_saturne usage
- Topic: Restart with new mesh
- Replies: 3
- Views: 224
Re: Restart with new mesh
Hello, The issue seems to be that the mesh quality is bad, or for example you have very thin and warped or non-orthogonal cells at the boundary. This will cause convergence issues with all variables unless you deactivate flux reconstruction. You may also try to use the mesh robustness options (check...
- Wed Oct 30, 2024 11:52 am
- Forum: code_saturne usage
- Topic: output velocity data at each time step from the cell centers
- Replies: 3
- Views: 231
Re: output velocity data at each time step from the cell centers
Hello,
Are you running on a single processor ? Your code will definitely not work correcty when using MPI parallelism.
Best regards,
Yvan
Are you running on a single processor ? Your code will definitely not work correcty when using MPI parallelism.
Best regards,
Yvan
- Wed Oct 30, 2024 11:48 am
- Forum: Discussion
- Topic: User meeting schedule
- Replies: 10
- Views: 35352
Re: User meeting schedule
Hello,
The meeting is not scheduled yet, but will probably be held in late summer or fall of 2025 (after the release of 9.0).
Best regards,
Yvan
The meeting is not scheduled yet, but will probably be held in late summer or fall of 2025 (after the release of 9.0).
Best regards,
Yvan
- Wed Oct 30, 2024 11:47 am
- Forum: Installation issues
- Topic: MPI Installation on Cray EX HPC
- Replies: 2
- Views: 276
Re: MPI Installation on Cray EX HPC
Hello, Yes, we have encountered this, and modified the src/fvm/fvm_to_ensight_case.c (now .cpp) file accordingly, to replace ":" with ".". This is due to MPICH's ROMIO MPI-IO library reserving the ":" in filename for its own purpuses (i.e. some interpretation of metadat...
- Thu Oct 24, 2024 11:34 am
- Forum: code_saturne usage
- Topic: BC with convection + radiation to the ambient
- Replies: 9
- Views: 1748
Re: BC with convection + radiation to the ambient
Hello, I do not think you can access this value from the GUI, so you need to handle this with a user-defined function. It would indeed be an interesting addition. Actually, since the GUI-defined user expressions are used by the code to generate and compile code similar to that of user-defined functi...
- Fri Oct 11, 2024 12:08 am
- Forum: code_saturne usage
- Topic: Automatic change in monitoring point
- Replies: 3
- Views: 3095
Re: Automatic change in monitoring point
Hello, Yes, the interpolation is based on a 1s-order Taylor expansion. There is currently no better option. The interpolation is actually designed so that a user could pass their own interpolation function, but no such function is available. One solution would be to use cell to vertex interpolation ...
- Fri Oct 11, 2024 12:01 am
- Forum: code_saturne usage
- Topic: Library not found with custom compile file
- Replies: 22
- Views: 2190
Re: Library not found with custom compile file
Hello, It is really surprising that you get no output at all, and no error message either. Perhaps the linked library has some initialization step that redirects output or changes the working directory. I guess the next step would be to run the code under a debugger, either using code_saturne's debu...
- Tue Oct 08, 2024 3:07 pm
- Forum: code_saturne usage
- Topic: Library not found with custom compile file
- Replies: 22
- Views: 2190
Re: Library not found with custom compile file
Hello, I do not understand why there is no visible error message at any stage. Is your machine a standard Ubuntu machine, or a VM running on a Mac ? (guessing from the junk OS X adds to folders) ? It should not make a difference in theory, but there might be subtle effects... Instead of simply runni...