...
ResultDescription "result name" my_result_type[:components_number]
ResultRangesTable "Name of a result ranges table"
ComponentNames "Name of Component 1", "Name of Component 2"
Unit "unit name"
where
ResultDescription: is not case-sensitive;
...
Code Block |
---|
ResultDescription "Displacements" Vector:2 Unit "m" ResultDescription "2D matrix" Matrix:3 ResultDescription "LineDiagramVector" Vector:4 Unit "Kg·m^2" |
and where (optional properties)
- ResultRangesTable "Name of a result ranges table": (optional) is not case-sensitive, and is followed by the name of the previously defined Result Ranges Table which will be used if the Contour Ranges result visualization is chosen (see Result Range Table);
- ComponentNames "Name of Component 1", "Name of Component 2": (optional) is not case-sensitive, and is followed by the names of the components of the results which will be used in GiD. The number of Component Names are:
...
Code Block |
---|
ResultGroup "Load Analysis" 1 OnNodes ResultDescription "Ranges test" Scalar ResultRangesTable "My table" ResultDescription "Scalar test" Scalar ResultRangesTable "Pressure" Unit "Kg·m^2" ResultDescription "Displacements" Vector ComponentNames "X-Displ", "Y-Displ" "Z-Displ" Unit "m" ResultDescription "Nodal Stresses" Matrix ComponentNames "Sx", "Sy", "Sz", "Sxy", "Syz", "Sxz" Values 1 0.0 0.000E+00 0.000E+00 0.000E+00 0.0 0.550E+00 0.972E-01 -0.154E+00 0.0 0.0 0.0 2 6.4e-01 0.208E-04 0.208E-04 -0.191E-04 0.0 0.506E+00 0.338E-01 -0.105E+00 0.0 0.0 0.0 3 0.0 0.355E-04 0.355E-04 -0.376E-04 0.0 0.377E+00 0.441E-02 -0.547E-01 0.0 0.0 0.0 ... 115 7.8e-01 0.427E-04 0.427E-04 -0.175E-03 0.0 0.156E-01 -0.158E-01 -0.300E-01 0.0 0.0 0.0 116 7.4e-01 0.243E-04 0.243E-04 -0.189E-03 0.0 0.216E-02 -0.968E-02 -0.231E-01 0.0 0.0 0.0 End Values |
...