Difference between revisions of "Ccm26ToFoam"

From OpenFOAMWiki
m (Added missing category)
(Added more references on how to build ccm26ToFoam and warning about license of the license)
Line 1: Line 1:
Converts star-ccm mesh to OpenFOAM format.
+
Converts Star-CCM+ mesh to OpenFOAM format.
 +
 
 +
'''WARNING''': The license of the {{tt|libccmio}} library is proprietary: Users wishing to make use of its functionality should contact CD-Adapco for possible download and terms of use.
  
  
Line 17: Line 19:
 
The files for '''ccm26ToFoam''' have already been fixed in OpenFOAM 1.7. Simply compile the optional '''ccm26ToFoam''' utility with "$FOAM_APP/utilities/mesh/conversion/Optional/Allwmake".
 
The files for '''ccm26ToFoam''' have already been fixed in OpenFOAM 1.7. Simply compile the optional '''ccm26ToFoam''' utility with "$FOAM_APP/utilities/mesh/conversion/Optional/Allwmake".
  
 +
But if you're using the Deb/RPM installation files, then have a look into this post: [http://www.cfd-online.com/Forums/openfoam/73356-star-ccm-mesh-o-f-2.html#post280402 star-ccm mesh to O\/F - post#25] and [http://www.cfd-online.com/Forums/openfoam/73356-star-ccm-mesh-o-f-2.html#post280437 post #27]
 +
 +
 +
{{VersionInfo}}{{version2.0}}
 +
 +
Have a look into this post: [http://www.cfd-online.com/Forums/openfoam/73356-star-ccm-mesh-o-f-2.html#post316994 star-ccm mesh to O\/F - post#29]
 +
 +
 +
{{VersionInfo}}{{version2.1}}
 +
 +
Have a look into this post: [http://www.cfd-online.com/Forums/openfoam/73356-star-ccm-mesh-o-f-2.html#post365682 star-ccm mesh to O\/F - post#37]
  
 
[[Category:Mesh conversion utilities]]
 
[[Category:Mesh conversion utilities]]

Revision as of 18:28, 24 December 2012

Converts Star-CCM+ mesh to OpenFOAM format.

WARNING: The license of the libccmio library is proprietary: Users wishing to make use of its functionality should contact CD-Adapco for possible download and terms of use.


Valid versions: OF version 15.png OF version 16.png

Using the following library, enables the convertor to read the latest starccm+ format (4.4): libccmio.

Download the compressed archive from the above post (awlibccmio), extract the two files, and run the "AllwmakeLibccmio" script. This will download and compile the libccmio library.

Then compile the optional ccm26ToFoam utility with "$FOAM_APP/utilities/mesh/conversion/Optional/Allwmake".

NOTE: ccm26ToFoam in the 1.6 version doesn't compile! You will have to get it from the git 1.6.x version! See here for more information.


Valid versions: OF version 17.png

The files for ccm26ToFoam have already been fixed in OpenFOAM 1.7. Simply compile the optional ccm26ToFoam utility with "$FOAM_APP/utilities/mesh/conversion/Optional/Allwmake".

But if you're using the Deb/RPM installation files, then have a look into this post: star-ccm mesh to O\/F - post#25 and post #27


Valid versions: OF Version 20.png

Have a look into this post: star-ccm mesh to O\/F - post#29


Valid versions: OF Version 21.png

Have a look into this post: star-ccm mesh to O\/F - post#37