Click or drag to resize

ModelMembranedeformationEnergy Method

calculates axial deformation- and bending energy stored in the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void deformationEnergy(
	Model model,
	EnergyVisitor energy_visitor,
	out List<double> axial,
	out List<double> bending
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element.
energy_visitor
Type: EnergyVisitor
visitor with calculated energies.
axial
Type: System.Collections.GenericListDouble
out: axial deformation energy.
bending
Type: System.Collections.GenericListDouble
out: bending energy.
See Also