Click or drag to resize

DeformEnergysolve Method (Model, String, ListString, ListGuid, ListListListDouble, ListListListDouble)

Retrieves axial- and bending-energy of elements.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void solve(
	Model modelIn,
	string lcId,
	List<string> retElemIds,
	List<Guid> elemGuids,
	out List<List<List<double>>> axialDefEnergy,
	out List<List<List<double>>> bendingDefEnergy
)

Parameters

modelIn
Type: Karamba.ModelsModel
model from which to retrieve axial- and bending energies.
lcId
Type: SystemString
identifier of load-case for which to retrieve the internal energies.
retElemIds
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results.
elemGuids
Type: System.Collections.GenericListGuid
list of Guids of elements for which to retrieve results.
axialDefEnergy
Type: System.Collections.GenericListListListDouble
axial deformation energy. List structure: list-structure: load case, element, energy.
bendingDefEnergy
Type: System.Collections.GenericListListListDouble
bending energy. List structure: list-structure: load case, element, sub-element, energy.
See Also