Click or drag to resize

StrainLoad Constructor (ListString, Vector3, Vector3, Int32)

create new initial strains-load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StrainLoad(
	List<string> beamIds,
	Vector3 eps0,
	Vector3 kappa0,
	int loadcase
)

Parameters

beamIds
Type: System.Collections.GenericListString
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
loadcase
Type: SystemInt32
index of load-case where load should be active
See Also