Click or drag to resize

CroSec_Beamstiffness Method

calculate characteristic axial- and bending stiffness of an element of length L.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void stiffness(
	double L,
	out double axial_stiffness,
	out double bending_stiffness
)

Parameters

L
Type: SystemDouble
length of the element.
axial_stiffness
Type: SystemDouble
characteristic axial stiffness.
bending_stiffness
Type: SystemDouble
characteristic bending stiffness.
See Also