Click or drag to resize

Utilizationsolve Method

Retrieves the utilization of elements.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void solve(
	Model model,
	List<string> ret_elem_ids,
	int ret_lc_ind,
	int res_num,
	bool elast_design,
	double gamma_m0,
	double gamma_m1,
	bool with_details,
	out UtilizationResults model_util,
	out string msg
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements.
ret_elem_ids
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results.
ret_lc_ind
Type: SystemInt32
index of load-case for which to retrieve results. -1 means all load-cases.
res_num
Type: SystemInt32
number of points where section forces are determined.
elast_design
Type: SystemBoolean
if true cross section design is elastic otherwise plastic.
gamma_m0
Type: SystemDouble
partial safety factor for material in case failure is not induced by buckling.
gamma_m1
Type: SystemDouble
partial safety factor for material in case the failure may be induced by buckling.
with_details
Type: SystemBoolean
if true details regarding intermediate values are gathers in the UtilizationResults.
model_util
Type: Karamba.ResultsUtilizationResults
utilization of each element and intermediate values of the design calculation.
msg
Type: SystemString
contains warnings.
See Also