Click or drag to resize

ShellForcesPrincipalsolve Method (Model, ListString, Int32, ListListDouble, ListListDouble, ListListDouble, ListListDouble, ListListDouble, ListListDouble)

retrieve section forces of shells

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	List<string> elem_ids,
	int lc_num,
	out List<List<double>> N1,
	out List<List<double>> N2,
	out List<List<double>> V1,
	out List<List<double>> V2,
	out List<List<double>> M1,
	out List<List<double>> M2
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements
elem_ids
Type: System.Collections.GenericListString
list of identifiers of shells for which to retrieve section forces. If no identifiers are given all shells are included
lc_num
Type: SystemInt32
number of loadcase for which to retrieve results
N1
Type: System.Collections.GenericListListDouble
values of the first principal normal forces for each faces of each shell under the current load-case
N2
Type: System.Collections.GenericListListDouble
values of the second principal normal forces for each faces of each shell under the current load-case
V1
Type: System.Collections.GenericListListDouble
values of the shear force in the first local direction for each faces of each shell under the current load-case
V2
Type: System.Collections.GenericListListDouble
values of the shear force in the second local direction for each faces of each shell under the current load-case
M1
Type: System.Collections.GenericListListDouble
values of the first principal bending moments for each faces of each shell under the current load-case
M2
Type: System.Collections.GenericListListDouble
values of the second principal bending moments for each faces of each shell under the current load-case
See Also