CroSecstiffness Method
calculate characteristic axial- and bending stiffness of an element of length L.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public abstract void stiffness(
double L,
out double axial_stiffness,
out double bending_stiffness
)
Public MustOverride Sub stiffness (
L As Double,
<OutAttribute> ByRef axial_stiffness As Double,
<OutAttribute> ByRef bending_stiffness As Double
)
public:
virtual void stiffness(
double L,
[OutAttribute] double% axial_stiffness,
[OutAttribute] double% bending_stiffness
) abstract
abstract stiffness :
L : float *
axial_stiffness : float byref *
bending_stiffness : float byref -> unit
Parameters
- L Double
- length of the element.
- axial_stiffness Double
- characteristic axial stiffness.
- bending_stiffness Double
- characteristic bending stiffness.