FieldOutputReader
- class FieldOutputReader(logger=None)[source]
Reads field outputs and prepares data for the latter computation
Methods
|
Reads field outputs and prepares data for the latter computation |
Create a dictionary mapping node labels to data |
|
Read integration point values and put them into: |
|
Map data given at nodes to element nodes. |
|
|
Define the element type |
|
Set the stress field output |
|
Set the displacement field output |
|
Set the energy density field output |
|
Set the odb instance |
Attributes
Array of shape (num_elem, ips, 2/3, 2/3) containing the stress tensors at ips integration point for the defined element type. |
|
Array of shape (num_elem,) containing the element labels of the defined element type. |
|
Mask for |
|
Array of shape (num_elem, n, 3/2) containing the displacements of the defined element type. |
|
Dictionary mapping the element type to an array of shape (num_elem, n, 3/2) containing the displacements. |
|
Array of shape (num_elem,) containing the element labels of the defined element type. |
|
Array of shape (num_elem,) containing the element labels of the defined element type. |
|
Mask for |
|
Array of shape (num_elem, n, 3/2) containing the coordinates of the defined element type. |
|
Dictionary mapping the element type to an array of shape (num_elem, n, 3/2) containing the coordinates. |
|
Array of shape (num_elem,) containing the element labels of the defined element type Element labels are in the same order as in |
|
Dictionary mapping the element type to an array of shape (num_elem,) containing the element labels. |
|
Mask for |
|
Array of shape (num_elem, ips) containing the energy densities at ips integration point for the defined element type. |
|
Array of shape (num_elem,) containing the element labels of the defined element type. |
|
Mask for |
|
Labels of elements for which all data are present |
|
Dictionary that maps element labels to the node labels of the element. |
|
Dictionary mapping the element type to a dictionary that maps element labels to the node labels of the element |
|
Get the defined element type |
|
Get the stress field output at integration points of the defined instance and element type |
|
Get the displacement field output at nodes of the defined instance |
|
Get the energy density field output at integration points of the defined instance and element type |
|
Dictionary mapping node labels to coordinates of the nodes |
|
Get the odb instance |