Click or drag to resize

FactoryAlgorithmsAnalyzeThI Method

Calculate a models mechanical response using first order theory.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual Model AnalyzeThI(
	Model model,
	out List<double> maxDisplacement,
	out List<double> gravityForce,
	out List<double> elasticEnergy,
	out string warning
)

Parameters

model
Type: Karamba.ModelsModel
Model to be analyzed.
maxDisplacement
Type: System.Collections.GenericListDouble
Maximum displacement for each load case.
gravityForce
Type: System.Collections.GenericListDouble
Resultant gravity force for each load-case.
elasticEnergy
Type: System.Collections.GenericListDouble
Internal elastic energy for each load-case.
warning
Type: SystemString
Warning regarding the solution process or empty string.

Return Value

Type: Model
Model with calculated mechanical response.
See Also