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: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class ModelUnitLoads : ICloneable, 
	ISerializable

The ModelUnitLoads type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyarea
Gets the area of mesh where load is applied.
Protected propertyelem_ids
Gets the identifiers of elements where loads are to be applied.
Public propertyeloads
Gets the equivalent element loads.
Public propertyld_type
Gets the type of load application.
Public propertymax_vertex_load
Gets the maximum vertex load.
Public propertymesh_unit_loads
Gets the unit loads on mesh.
Protected propertynode_pos
Gets the positions of nodes where loads are to be applied.
Public propertyploads
Gets the equivalent point loads of the mesh-load.
Public propertyres_unit_load
Gets the 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.)
Protected methodGetObjectData
Serialize MeshLoad.
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