Common#
- class ansys.dpf.core.common.types(value)#
The
'types'
enum contains the available types passed through operators and workflows to DPF.- string#
- int#
- double#
- bool#
- field#
- collection#
- scoping#
- data_sources#
- meshed_region#
- time_freq_support#
- result_info#
- cyclic_support#
- property_field#
- workflow#
- run#
- any#
- vec_int#
- vec_double#
- support#
- fields_container#
- scopings_container#
- meshes_container#
- class ansys.dpf.core.common.natures(value)#
The
'natures'
enum contains the dimensionality types. It can be used to create a field of a given dimensionality.scalar
vector
matrix
symmatrix
- class ansys.dpf.core.common.shell_layers(value)#
The
'shell_layers'
enum contains the available order of shell layers (or lack of shell layers) that defines how the field’s data is ordered.- notset#
- top#
- bottom#
- topbottom#
- mid#
- topbottommid#
- nonelayer#
- layerindependent#
- class ansys.dpf.core.common.locations#
Contains strings for scoping and field locations.
- none = "none"
- elemental = "Elemental"
data is one per element
- elemental_nodal = "ElementalNodal"
one per node per element
- nodal = "Nodal"
one per node
- time_freq = "TimeFreq_sets"
one per time set
- overall = "overall"
applies everywhere
- time_freq_step = "TimeFreq_steps"
one per time step
- class ansys.dpf.core.common.elemental_properties#
Contains strings to define elemental property fields.
- element_shape = "elshape"
element shape property data is provided
- element_type = "eltype"
element type property data is provided
- connectivity = "connectivity"
connectivity property data is provided
- material = "mat"
material property data is provided
- element_properties = "elprops"
element properties data is provided
- apdl_element_type = "apdl_element_type"
apdl element type property data is provided
- class ansys.dpf.core.common.nodal_properties#
Contains strings to define nodal property fields.
- coordinates = "coordinates"
coordinates data is provided
- nodal_connectivity = "reverse_connectivity"
nodal connectivity property data is provided
- class ansys.dpf.core.common.DefinitionLabels#
Contains Python definition labels.