Click or drag to resize

Support Class

Nodal support in a statical model. Can include a prescribed displacement at a disabled degree of freedom.
Inheritance Hierarchy
SystemObject
  Karamba.SupportsSupport

Namespace:  Karamba.Supports
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Support : ICloneable

The Support type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCondition
if true a displacement boundary condition is active
Public propertyconditionSet
true if conditions are set for the support
Public propertyhasLocalCoosys
Returns true if a local coordinate system is attached to the node
Public propertyindexSet
returns true if the support location is set using a node index
Public propertyIsValid
true if the support is valid
Public propertyloadcase
loadcase for which a prescribed displacement is defined
Public propertylocal_coosys
plane according to which the nodal coordinate system is oriented
Public propertynode_ind
sets the zero based index of the node where the support attaches. The index overrules support placement by coordinate
Public propertyposition
position of the support
Public propertypositionSet
returns true if the support location is set using a position
Top
Methods
  NameDescription
Public methodaddTo
Add a support to the feb-model
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodeuler_rotations
euler angles of local coordinate system about global axes
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodglobalRotationsDeg
rotation angles of local coordinate system about global axes
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodplane
return the plane of the support
Protected methodreactForce
return reaction force for given load-case.
Public methodrotReactForceLocal
Rotational reaction force in local coordinates
Protected methodscaledReactForce
return scaled reaction force for given load-case. Scaling factors correspond to those set at the nearest up-stream ModelView
Public methodsetCondition
sets a prescribed displcement/rotation
Public methodtoString
string representation of a support
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
change the position of a support according to a transformation
Public methodtransReactForceLocal
Translational reaction force in local coordinates
Top
Fields
  NameDescription
Protected field_condition
if true a displacement boundary condition is active
Public field_displacement
prescribed displacements by default 0; rotations in rad
Protected fieldfe_bc_ind
fe-indexes of bc-objects in fe-model; -1 means no referenced object available
Top
See Also