|
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)
Syntaxpublic TemperatureLoad(
List<string> elementIds,
double incT,
Vector3 kappa0,
string LcName
)
Public Sub New (
elementIds As List(Of String),
incT As Double,
kappa0 As Vector3,
LcName As String
)
public:
TemperatureLoad(
List<String^>^ elementIds,
double incT,
Vector3 kappa0,
String^ LcName
)
new :
elementIds : List<string> *
incT : float *
kappa0 : Vector3 *
LcName : string -> TemperatureLoadParameters
- 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