Click or drag to resize

ModelElementStraightLineaddStressStrainMesh Method

add element results regarding stresses or strains to the given mesh.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected abstract void addStressStrainMesh(
	List<IMesh> meshes,
	Model model,
	double E,
	List<double> res_values
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
list of meshes for adding the element stresses or strains.
model
Type: Karamba.ModelsModel
model to which the element belongs.
E
Type: SystemDouble
Young's Modulus used to convert strains to stresses.
res_values
Type: System.Collections.GenericListDouble
list of resultant values for each vertex of the mesh.
See Also