ShellsLocalCrossSectionForcesresult Method
return result of visitor.
Namespace: Karamba.ResultsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual void result(
out List<List<List<double>>> _Nxx,
out List<List<List<double>>> _Nyy,
out List<List<List<double>>> _Nxy,
out List<List<List<double>>> _Vx,
out List<List<List<double>>> _Vy,
out List<List<List<double>>> _Mxx,
out List<List<List<double>>> _Myy,
out List<List<List<double>>> _Mxy,
out List<List<List<int>>> _lcInds
)
Public Overridable Sub result (
<OutAttribute> ByRef _Nxx As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef _Nyy As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef _Nxy 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 _Mxx As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef _Myy As List(Of List(Of List(Of Double))),
<OutAttribute> ByRef _Mxy 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>^>^>^% _Nxx,
[OutAttribute] List<List<List<double>^>^>^% _Nyy,
[OutAttribute] List<List<List<double>^>^>^% _Nxy,
[OutAttribute] List<List<List<double>^>^>^% _Vx,
[OutAttribute] List<List<List<double>^>^>^% _Vy,
[OutAttribute] List<List<List<double>^>^>^% _Mxx,
[OutAttribute] List<List<List<double>^>^>^% _Myy,
[OutAttribute] List<List<List<double>^>^>^% _Mxy,
[OutAttribute] List<List<List<int>^>^>^% _lcInds
)
abstract result :
_Nxx : List<List<List<float>>> byref *
_Nyy : List<List<List<float>>> byref *
_Nxy : List<List<List<float>>> byref *
_Vx : List<List<List<float>>> byref *
_Vy : List<List<List<float>>> byref *
_Mxx : List<List<List<float>>> byref *
_Myy : List<List<List<float>>> byref *
_Mxy : List<List<List<float>>> byref *
_lcInds : List<List<List<int>>> byref -> unit
override result :
_Nxx : List<List<List<float>>> byref *
_Nyy : List<List<List<float>>> byref *
_Nxy : List<List<List<float>>> byref *
_Vx : List<List<List<float>>> byref *
_Vy : List<List<List<float>>> byref *
_Mxx : List<List<List<float>>> byref *
_Myy : List<List<List<float>>> byref *
_Mxy : List<List<List<float>>> byref *
_lcInds : List<List<List<int>>> byref -> unit
Parameters
- _Nxx ListListListDouble
- list of distributed normal nxx [kN/m] forces. Structure: Element/Face/LoadCase.
- _Nyy ListListListDouble
- list of distributed normal nyy [kN/m] forces. Structure: Element/Face/LoadCase.
- _Nxy ListListListDouble
- list of distributed in-plane shear forces nxy [kN/m] forces. Structure: Element/Face/LoadCase.
- _Vx ListListListDouble
- distributed transverse shear forces [kN/m] along local x-const. Structure: Element/Face/LoadCase.
- _Vy ListListListDouble
- distributed transverse shear forces [kN/m] along local y-const. Structure: Element/Face/LoadCase.
- _Mxx ListListListDouble
- list of distributed bending moments mxx [kNm/m] forces. They cause normal stresses in x-direction. Structure: Element/Face/LoadCase.
- _Myy ListListListDouble
- list of distributed bending moments myy [kNm/m] forces. They cause normal stresses in y-direction. Structure: Element/Face/LoadCase.
- _Mxy ListListListDouble
- list of distributed twisting moments mxy [kNm/m] forces. They cause shear stresses in xy-direction. Structure: Element/Face/LoadCase.
- _lcInds ListListListInt32
- load case indexes of the results. Structure: Element/Face/LoadCase.