Click or drag to resize

FemMaterialft Method

material tensile strength in the specified direction in base units, by default [kN/m2].

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract double ft(
	int i = 0
)

Parameters

i (Optional)
Type: SystemInt32
index of direction (0/1 = x/y) for which to return fy.

Return Value

Type: Double
material strength in the specified direction [kN/m2].
See Also