ShellsPrincipalCrossSectionForcesresult Method

retrieve the results of the visitor for principal shell cross section forces.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual void result(
	out List<List<List<double>>> n1,
	out List<List<List<double>>> n2,
	out List<List<List<double>>> vx,
	out List<List<List<double>>> vy,
	out List<List<List<double>>> m1,
	out List<List<List<double>>> m2,
	out List<List<List<int>>> lcInds
)

Parameters

n1  ListListListDouble
list of list of first principal distributed normal forces [kN/m]. One sublist per shell-patch, one entry per shell-face, one entry per load-case.
n2  ListListListDouble
list of list of second principal distributed normal forces [kN/m]. One sublist per shell-patch, one entry per shell-face.
vx  ListListListDouble
distributed transverse shear forces [kN/m] along local x-const. One sublist per shell-patch, one entry per shell-face.
vy  ListListListDouble
distributed transverse shear forces [kN/m] along local y-const. One sublist per shell-patch, one entry per shell-face.
m1  ListListListDouble
list of list of first principal moments [kNm/m]. One sublist per shell-patch, one entry per shell-face.
m2  ListListListDouble
list of list of second principal moments [kNm/m]. One sublist per shell-patch, one entry per shell-face.
lcInds  ListListListInt32
list of list of leading load cae indices.

See Also