MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
DofOwner Struct Reference

#include <dofown.h>

Collaboration diagram for DofOwner:

Public Types

enum  Type {
  UNKNOWN = -1, STRUCTURALNODE = 0, ELECTRICNODE, THERMALNODE,
  ABSTRACTNODE, HYDRAULICNODE, JOINT, PLATE,
  GENEL, INDUCEDVELOCITY, AERODYNAMIC, AEROMODAL,
  ELECTRICBULK, ELECTRIC, THERMAL, HYDRAULIC,
  LOADABLE, LASTDOFTYPE
}
 

Public Member Functions

doublereal dGetScale (void) const
 
void SetScale (const doublereal &d)
 

Public Attributes

integer iFirstIndex
 
unsigned int iNumDofs
 
doublereal dScale
 

Detailed Description

Definition at line 68 of file dofown.h.

Member Enumeration Documentation

Enumerator
UNKNOWN 
STRUCTURALNODE 
ELECTRICNODE 
THERMALNODE 
ABSTRACTNODE 
HYDRAULICNODE 
JOINT 
PLATE 
GENEL 
INDUCEDVELOCITY 
AERODYNAMIC 
AEROMODAL 
ELECTRICBULK 
ELECTRIC 
THERMAL 
HYDRAULIC 
LOADABLE 
LASTDOFTYPE 

Definition at line 71 of file dofown.h.

Member Function Documentation

doublereal DofOwner::dGetScale ( void  ) const

Definition at line 38 of file dofown.cc.

References dScale.

Referenced by StructDispNode::Restart(), and StructNode::Restart().

39 {
40  return dScale;
41 }
doublereal dScale
Definition: dofown.h:96
void DofOwner::SetScale ( const doublereal d)

Definition at line 44 of file dofown.cc.

References dScale.

Referenced by DataManager::ReadNodes(), and ReadStructNode().

45 {
46  dScale = d;
47 }
doublereal dScale
Definition: dofown.h:96

Member Data Documentation

doublereal DofOwner::dScale

Definition at line 96 of file dofown.h.

Referenced by dGetScale(), and SetScale().


The documentation for this struct was generated from the following files: