Click or drag to resize

TemperatureLoad Constructor (ListString, 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(
	List<string> beamIds,
	double incT,
	Vector3 kappa0,
	int loadcase
)

Parameters

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