Click or drag to resize

DeformEnergysolve Method

retrieve axial- and bending-energy of elements

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model_in,
	int lc_ind,
	List<string> ret_elem_ids,
	out List<List<double>> axial_def_energy,
	out List<List<double>> bending_def_energy
)

Parameters

model_in
Type: Karamba.ModelsModel
model from which to retrieve axial- and bending energies
lc_ind
Type: SystemInt32
index of load-case for which to retrieve the internal energies.
ret_elem_ids
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results
axial_def_energy
Type: System.Collections.GenericListListDouble
axial deformation energy. List structure: list-structure: load case, element, energy
bending_def_energy
Type: System.Collections.GenericListListDouble
bending energy. List structure: list-structure: load case, element, sub-element, energy
See Also