Click or drag to resize

TemperatureLoad Constructor (String, Double, Vector3, Int32)

create new temperature load

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TemperatureLoad(
	string beamId,
	double incT,
	Vector3 kappa0,
	int loadcase
)

Parameters

beamId
Type: SystemString
identifier 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
loadcase
Type: SystemInt32
index of the load-case the load belongs to
See Also