Next: Getting Started
Up: CalculiX USER'S MANUAL -
Previous: Concept
Contents
File Formats
It is hoped by the author that common CAD formats will be supported by stand-alone interfaces which translate into fbd-commands. So far vda, step and iges to fbd interfaces are available on the CalculiX home pages. Tet-meshes can be generated based on the resulting fbd-files. 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. Be aware of the more powefull cad2fbd interface program on the CalculiX home page.
- stl-format in ascii (r/w), this format describes a shape using only triangles.
The following file-formats are available to write a mesh and certain boundary-conditions:
- Abaqus, which is 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 used by the CalculiX solver 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). Unfortunatelly this format differs from version to version and has to be adapted occasionally.
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
2018-12-15