Get the area of a triangle
Get the degree of freedom, i.e., the number of tractions.
Check if a triangle has slipped
The axis index or the axis name.
For axis index it can be either 0 for the normal direction,
1 for the strike direction or 2 for the dip direction.
For the string value, it can be either x
or normal
, y
or strike
, z
or dip
.
The type of boundary condition for the considered axis. For traction condition,
value can be either t
, 0
, free
, traction
, neumann
or unknown
. All these values have the same
meaning. For displacement condition, value can be either b
, 1
, displ
, displacement
, fixed
,
dirichlet
, locked
or imposed
. All these values have the same meaning.
When an axis is free, it means that the provided boundary value will a traction component (along the axis)
since the displacement is unknown. Similarly, when the boundary condition is locked
, the
provided value is an imposed displacement along the axis.
The boundary value for the considered axis,
Set the displacement.
See setBc for the axis format
Allows to access to triangle features.
Example using the Model
Example using the Surface