TemperatureLoad(ListString, Double, Vector3, String) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public TemperatureLoad(
	List<string> elementIds,
	double incT,
	Vector3 kappa0,
	string LcName
)

Parameters

elementIds  ListString
identifiers of beams where to apply the temperature load.
incT  Double
constant increase of temperature over the cross section.
kappa0  Vector3
gradient of temperature increase about local element axes.
LcName  String
name of the load-case the load belongs to.

See Also