Reinforcement
-
class
itasca.sel.reinforcement.
Reinforcement
- Objects of this type should not be created (instantiated) directly in Python. Use the module functions that return instances of this type.
-
b1
() → float. Get block 1 of a reinforcement element.
-
b2
() → float. Get block 2 of a reinforcement element.
-
collection
() → int. Get the collection ID for a set of reinforcement elements.
-
dir
() → vec. Get the reinforcement reinforcement direction (vector).
-
dir_x
() → float. Get the x-component of the reinforcement reinforcement direction.
-
dir_y
() → float. Get the y-component of the reinforcement reinforcement direction.
-
dir_z
() → float. Get the z-component of the reinforcement reinforcement direction.
-
disp_axial
() → float. Get the axial displacement in a reinforcement element.
-
disp_shear
() → vec. Get the reinforcement reinforcement shear displacement (vector).
-
disp_shear_x
() → float. Get the x-component of the reinforcement reinforcement shear displacement.
-
disp_shear_y
() → float. Get the y-component of the reinforcement reinforcement shear displacement.
-
disp_shear_z
() → float. Get the z-component of the reinforcement reinforcement shear displacement.
-
extra
(slot: int) → any. Get the reinforcement extra data in the given slot.
-
face1
() → float. Get the first block face to which a reinforcement element is attached.
-
face2
() → float. Get the second block face to which a reinforcement element is attached.
-
force_axial
() → float. Get the axial force in a reinforcement element.
-
force_shear
() → vec. Get the reinforcement reinforcement shear force (vector).
-
force_shear_x
() → float. Get the x-component of the reinforcement reinforcement shear force.
-
force_shear_y
() → float. Get the y-component of the reinforcement reinforcement shear force.
-
force_shear_z
() → float. Get the z-component of the reinforcement reinforcement shear force.
-
group
([slot: str or int]) → str. Get the reinforcement group name in a given slot.
-
group_remove
(group_name: str or int[, slot: str or int]) → bool. Remove from the given group from all group slots of the reinforcement. One argument of type string, giving the group name, is required. The return value is a bool which is True if the group was removed from any slot, otherwise False.
-
groups
() → {slot: group_name}. Get a dictionary describing which groups this reinforcement is part of. The keys of the dictionary are the slot names and the values are the group names.
-
halflength
() → float. Get the half-length of a reinforcement element.
-
id
() → int. Get the reinforcement id.
-
in_group
(group_name: str or int[, slot: str or int]) → bool. Test if the reinforcement is part of a given group. If the optional argument slot is given, only that slot is searched. Otherwise, all group slots are searched.
-
index
() → float. Get the index on the reinforcement list of a given reinforcement element.
-
matnum
() → float. Get the material number assigned to a reinforcement element.
-
pos
() → vec. Get the reinforcement reinforcement position (vector).
-
pos_x
() → float. Get the x-component of the reinforcement reinforcement position.
-
pos_y
() → float. Get the y-component of the reinforcement reinforcement position.
-
pos_z
() → float. Get the z-component of the reinforcement reinforcement position.
-
rupture_shear
() → float. Get the ultimate shear strain for the reinforcement element.
-
rupture_tension
() → float. Get the ultmate tension strain for the reinforcement element.
-
set_extra
(slot: int, value: any) → None. Set the reinforcement extra data in the given slot.
-
set_group
(group_name: str or int[, slot: str or int]) → None. Set the reinforcement group name in a given slot.
-
state
() → str. Get the state indicator for a reinforcement element.
-
stiffness_axial
() → float. Get the axial stiffness of the reinforcement element (units of force / displacement).
-
stiffness_shear
() → float. Get the shear stiffness of a reinforcement element (units of force / displacement).
-
strain_axial
() → float. Get the axial strain of a reinforcement element.
-
strain_shear
() → float. Get the shear strain of a reinforcement element.
-
valid
() → bool. Returns True if this reinforcement is live.
-
yield_shear
() → float. Get the shear yield strength of a reinforcement element (units of force).
-
yield_tension
() → float. Get the tensile yield strength of a reinforcement element (units of force).
-
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |