Enum ThermalExpansionOption
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("ce8ca545-21af-24d7-47d7-93c462ba402e")]
[ApiEnumFor("SMT.MAA.FE.ThermalExpansionOption, SMT.MAA")]
public enum ThermalExpansionOption
Fields
Name | Description |
---|---|
CalculatedUsingMaterialProperties | Displacements for a unit change in temperature will be calculated using a static analysis on the FE. |
SpecifiedDisplacement | The specified displacements will be applied at each node. |
SpecifiedForce | The specified expansion force will be applied at each node. |
Uniform | FE Substructure will expand uniformly, with expansion calculated using the temperature difference and the thermal expansion coefficient of the FE material. This option is not available for a grounded FE. |