The OdbMeshRegionData object defines the external source data of MappedField from an ODB file.
import field mdb.models[name].analyticalFields[name].odbMeshRegionData
This method creates an OdbMeshRegionData object.
mdb.models[name].analyticalFields[name].OdbMeshRegionData
Required arguments
A String specifying the name of the output database file (including the .odb extension) to be read into as the source data. This String can also be the full path to the output database file if it is located in another directory.
A String specifying the field output variable.
Optional arguments
An Int specifying the step index. Possible values are 0 stepIndex (numSteps – 1). The default value is 0.
An Int specifying the frame in the specified step. Valid values are 0 frameIndex (numFramesInStep – 1). The default value is 0.
A SymbolicConstant specifying the position where the data is written in the output database. Data can be obtained only from the position at which it was written to the output database during the analysis. This position should be aligned with the field output variable. Possible values are:
The default value is UNDEFINED_POSITION.
UNDEFINED_POSITION
NODAL
INTEGRATION_POINT
ELEMENT_FACE
ELEMENT_NODAL
ELEMENT_CENTROID
WHOLE_ELEMENT
WHOLE_REGION
WHOLE_PART_INSTANCE
WHOLE_MODEL
GENERAL_PARTICLE
A SymbolicConstant specifying the data type of the field output variable which should be aligned with the variable. Currently only SCALAR is supported. Possible values are:
The default value is SCALAR.
ENUMERATION
BOOLEAN
INTEGER
SCALAR
VECTOR
QUATERNION_2D
QUATERNION_3D
TENSOR
TENSOR_3D_FULL
TENSOR_3D_PLANAR
TENSOR_3D_SURFACE
TENSOR_2D_PLANAR
TENSOR_2D_SURFACE
A SymbolicConstant specifying the storage type of the field output variable which should be aligned with the variable. Possible values are FLOAT, DOUBLE, INTEGER, and BOOLEAN. The default value is FLOAT.
A SymbolicConstant specifying the quantity to plot. Currently only FIELD_OUTPUT is supported. Possible values are FIELD_OUTPUT and DISCONTINUITIES. The default value is FIELD_OUTPUT.
A Boolean specifying whether to average the element output. The default value is OFF.
A Boolean specifying whether to use region boundaries when averaging. The default value is OFF.
A SymbolicConstant specifying the type of averaging region boundaries. Currently only NONE and ODB_REGIONS are supported. Possible values are NONE, ODB_REGIONS, ELEMENT_SET, and DISPLAY_GROUPS. The default value is NONE.
A Boolean specifying whether to include additional averaging boundaries for shells and membranes based on feature edges. The default value is ON.
A Float specifying the feature angle to be used when includeFeatureBoundaries=ON. The default value is 20.0.
A Boolean specifying whether to average only values on displayed elements. The default value is OFF.
A Float specifying the nodal averaging threshold percentage. 0 averagingThreshold 100. The default value is 75.0.
A SymbolicConstant specifying the order or the computations to be performed on the interested field output variable. Possible values are EXTRAPOLATE_AVERAGE_COMPUTE, EXTRAPOLATE_COMPUTE_AVERAGE, EXTRAPOLATE_COMPUTE, EXTRAPOLATE_COMPUTE_DISCONTINUITIES, and RAW_DATA. The default value is EXTRAPOLATE_COMPUTE_AVERAGE.
A SymbolicConstant specifying the numeric form in which to display results that contain complex numbers. Possible values are COMPLEX_MAGNITUDE, COMPLEX_PHASE, REAL, IMAGINARY, and COMPLEX_MAG_AT_ANGLE. The default value is REAL.
A Float specifying the angle (in degrees) at which to display results that contain complex numbers when numericForm=COMPLEX_MAG_AT_ANGLE=COMPLEX_MAG_AT_ANGLE. The default value is 0.0.
A SymbolicConstant specifying the type of the transformation to apply to the output. Possible values are DEFAULT, NODAL, ANGULAR, and LAYUP_ORIENTATION. The default is DEFAULT.
A Dictionary with String keys and String values. Each key specifies a region in the model; the corresponding value specifies a section point within that region. For example:
sectionPoint={'shell < MAT > < 7 section points >':'SPOS, (fraction = 1.0)', 'shell < MAT > < 5 section points >': 'SPOS, (fraction = 1.0)', }
A SymbolicConstant specifying the type of the FieldOutput object. Possible values for the SymbolicConstant are NO_REFINEMENT, INVARIANT and COMPONENT. Default argument is NO_REFINEMENT. refinementType is mandetory if variableLabel has an INVARIANT or a COMPONENT.
A String specifying the Label of FieldOutput object. This is required only if the refinementType is INVARIANT or COMPONENT.
A SymbolicConstant specifying the position from which to obtain the data. Possible values are NODAL, INTEGRATION_POINT, ELEMENT_FACE, ELEMENT_NODAL, ELEMENT_CENTROID, WHOLE_ELEMENT, WHOLE_REGION, WHOLE_PART_INSTANCE, WHOLE_MODEL, and GENERAL_PARTICLE.
Return value
An OdbMeshRegionData object.
Exceptions
TextException.
This method modifies the OdbMeshRegionData object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the OdbMeshRegionData method.
Return value
Exceptions
The OdbMeshRegionData object has the following members:
An Int specifying the step index. Possible values are 0 stepIndex (numSteps – 1). The default value is 0.
An Int specifying the frame in the specified step. Valid values are 0 frameIndex (numFramesInStep – 1). The default value is 0.
A SymbolicConstant specifying the position from which to obtain data. Data can be obtained only from the position at which they were written to the output database during the analysis. This position should be aligned with the field output variable. Possible values are:
The default value is UNDEFINED_POSITION.
UNDEFINED_POSITION
NODAL
INTEGRATION_POINT
ELEMENT_FACE
ELEMENT_NODAL
ELEMENT_CENTROID
WHOLE_ELEMENT
WHOLE_REGION
WHOLE_PART_INSTANCE
WHOLE_MODEL
GENERAL_PARTICLE
A SymbolicConstant specifying the data type of the field output variable which should be aligned with the variable. Currently only SCALAR is supported. Possible values are:
The default value is SCALAR.
ENUMERATION
BOOLEAN
INTEGER
SCALAR
VECTOR
QUATERNION_2D
QUATERNION_3D
TENSOR
TENSOR_3D_FULL
TENSOR_3D_PLANAR
TENSOR_3D_SURFACE
TENSOR_2D_PLANAR
TENSOR_2D_SURFACE
A SymbolicConstant specifying the storage type of the field output variable which should be aligned with the variable. Possible values are FLOAT, DOUBLE, INTEGER, and BOOLEAN. The default value is FLOAT.
A SymbolicConstant specifying the quantity to plot. Currently only FIELD_OUTPUT is supported. Possible values are FIELD_OUTPUT and DISCONTINUITIES. The default value is FIELD_OUTPUT.
A Boolean specifying whether to average the element output. The default value is OFF.
A Boolean specifying whether to use region boundaries when averaging. The default value is OFF.
A SymbolicConstant specifying the type of averaging region boundaries. Currently only NONE and ODB_REGIONS are supported. Possible values are NONE, ODB_REGIONS, ELEMENT_SET, and DISPLAY_GROUPS. The default value is NONE.
A Boolean specifying whether to include additional averaging boundaries for shells and membranes based on feature edges. The default value is ON.
A Float specifying the feature angle to be used when includeFeatureBoundaries=ON. The default value is 20.0.
A Boolean specifying whether to average only values on displayed elements. The default value is OFF.
A Float specifying the nodal averaging threshold percentage. 0 averagingThreshold 100. The default value is 75.0.
A SymbolicConstant specifying the order or the computations to be performed on the interested field output variable. Possible values are EXTRAPOLATE_AVERAGE_COMPUTE, EXTRAPOLATE_COMPUTE_AVERAGE, EXTRAPOLATE_COMPUTE, EXTRAPOLATE_COMPUTE_DISCONTINUITIES, and RAW_DATA. The default value is EXTRAPOLATE_COMPUTE_AVERAGE.
A SymbolicConstant specifying the numeric form in which to display results that contain complex numbers. Possible values are COMPLEX_MAGNITUDE, COMPLEX_PHASE, REAL, IMAGINARY, and COMPLEX_MAG_AT_ANGLE. The default value is REAL.
A Float specifying the angle (in degrees) at which to display results that contain complex numbers when numericForm=COMPLEX_MAG_AT_ANGLE=COMPLEX_MAG_AT_ANGLE. The default value is 0.0.
A String specifying the name of the output database file (including the .odb extension) to be read into as the source data. This String can also be the full path to the output database file if it is located in another directory.
A String specifying the field output variable.
The default is Default(Respect element orientations but supress nodal transformations)
A SymbolicConstant specifying the position where the output is displayed in the viewport. Possible values are:
The default value is UNDEFINED_POSITION.
UNDEFINED_POSITION
NODAL
INTEGRATION_POINT
ELEMENT_FACE
ELEMENT_NODAL
ELEMENT_CENTROID
WHOLE_ELEMENT
WHOLE_REGION
WHOLE_PART_INSTANCE
WHOLE_MODEL
GENERAL_PARTICLE