next up previous contents
Next: Input Devices Up: CalculiX USER'S MANUAL - Previous: File Formats   Contents


Getting Started

For installation look in the INSTALL file. After the program is installed on your machine you should check the functionality. For this purpose some examples are included in the distribution. Before we start you should read the section ``Input Devices''. Then we begin with a result file called result.frd. Just type

``cgx result.frd''

and some information is echoed in the xterm and a new window called main window appears on the screen, see Figure 1. Now you should continue with the subsection ``Dataset'' and ``Entity'' which explains how to display results. After seeing the values you might play around a bit with the ``Menu''. At next ``Quit'' the program and type

``cgx -b geometry.fbd''

in the xterm. The program starts again but now you see only a wire-frame of the geometry. Move the mouse-pointer into the new window and type ``mesh all''. The mouse-pointer MUST stay in this window during typing and NOT in the xterm from which the program was started. After you see ``ready'' in the parent xterm the mesh is created. To actually see it type ``plus ea all''. Now you see the mesh un-lighted. To see the mesh as a wire-frame chose in the main menu ``Viewing'' and continue to the entry ``Lines''. To see the mesh lighted chose in the main menu ``Viewing'' and continue to the entry ``Show Elements With Light''. Now you see just a lighted wire-frame of all elements. Mostly it is sufficient to see only the surface elements, for this purpose chose in the main menu ``Viewing'' and continue to the entry ``Toggle Surfaces/Volumes''. To see it filled chose in the main menu ``Viewing'' and continue to the entity ``Fill''. If you start the cgx in the post processor mode as you did in the first example (cgx result.frd) the surface mode is automatically set. To see the interior of the structure chose in the main menu ``Viewing'' and continue to the entity ``Toggle Culling Back/Front''. To save the mesh in the format used by the solver type ``send all abq''. To store the mesh in the result format type ``send all frd''.

To create a new model start the cgx by typing

``cgx -b file''

where ``file'' will be the name of the new model if you later exit the program with the command ``exit''. The way to create a model from scratch is roughly as follows, create

If possible you should create higher geometry by sweeping or copying geometry with ``swep'' or ``copy''. It should be mentioned that you might also write a file with basic commands like ``pnt'' to create the basis for your construction and read it with the ``read'' command.

After the geometry is created the divisions of the lines can be changed to controll the density of the elements using

But before display the lines and there divisions with the command The default division is ``2''. With a division of''2'' a line will have 3 nodes and will therefore be the edge of just one element of the quadratic type. Now the type of the elements must be defined. This can be done individual for the entites of different sets. A new assignment will replace a previous one. Delete all previous assignments with and assign new types with If a mesh is already defined type and mesh again with Then choose the menu entity ``Viewing - Show Elements With Light'' to see the mesh lighted. At last export the mesh in the calculix solver format with With this command it is also possible to write boundary conditions, loads and equations to files. The equations are useful to describe cyclic symmetry or to ``glue'' parts together.
It is advisable to save the work from time to time without exiting the program. This is done with the command After you finished your input-file for the solver (ccx) you might read it by calling the program again with

``cgx -c solverfile.inp''

for a final check. The defined boundaries, equations and more are stored in sets, for example the set bou1 stores all nodes restricted in direction 1 and the set dep and ind store the dependend and independend nodes involved in equations.

If you have problems doing the above or if you want to learn more and in more detail about the cgx continue with the tutorial [6] and look in the appendix, section Tips and Hints and Known Problems.


next up previous contents
Next: Input Devices Up: CalculiX USER'S MANUAL - Previous: File Formats   Contents
root
2003-08-04