result tensor create
HyperView - MultiCoreCreates a tensor data type.
Syntax
result tensor create <name> <name1>=<value1>, ?<name2>=<value2>?, ... ?<nameN>=<valueN>?
Arguments
- <name>
- The name of the tensor.
- <name1>=<value1>
- The name=value data name and/or attribute pairs that define the relevant
data for the plot. For attributes, this can be either the attribute name
or ID.
- averageatnode=<true/false>
- Averages elemental tensors to nodes.
- cornerdata=<true/false>
- If corner data is available, enter true to use the Use corner data option, which displays color bands by interpolating available corner results within each element.
- format=<principal/component>
- Select the tensor format.
- layer=<layer>
- The layer definition.
- layerfilter=<layerfilter id / layerfilter label?>
- Enter the filter ID and value to reduce the layer list.
- marked = <true/false>
- Enable/disabled marked elements.
- principal/component
- Load or display any principal or component of a tensor. They
include:
- p1major= <true/false>
- p2mid= <true/false>
- p3minor= <true/false>
- xx=<true/false>
- yy=<true/false>
- zz=<true/false>
- xy=<true/false>
- yz=<true/false>
- zx=<true/false>
- projectionrule=<none/xy/xz/yx/yz/zx/zy>
- For shell (or planar) elements, results in any 3D coordinate system can be projected onto the element plane. Enter none to not use the projection rule.
- showmidnoderesults=<true/false>
- Calculate and show the tensors at the mid-side nodes if it is not available in the results file.
- sset = <sset name>
- Enter a selection set name.
- system=<analysis/global/elemental/system name>
- Enter the coordinate system type that will be used to calculate the results.
- type =<typel>
- The result type.
Examples
result tensor create "Stress, Mid, Analysis System" layer=\"Mid\" type=\"Stress\"