Search found 56 matches

by finzeo
Fri Mar 31, 2023 9:57 pm
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 10705

Re: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS

Hello, Regarding the CGNS import error, if you have a small test mesh, can you post it here ? I suspect your CGNS library is too old or not build with HDF5 support. For bad/small cells, yes, trying code_saturne 7.3 can be useful, though there could be additional improvements in the future (I have a...
by finzeo
Fri Mar 31, 2023 9:36 pm
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 10705

Re: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS

Hi, Maybe you can try to update your foamMeshToMED utility, there are two relatively new versions which are available on GitHub : - For OF8 (OK with OF9 and OF10 for my part) : https://github.com/oseen/foamMeshToMED - For OF2106 (OK with OF2112 for my part) : https://github.com/oseen/foamMeshToMED/...
by finzeo
Fri Mar 31, 2023 8:14 am
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 10705

Re: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS

Hello, Did you try without reorient ? There is also a new option (since September 2022, so in v7.3 and 8.0 beta) to allow discarding cells with incorrect connectivity or negative volume (often very flat cells, leaving very small holes in the mesh that might even be filled with mesh joining). This h...
by finzeo
Thu Mar 30, 2023 9:19 pm
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 10705

Exporting a mesh obtained with OF 1812 or later to a format compatible with CS

Hi all, Until recently, I was able to use meshes created in OF 7 (blockMesh + snappy) in Code_Saturne v7.2.0 using the foamMeshToMED utility compiled for OF 4, but working for OF 7. Due to difficulties and wanting to take advantage of the possibilities of the com version, I switched from OF 7 to OF ...
by finzeo
Wed Mar 29, 2023 1:42 pm
Forum: code_saturne usage
Topic: import meshes from OpenFOAM
Replies: 24
Views: 16819

Re: import meshes from OpenFOAM

Hello everyone,

Is there any news regarding this topic?
I suspect that I am having problems working with foamMeshToMED + OF v1812 (I need to use the com version because of the extra features it has to generate the mesh, over the org version)
by finzeo
Fri Sep 09, 2022 4:27 pm
Forum: code_saturne usage
Topic: time average of profiles
Replies: 7
Views: 4622

Re: time average of profiles

Sorry if it's wrong to continue with this thread, but I think it would help to ask how the time averaging option works: if I set it to start averaging a certain variable at a time t=a, the value that is saved at a time t=a+x comes from averaging the values of that variable in the interval [a,a+x] ? ...