Click or drag to resize

ShellSuperElementTriangular Class

3D Frame Analysis Library
Trianglular shell element
Inheritance Hierarchy
SystemObject
  FiniteElement
    Frame3DShellSuperElementTriangular

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ShellSuperElementTriangular : FiniteElement

The ShellSuperElementTriangular type exposes the following members.

Constructors
  NameDescription
Public methodShellSuperElementTriangular
Initialization of a shell sub element
Top
Methods
  NameDescription
Public methodGetInternalForcesForLoadCase
Gets the internal forces at the given location
Public methodGetInternalForcesForLoadCombination
Gets the internal forces for the specified load combination
Public methodGetInternalMomentsForLoadCase(ShellTriangularResultsLocation, CoordinateSystem, Double, String, Double, Double, Int32)
Public methodGetInternalMomentsForLoadCase(Double, Double, CoordinateSystem, Double, String, Double, Double, Int32)
Gets the internal moments at an internal point of the element for a specific Load Case
Public methodGetInternalMomentsForLoadCombination(ShellTriangularResultsLocation, CoordinateSystem, Double, LoadCombination, Double, Double)
Public methodGetInternalMomentsForLoadCombination(Double, Double, CoordinateSystem, Double, LoadCombination, Double, Double)
Gets the internal moments at an internal point of the element for a specific Load Combination
Public methodGetInternalStressesForLoadCase(ShellTriangularResultsLocation, Double, CoordinateSystem, Double, String, Double, Double, Int32)
Public methodGetInternalStressesForLoadCase(Double, Double, Double, CoordinateSystem, Double, String, Double, Double, Int32)
Gets the stresses at an internal point of the element for a specific Load Case
Public methodGetInternalStressesForLoadCombination(ShellTriangularResultsLocation, Double, CoordinateSystem, Double, LoadCombination, Double, Double)
Public methodGetInternalStressesForLoadCombination(Double, Double, Double, CoordinateSystem, Double, LoadCombination, Double, Double)
Gets the stresses at an internal point of the element for a specific Load Combination
Top
Fields
  NameDescription
Public fieldAdditionalMass
Additional element mass, which is taken into account in dynamic analysis only
Public fieldLinearLoadCasesList
List of the linear load cases of the element
Public fieldNode1
Node 1 object
Public fieldNode2
Node 2 object
Public fieldNode3
Node 3 object
Public fieldSpring_X_local_Stiffness_per_Area
Area spring stiffness at local X coordinate
Public fieldSpring_Y_local_Stiffness_per_Area
Area spring stiffness at local Y coordinate
Public fieldSpring_Z_local_Stiffness_per_Area
Area spring stiffness at local Z coordinate
Public fieldThickness
Element thickness
Top
See Also