Click or drag to resize

ResultOfInternalForces Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Result of internal forces in the one position
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Result
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class ResultOfInternalForces : SectionResultBase

The ResultOfInternalForces type exposes the following members.

Constructors
  NameDescription
Public methodResultOfInternalForces
Constructor
Top
Properties
  NameDescription
Public propertyLoading
Loading
(Inherited from SectionResultBase.)
Public propertyMx
Bending moment around x-axis
Public propertyMy
Bending moment around y-axis
Public propertyMz
Bending moment around z-axis
Public propertyN
Normal force
Public propertyQy
Shear force in y dirrection
Public propertyQz
Shear force in z dirrection
Top
Remarks
Convention of internal forces on 1D members

Internal forces on 1D members perform following actions:
• positive bending moment My causes tension in cross-section fibers with negative z-coordinate
• positive bending moment Mz causes tension in fibers with negative y-coordinate
• positive torsional moment Mx acts about x-axis of 1D member
• positive axial force N acts in direction of x-axis of member and causes tension in cross-section fibers
• positive shear force Qz acts in direction of z-axis of cross-section
• positive shear force Qy acts in direction of y-axis of cross-section
See Also