Click or drag to resize

ShellsLocalCrossSectionForcesresult Method

return result of visitor

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>> _Nxx,
	out List<List<double>> _Nyy,
	out List<List<double>> _Nxy,
	out List<List<double>> _Vx,
	out List<List<double>> _Vy,
	out List<List<double>> _Mxx,
	out List<List<double>> _Myy,
	out List<List<double>> _Mxy
)

Parameters

_Nxx
Type: System.Collections.GenericListListDouble
list of distributed normal nxx [kN/m] forces. One sublist per path, one entry in sublist per shell face
_Nyy
Type: System.Collections.GenericListListDouble
list of distributed normal nyy [kN/m] forces. One sublist per path, one entry in sublist per shell face
_Nxy
Type: System.Collections.GenericListListDouble
list of distributed in-plane shear forces nxy [kN/m] forces. One sublist per path, one entry in sublist 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
_Mxx
Type: System.Collections.GenericListListDouble
list of distributed bending moments mxx [kNm/m] forces. They cause normal stresses in x-direction. One sublist per path, one entry in sublist per shell face
_Myy
Type: System.Collections.GenericListListDouble
list of distributed bending moments myy [kNm/m] forces. They cause normal stresses in y-direction. One sublist per path, one entry in sublist per shell face
_Mxy
Type: System.Collections.GenericListListDouble
list of distributed twisting moments mxy [kNm/m] forces. They cause shear stresses in xy-direction. One sublist per path, one entry in sublist per shell face
See Also