Using an .ensight mesh from Star-ccm+ in code_saturne
- Axel
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 6 months ago #3970
by Axel
Using an .ensight mesh from Star-ccm+ in code_saturne was created by Axel
Hi,
I have built my mesh in Star-ccm+ and exported it in .ensight format.
I am now trying to use it with code_saturne, but an error is raised when I run the preprocessor:
node id : off
element id : off
part 1 : Fluid
81208 noeuds
51912 éléments hexa8
4654 éléments nfaced
Remarque : pas d'id de sommets précisés
--> impossibilité de fusionner les "parts" EnSight,
donc "parts" suivantes ignorées.
The part1 (fluid) is recognised but it doesn't recognise the part2 (default wall) part3 (inlet) and part4 (outlet), because "no nodes' ids are defined".
Any idea how I could solve this problem would be greatly appreciated.
Axel
I have built my mesh in Star-ccm+ and exported it in .ensight format.
I am now trying to use it with code_saturne, but an error is raised when I run the preprocessor:
node id : off
element id : off
part 1 : Fluid
81208 noeuds
51912 éléments hexa8
4654 éléments nfaced
Remarque : pas d'id de sommets précisés
--> impossibilité de fusionner les "parts" EnSight,
donc "parts" suivantes ignorées.
The part1 (fluid) is recognised but it doesn't recognise the part2 (default wall) part3 (inlet) and part4 (outlet), because "no nodes' ids are defined".
Any idea how I could solve this problem would be greatly appreciated.
Axel
- David Monfort
- Offline
- Senior Member
Less
More
- Posts: 77
- Thank you received: 0
14 years 6 months ago #4051
by David Monfort
Replied by David Monfort on topic Re:Using an .ensight mesh from Star-ccm+ in code_saturne
Hi Alex,
To read Star-CCM+ files, I would advise you to link Code_Saturne preprocessor with the libCCMIO library. This library should be provided by CD-Adapco upon request.
Ensight format is rather a post-processing format than a mesh format. Perhaps the hypothesis done in Code_Saturne interpretation is somewhat different from Star-CCM+ export.
David
To read Star-CCM+ files, I would advise you to link Code_Saturne preprocessor with the libCCMIO library. This library should be provided by CD-Adapco upon request.
Ensight format is rather a post-processing format than a mesh format. Perhaps the hypothesis done in Code_Saturne interpretation is somewhat different from Star-CCM+ export.
David
Moderators: catux
Time to create page: 0.249 seconds