Click or drag to resize

ModelElementdeformationEnergy Method

calculates axial deformation- and bending energy stored in the element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual 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