StructuralCurveActionThermal Constructor (Guid, String, StructuralCurveMember, StructuralLoadCase, Temperature, Temperature, Temperature, Temperature) |
[This is preliminary documentation and is subject to change.]
Namespace:
ModelExchanger.AnalysisDataModel.Loads
Assembly:
ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public StructuralCurveActionThermal(
Guid id,
string name,
StructuralCurveMember member,
StructuralLoadCase loadCase,
Temperature tempL,
Temperature tempR,
Temperature tempT,
Temperature tempB
)
Parameters
- id
- Type: SystemGuid
The ID of the object - name
- Type: SystemString
The name of the object - member
- Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralCurveMember
The StructuralCurveMember on which the load is applied - loadCase
- Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the load belongs - tempL
- Type: Temperature
The temperature on the left side of the beam surface. Refers to LCS of 1D member. - tempR
- Type: Temperature
Temperature on right side of the beam surface. Refers to LCS of 1D member. - tempT
- Type: Temperature
Temperature on top side of the beam surface. Refers to LCS of 1D member. - tempB
- Type: Temperature
Temperature on bottom side of the beam surface. Refers to LCS of 1D member.
See Also