ShellsLocalCrossSectionForces Class

Visitor that gathers local values of resultants from the elements.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class ShellsLocalCrossSectionForces : ModelElementVisitor
Inheritance
Object    ModelElementVisitor    ShellsLocalCrossSectionForces

Constructors

ShellsLocalCrossSectionForces Initializes a new instance of the ShellsLocalCrossSectionForces class. create visitor for local shell cross section forces.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
result return result of visitor.
ToString Returns a string that represents the current object.
(Inherited from Object)
VisitBeam Visit a beam.
(Inherited from ModelElementVisitor)
VisitElements(IEnumerableModelElement) Visit the given elements.
(Inherited from ModelElementVisitor)
VisitElements(ListString) Let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.
(Inherited from ModelElementVisitor)
VisitMembrane Visit a membrane.
(Overrides ModelElementVisitorVisitMembrane(ModelMembrane))
VisitShell Visit a shell.
(Overrides ModelElementVisitorVisitShell(ModelShell))
VisitSpring Visit a spring.
(Inherited from ModelElementVisitor)
VisitSurface Visit a surface element - membrane or shell.
VisitTruss Visit a truss.
(Inherited from ModelElementVisitor)

Fields

_stateSelectors Load case selection string.
LeadingLoadCaseInds index of selected load-case.
model Model from which results are to be gathered.
(Inherited from ModelElementVisitor)
Mxx list of distributed bending moments mxx [kNm/m] forces. They cause normal stresses in x-direction. Structure: Element/Face/LoadCase.
Mxy list of distributed twisting moments mxy [kNm/m] forces. They cause shear stresses in xy-direction. Structure: Element/Face/LoadCase.
Myy list of distributed bending moments myy [kNm/m] forces. They cause normal stresses in y-direction. Structure: Element/Face/LoadCase.
Nxx list of distributed normal nxx [kN/m] forces. Structure: Element/Face/LoadCase.
Nxy list of distributed in-plane shear forces nxy [kN/m] forces. Structure: Element/Face/LoadCase.
Nyy list of distributed normal nyy [kN/m] forces. Structure: Element/Face/LoadCase.
Vx distributed transverse shear forces [kN/m] along local x-const. Structure: Element/Face/LoadCase.
Vy distributed transverse shear forces [kN/m] along local y-const. Structure: Element/Face/LoadCase.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also