TemperatureLoad(String, Double, Vector3, String) Constructor
Initializes a new instance of the
TemperatureLoad class.
create new temperature load.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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 -> TemperatureLoad
Parameters
- beamId String
- identifier 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.