ShellsPrincipalSigEpsVectors Class

Visitor that gathers stress/strain results from the elements.

Definition

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

Constructors

ShellsPrincipalSigEpsVectors Initializes a new instance of the ShellsPrincipalSigEpsVectors class. create new visitor for retrieving results.

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 Appends results of the visitor to the given list of vectors and doubles.
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

_lcSuperImp SuperPosition rule for the results.
_origin position of deformed element centers.
_res_tag type of the results to be gathered.
_val1 vector for first principal values.
_val2 vector for first principal values.
_vec1 vector for first principal values.
_vec2 vector for second principal values.
_z_rel relative position of layer for which results are to be gathered (-1..bottom, 1..to).
model Model from which results are to be gathered.
(Inherited from ModelElementVisitor)

Extension Methods

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

See Also