Click or drag to resize

StrainLoad Constructor (String, Vector3, Vector3, String)

Initializes a new instance of the StrainLoad class. create new initial strains-load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public StrainLoad(
	string beamId,
	Vector3 eps0,
	Vector3 kappa0,
	string LcName
)

Parameters

beamId
Type: SystemString
identifier of beam where the load shall be applied to.
eps0
Type: Karamba.GeometryVector3
initial axial strain: a positive number means elongation which causes compression in case of constrained translational dofs.
kappa0
Type: Karamba.GeometryVector3
initial curvature about the local coordinate system axes.
LcName
Type: SystemString
name of load-case where load should be active.
See Also