Click or drag to resize

ModelUnitLoadsNew 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 ModelUnitLoadsNew : ModelUnitLoads

The ModelUnitLoadsNew type exposes the following members.

Constructors
  NameDescription
Public methodModelUnitLoadsNew
create new model unit-load
Top
Properties
  NameDescription
Public propertyarea
area of mesh where load is applied
(Inherited from ModelUnitLoads.)
Protected propertyelem_ids
identifiers of elements where loads are to be applied
(Inherited from ModelUnitLoads.)
Public propertyeloads
equivalent element loads
(Inherited from ModelUnitLoads.)
Public propertyld_type
type of load application
(Inherited from ModelUnitLoads.)
Public propertymax_vertex_load
return the maximum vertex load
(Inherited from ModelUnitLoads.)
Protected propertymesh_unit_loads
unit loads on mesh
(Inherited from ModelUnitLoads.)
Protected propertynode_pos
positions of nodes where loads are to be applied
(Inherited from ModelUnitLoads.)
Public propertyploads
equivalent point loads of the mesh-load
(Inherited from ModelUnitLoads.)
Public propertyres_unit_load
resultant of unit load on mesh
(Inherited from ModelUnitLoads.)
Top
Methods
  NameDescription
Public methodcalculateModelLoads
Calculate point-loads and distributed element loads from a mesh-load
(Overrides ModelUnitLoadscalculateModelLoads(NKDTreeDupli, Double, ListNode, ListModelElement, ItemSelector).)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ModelUnitLoads.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from ModelUnitLoads.)
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 ModelUnitLoads.)
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
(Inherited from ModelUnitLoads.)
Protected field_max_vertex_load
return the maximum vertex load
(Inherited from ModelUnitLoads.)
Protected field_ploads
equivalent point loads of the mesh-load
(Inherited from ModelUnitLoads.)
Top
See Also