StrainLoad(String, Vector3, Vector3, String) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StrainLoad(
	string beamId,
	Vector3 eps0,
	Vector3 kappa0,
	string LcName
)

Parameters

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

See Also