locations#

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

faces = "Faces"

one per face

zone = "zone"

one per zone

elemental_and_faces = "ElementalAndFaces"

data available in elements and faces of the model

Overview#

Import detail#

from ansys.dpf.core.common import locations

Attribute detail#

locations.none = 'none'#
locations.elemental = 'Elemental'#
locations.elemental_nodal = 'ElementalNodal'#
locations.nodal = 'Nodal'#
locations.time_freq = 'TimeFreq_sets'#
locations.overall = 'overall'#
locations.time_freq_step = 'TimeFreq_steps'#
locations.faces = 'Faces'#
locations.zone = 'zone'#
locations.elemental_and_faces = 'ElementalAndFaces'#