Next: Getting Started
Up: CalculiX USER'S MANUAL -
Previous: Concept
Contents
File Formats
The following file-formats are available to write(w) and/or read(r) geometric entities:
- fbd-format(r/w), this format consists of a collection of commands explained in the section ''Commands'' and it is mainly used to store geometrical information like points, lines, surfaces and bodies. All geometry generated by the user is stored in this format. But it can also be used to define a batch job which uses the available commands.
- step-format(r), reverse engineered based on some cad files. Only points and certain types of lines are supported currently.
- stl-format(r/w), this format describes a shape using only triangles. This is just for visualization. Meshing takes place in NETGEN [4] (see the ``read'' command to handle edges generated by NETGEN).
It is hoped by the author that common CAD formats will be supported by stand-alone interfaces which translate into fbd-commands. So far a vda to fbd interface is available. Tet-meshes can be generated based on the resulting fbd-files.
The following file-formats are available to write a mesh and certain boundary-conditions:
- Abaqus, which is also used by the CalculiX solver ccx.
- Ansys, most boundary conditions available.
- Code_Aster, mesh and sets of nodes and elements are available.
- Samcef, mesh and sets of nodes and elements are available.
- dolfyn, a free cfd-code [5].
- duns, a free cfd-code [6].
- isaac, a free cfd-code [7].
- OpenFOAM, a free cfd-code [8], only 8-noded brick-elements are supported.
- Nastran, most boundary conditions available.
- tochnog, a free fem-code [9], only 8-noded brick-elements are supported.
The following solver-input-file-formats can be read to check the mesh, sets and certain boundary-conditions:
- Abaqus, this is also used by the CalculiX solver ccx.
- Netgen, read Netgen native format (.vol)
The following file-formats are available to read solver results:
- frd-format, files of this format are used to read results of previous calculations like displacements and stresses. This format is described in section ''Result Format.'' It is also used by ccx.
- duns, a free cfd-code [6],
- isaac, a free cfd-code [7],
- OpenFOAM, a free cfd-code [8].
- Nastran, the f06-file can be read (sf. only CHEXA, displacements and stresses).
For a more detailed description on how to use cgx to read this formats see ''Program Parameters'' and the program specific ''Tips and Hints'' sections. See the ''send'' command for how to write them from cgx.
Next: Getting Started
Up: CalculiX USER'S MANUAL -
Previous: Concept
Contents
root
2014-02-18