Click or drag to resize

ModelSpringfinite_element Method

Create an element for FE-analysis.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override Element finite_element(
	Model fe_model,
	List<Node> nodes,
	LCCombiCollector lcIndexer,
	int id_num
)

Parameters

fe_model
Type: Model
model to which the element will belong.
nodes
Type: System.Collections.GenericListNode
boundary nodes of the element.
lcIndexer
Type: Karamba.Loads.CombinationsLCCombiCollector
indexer for load-case names.
id_num
Type: SystemInt32
numeric identifier of the element used for reference in the feb-model.

Return Value

Type: Element
Created feb-element.
See Also