Click or drag to resize

ModelTrussfinite_element Method

create an element for FE-analysis

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Element finite_element(
	Model fe_model,
	List<Node> nodes,
	int numLC,
	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
numLC
Type: SystemInt32
number of load cases in the feb-model
id_num
Type: SystemInt32
identification number of the element in the feb-model

Return Value

Type: Element
feb-element
See Also