Search found 17 matches

by MatthieuM
Tue Jul 11, 2023 8:33 am
Forum: code_saturne usage
Topic: Mesh generation software suitable for runs in code_saturne for aerodynamics
Replies: 6
Views: 10554

Re: Mesh generation software suitable for runs in code_saturne for aerodynamics

Hello, Related to previous posts, what kind of inconsistency are you talking about concerning the foamMeshToMED utility? Did it finally work on your side with latest versions of this tool? [...] For tetrahedral, hex-core, or polyhedral meshes, both commercial meshers (those of ANSYS of SIEMENS CDF c...
by MatthieuM
Thu Apr 27, 2023 12:19 pm
Forum: code_saturne usage
Topic: Informations about atmospheric module with chemistry
Replies: 0
Views: 241802

Informations about atmospheric module with chemistry

Hello everyone, I would like to work with the atmospheric module and chemistry. After some researches in users guides and Doxygen documentation, I didn't find lots of informations about the chemistry options. Is there any documentation available about that? Especially, I would be interested in : - T...
by MatthieuM
Sat Apr 01, 2023 2:11 pm
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 21932

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

Hi Matthieu, Thanks for the help, I had not seen the fork related to the com version of openfoam. It is a possibility to try. I'm running this on a cluster at my workplace that has CentOS 6.10 installed (yes, it's a problem, but I can't change it). How can I see the version of the med library? Sinc...
by MatthieuM
Fri Mar 31, 2023 10:54 am
Forum: code_saturne usage
Topic: Exporting a mesh obtained with OF 1812 or later to a format compatible with CS
Replies: 11
Views: 21932

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/t...
by MatthieuM
Tue May 31, 2022 10:50 am
Forum: code_saturne usage
Topic: import meshes from OpenFOAM
Replies: 24
Views: 28162

Re: import meshes from OpenFOAM

Hello, After checking, it seems I missed a recent fork concerning issues I just mentioned and solved ( https://github.com/robertodavia/foamMeshToMED ), my apologies about that. It's indicated for OpenFOAM 8, but it's perfectly functional with OpenFOAM 9 + configuration I previously mentioned, and si...
by MatthieuM
Wed May 25, 2022 1:14 pm
Forum: code_saturne usage
Topic: import meshes from OpenFOAM
Replies: 24
Views: 28162

Re: import meshes from OpenFOAM

Hello Yvan, Thanks for your help. After some debugging, it appears that concerning the id of the generated med file, it is necessary to use the med library type "med_idt" instead of "int" as was the case in the existing tool. As you mention, this "med_idt" type probably...
by MatthieuM
Thu May 19, 2022 10:57 am
Forum: code_saturne usage
Topic: import meshes from OpenFOAM
Replies: 24
Views: 28162

Re: import meshes from OpenFOAM

Hello everyone, I'm using this topic because the encountered problem is quite close, but don't hesitate to precise to me if it's recommended to begin a new one. So I would like to use meshes generated by OpenFoam utilities (snappyHexMesh, CfMesh) with Code_Saturne. I'm trying to use the existing too...