|
TemperatureLoad Constructor (String, 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(
string beamId,
double incT,
Vector3 kappa0,
string LcName
)
Public Sub New (
beamId As String,
incT As Double,
kappa0 As Vector3,
LcName As String
)
public:
TemperatureLoad(
String^ beamId,
double incT,
Vector3 kappa0,
String^ LcName
)
new :
beamId : string *
incT : float *
kappa0 : Vector3 *
LcName : string -> TemperatureLoadParameters
- 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. - LcName
- Type: SystemString
name of the load-case the load belongs to.
See Also