Click or drag to resize

ModelUnitLoads Class

Loads on nodes and elements of the statical model calculated with unit distributed load on the mesh
Inheritance Hierarchy

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

The ModelUnitLoads type exposes the following members.

Constructors
  NameDescription
Public methodModelUnitLoads
create new model unit-load
Top
Properties
  NameDescription
Public propertyarea
area of mesh where load is applied
Protected propertyelem_ids
identifiers of elements where loads are to be applied
Public propertyeloads
equivalent element loads
Public propertyld_type
type of load application
Public propertymax_vertex_load
return the maximum vertex load
Protected propertymesh_unit_loads
unit loads on mesh
Protected propertynode_pos
positions of nodes where loads are to be applied
Public propertyploads
equivalent point loads of the mesh-load
Public propertyres_unit_load
resultant of unit load on mesh
Top
Methods
  NameDescription
Public methodcalculateModelLoads
Calculate point-loads and distributed element loads from a mesh-load
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.
(Overrides ObjectEquals(Object).)
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.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_eloads
equivalent element loads
Protected field_max_vertex_load
return the maximum vertex load
Protected field_ploads
equivalent point loads of the mesh-load
Top
See Also