ShellsPrincipalCrossSectionForcesresult Method
retrieve the results of the visitor for principal shell cross section forces.
Namespace: Karamba.ResultsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
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
)
Public Overridable Sub result (
<OutAttribute> ByRef n1 As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef n2 As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef vx As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef vy As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef m1 As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef m2 As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef lcInds As List(Of List(Of List(Of Integer)))
)
public:
virtual void result(
[OutAttribute] List<List<List<double>^>^>^% n1,
[OutAttribute] List<List<List<double>^>^>^% n2,
[OutAttribute] List<List<List<double>^>^>^% vx,
[OutAttribute] List<List<List<double>^>^>^% vy,
[OutAttribute] List<List<List<double>^>^>^% m1,
[OutAttribute] List<List<List<double>^>^>^% m2,
[OutAttribute] List<List<List<int>^>^>^% lcInds
)
abstract result :
n1 : List<List<List<float>>> byref *
n2 : List<List<List<float>>> byref *
vx : List<List<List<float>>> byref *
vy : List<List<List<float>>> byref *
m1 : List<List<List<float>>> byref *
m2 : List<List<List<float>>> byref *
lcInds : List<List<List<int>>> byref -> unit
override result :
n1 : List<List<List<float>>> byref *
n2 : List<List<List<float>>> byref *
vx : List<List<List<float>>> byref *
vy : List<List<List<float>>> byref *
m1 : List<List<List<float>>> byref *
m2 : List<List<List<float>>> byref *
lcInds : List<List<List<int>>> byref -> unit
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.