ShellsLocalCrossSectionForcesresult Method

return result of visitor.

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>>> _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
)

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.

See Also