Click or drag to resize

ThIAnalyzesolve Method

analyze a models deformation

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model in_model,
	out List<double> lc_max_disp,
	out List<double> lc_gravity_force,
	out List<double> lc_elastic_energy,
	out string warning,
	out Model model
)

Parameters

in_model
Type: Karamba.ModelsModel
the model to be analyzed
lc_max_disp
Type: System.Collections.GenericListDouble
maximum displacement for each load case. List-structure: load-case/disp
lc_gravity_force
Type: System.Collections.GenericListDouble
resultant gravity force for each load-case. List-structure: load-case/gravity-force
lc_elastic_energy
Type: System.Collections.GenericListDouble
internal elastic energy for each load-case. List-structure: load-case/energy
warning
Type: SystemString
warning if not empty
model
Type: Karamba.ModelsModel
analyzed model with displacements
See Also