TemperatureLoadAddToFebElementInLC Method

Adds this ElementLoad instance to a Element in given load-case that lies inside a LoadCaseCombinationCollection.

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected override void AddToFebElementInLC(
	Element feElem,
	double elementLength,
	VectIndexes lcInds,
	VectReal lcFactors
)

Parameters

feElem  Element

[Missing <param name="feElem"/> documentation for "M:Karamba.Loads.TemperatureLoad.AddToFebElementInLC(feb.Element,System.Double,feb.VectIndexes,feb.VectReal)"]

elementLength  Double
Length of the element.
lcInds  VectIndexes
Indexes of load-cases to add the load to.
lcFactors  VectReal
Factors for adding loads to load-cases.

See Also