of.boundary.edge.acceleration#
- of.boundary.edge.acceleration *edge_tag* <string> normal <double> shear <double> ntable <string_tag> stable <string_tag>
Create the edge acceleration boundary on the edge groups. The acceleration can be time dependent if you use the table. The normal shear values will be the factor if you use the table. That is \(a[i] = x \times table[i]\)
- Parameters:
nodal_tag: tag of the group
normal: (default 0.0) Acceleration in the normal direction or the amplitude of n table.
shear: (default 0.0) Acceleration in the shear direction or the amplitude of s table.
ntable: (default -1) time dependent acceleration in the normal direction.
stable: (default -1) time dependent acceleration in the shear direction.
Example:#
# ball will be given an acceleration of 100m/s^2
of.boundary.edge.acceleration ‘ball’ shear -100