Users:General FEM Analysis/Data Output/Rhinoceros

From Carat++ Public Wiki
< Users:General FEM Analysis | Data Output
Revision as of 09:13, 25 November 2016 by Bauer (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

General Description

The Rhino postprocessor is developed at the chair as a plug-in for Rhinoceros. More information about Rhinoceros is provided on their web page [1]. The visualization data of the respective inputfiles (out.georhino.txt , out.paramrhino.txt, out.paramlinesrhino.txt, out.post.res) can be manipulated.

Input Parameters

The block mainly consists of switches which can be set to a value equal 1 (on) or a value equals 0 (off).

Block headline
Parameter Values, Default(*) Description
PC-OUT int : RHINO ID and type of output object.
Parameters for analysis data
Parameter Values, Default(*) Description
GEOM int (0) Output of mesh geometry and topology. The parameters 1 (yes) and 0 (no) are valid.
DISP int (0) Output of nodal displacements. The parameters 1 (yes) and 0 (no) are valid.
STRESS int (0) Output of element stresses on the Gausspoints. The parameters 1 (yes) and 0 (no) are valid.
STRESS_LINES int (0) Output of brep-element stresses. The parameters 1 (yes) and 0 (no) are valid. (currently not working)
NODAL_STRESS int (0) Output of element stresses projected to the control points. The parameters 1 (yes) and 0 (no) are valid.
STRESS_DIRECTION int (0) Output of element stress directions (principle stress directions). The parameters 1 (yes) and 0 (no) are valid.
SUPPORT_FORCE int (0) Output of nodal support forces. The parameters 1 (yes) and 0 (no) are valid.
Auxiliary parameters
Parameter Values, Default(*) Description
GAUSS_POINTS int (0) Output of the position of the Gauss points in parameter space. The parameters 1 (yes) and 0 (no) are valid.
GAUSS_POINTS_GEO int (0) Output of the position of the Gauss points in geometry space. The parameters 1 (yes) and 0 (no) are valid.
COUPLING_POINTS int (0) Output of the position of the coupling points in geometry space. The parameters 1 (yes) and 0 (no) are valid.
PAR_LINES int (0) if output_file_name.paramrhino.txt is printed. The parameters 1 (yes) and 0 (no) are valid.
PAR_TRIM int (0) if output_file_name.paramrhino.txt is printed. The parameters 1 (yes) and 0 (no) are valid.
FPN int (0) Switch output syntax to floating point data. The parameters 1 (yes) and 0 (no) are valid.
PREC int (0) Number of digits of floating point data. Parameters in the range from 1 to 16 are valid.
SUPPORT_POS int (0) Output of the position of the supports(currently only point and line supports). Parameters in the range from 1 to 16 are valid.
LOAD_POS int (0) Output of the position of the loads (currently only point and line loads). The parameters 1 (yes) and 0 (no) are valid.
CROSS_SECTION int (0) Output of the base vectors of the cross section at every Gauss point (currently only for BEAM_3D_NURBS_KLRod). Parameters in the range from 1 to 16 are valid.
OUTPUT_FILE_NAME string (out) Prefix of the output files.

Input Example

Example of a complete input block:

PC-OUT 1 : RHINO
  GEOM=1
  DISP=1
  STRESS=1
  !STRESS_LINES=1
  GAUSS_POINTS=1
  GAUSS_POINTS_GEO=1
  COUPLING_POINTS=1
  !PAR_LINES=1
  PAR_TRIM=1
  PREC=5
  FPN=1
  OUTPUT_FILE_NAME = benchmark_example

References

  1. http://www.rhino3d.com




Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers