ModelTrussfinite_element Method

create an element for FE-analysis.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override Element finite_element(
	Model fe_model,
	List<Node> nodes,
	LoadCaseActivation lcActivation,
	int id_num
)

Parameters

fe_model  Model
model to which the element will belong.
nodes  ListNode
boundary nodes of the element.
lcActivation  LoadCaseActivation
state of the load-case activation.
id_num  Int32
identification number of the element in the feb-model.

Return Value

Element
feb-element.

See Also