Click or drag to resize

TemperatureLoad Constructor (ListString, Double, Vector3, String)

Initializes a new instance of the TemperatureLoad class. create new temperature load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public TemperatureLoad(
	List<string> elementIds,
	double incT,
	Vector3 kappa0,
	string LcName
)

Parameters

elementIds
Type: System.Collections.GenericListString
identifiers of beams where to apply the temperature load.
incT
Type: SystemDouble
constant increase of temperature over the cross section.
kappa0
Type: Karamba.GeometryVector3
gradient of temperature increase about local element axes.
LcName
Type: SystemString
name of the load-case the load belongs to.
See Also