Click or drag to resize

ShellsPrincipalCrossSectionForcesresult Method

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

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void result(
	out List<List<double>> _N1,
	out List<List<double>> _N2,
	out List<List<double>> _Vx,
	out List<List<double>> _Vy,
	out List<List<double>> _M1,
	out List<List<double>> _M2
)

Parameters

_N1
Type: System.Collections.GenericListListDouble
list of list of first principal distributed normal forces [kN/m]. One sublist per shell-patch, one entry per shell-face
_N2
Type: System.Collections.GenericListListDouble
list of list of second principal distributed normal forces [kN/m]. One sublist per shell-patch, one entry per shell-face
_Vx
Type: System.Collections.GenericListListDouble
distributed transverse shear forces [kN/m] along local x-const. One sublist per shell-patch, one entry per shell-face
_Vy
Type: System.Collections.GenericListListDouble
distributed transverse shear forces [kN/m] along local y-const. One sublist per shell-patch, one entry per shell-face
_M1
Type: System.Collections.GenericListListDouble
list of list of first principal moments [kNm/m]. One sublist per shell-patch, one entry per shell-face
_M2
Type: System.Collections.GenericListListDouble
list of list of second principal moments [kNm/m]. One sublist per shell-patch, one entry per shell-face
See Also