| Overview | All Modules | Tutorial | User's Guide | Programming Guide |
Module category: IO
GenDat creates a chunk of a regular grid. It generates meshes based on carthesian and cyclic coordinates.
GenDat is mainly used as a generator of test and reference data.
Gen Dat is available in all versions of COVISE.
| Name | Type | Description | |||
| Coord_Type | Choice |
| |||
| Coord_Representation | Choice |
| |||
| Coord_Range | Choice |
| |||
|
Function | Choice |
| |||
| Ramps | f(x,y,z) = mod3(x) + mod3(y) + mod3(z) | ||||
| Random | uniformly distributed random numbers | ||||
| Pipe |
f(x,y,z) = sin(x)sin(y)
| ||||
| Orientation | Choice |
| |||
| Colin | hedge hog field fi(r) = ri, i=x,y,z | ||||
| Opt3 | eddy | ||||
| Random | random orientations
| ||||
| xSize | Scalar |
| |||
| ySize | Scalar | see above | |||
| zSize | Scalar | see above | |||
| start | Vector | lower left point of the grid | |||
| end | Vector | upper right point of the grid | |||
| timestep | Scalar | not used in current version | |||
| color | String | sets the color attibute of the generated grid | |||
|
|
none
| Name | Type | Description |
| outputGrid | UniformGrid RectilinearGrid StructuredGrid | generated grid according to the Coord_Representation parameter |
| dependScalar Data | Float | generated scalar data according to the Function parameter |
| dependVector Data | Vec3 | generated vector data according to the Orientation parameter |
|
|
The ouput on the Open Inventor Renderer is shown in the next picture.
| Authors: Martin Aumüller, Ruth Lang, Daniela Rainer, Jürgen Schulze-Döbold, Andreas Werner, Peter Wolf, Uwe Wössner |
| Copyright © 1993-2022 HLRS, 2004-2014 RRZK, 2005-2014 Visenso |
COVISE Version 2021.12
|