Enum ThermalExpansionOption
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.15.0.dll
Syntax
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. |