|
FemMaterialalphaT Method
|
coefficient of thermal expansion in the specified direction.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract double alphaT(
int i = 0
)
Public MustOverride Function alphaT (
Optional i As Integer = 0
) As Double
public:
virtual double alphaT(
int i = 0
) abstract
abstract alphaT :
?i : int
(* Defaults:
let _i = defaultArg i 0
*)
-> float
Parameters
- i (Optional)
- Type: SystemInt32
index of direction (0/1 = x/y) for which to return alphaT.
Return Value
Type:
Doublereturn coefficient of thermal expansion in the specified direction.
See Also