FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

ccm26ToFoam.C File Reference

Reads CCM files as written by Prostar/ccm using ccm 2.6 (not 2.4) More...


Detailed Description

Reads CCM files as written by Prostar/ccm using ccm 2.6 (not 2.4)

- does polyhedral mesh

  • does not handle 'interfaces' (couples)
  • does not handle cyclics. Use createPatch to recreate these
  • does not do data
  • does patch names only if they are in the problem description
Usage
  • ccm26ToFoam [OPTIONS] <ccm26 file>
Parameters:
\<ccm26file>
Todo:
Detailed description of argument.
Parameters:
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file ccm26ToFoam.C.

#include "src/OpenFOAM/containers/Lists/ListOps/ListOps.H"
#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
#include "src/finiteVolume/fields/volFields/volFields.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H"
#include "src/OpenFOAM/containers/Lists/SortableList/SortableList.H"
#include "src/meshTools/sets/topoSets/cellSet.H"
#include <libccmio/ccmio.h>
#include <vector>
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
Include dependency graph for ccm26ToFoam.C:

Go to the source code of this file.