55        virtual string       getState() 
const = 0;
 
   58        virtual DVect        getOrientation() 
const = 0;
 
   59        virtual DVect        getHostCableOrientation() 
const = 0;
 
 
Base class for items that will be stored in containers.
Definition ithing.h:31
 
Interface to dowel structural elements.
Definition iseldowel.h:19
 
virtual ISEL::YieldState getRespYield() const =0
Returns the current yield state of the element.  .
 
virtual double getPropYield() const =0
Returns the yield force.
 
virtual double getPropActiveLength() const =0
Return the active length used in shear strain calculation. Not the same as the actual length.
 
virtual void setPropK(const double &e)=0
Sets the stiffness.
 
virtual bool getStrainFailure() const =0
Returns strain rupture state (true for ruptured)
 
virtual void setPropYield(const double &d)=0
Sets the yield force.
 
static const TType type_
Type ID number for this class, for use in convert_cast() and convert_getcast().
Definition iseldowel.h:22
 
virtual double getPropK() const =0
Returns the stiffness.
 
virtual double getStrain() const =0
Returns the strain in the dowel.
 
virtual double getRespForce() const =0
Returns the force in the dowel (always positive)
 
virtual const IThing * getIThing() const =0
Returns a const IThing pointer.
 
virtual const ISEL * getISEL() const =0
Returns a const pointer to object base class.
 
virtual double getPropStrainLimit() const =0
Returns the rupture strain limit.
 
virtual ISEL * getISEL()=0
Returns a pointer to object base class.
 
virtual void setPropStrainLimit(const double &e)=0
Sets the rupture strain limit.
 
virtual void setPropActiveLength(const double &d)=0
Set the active length used in shear strain calculation. Not the same as the actual length.
 
virtual IThing * getIThing()=0
Returns a IThing pointer.
 
Interface to the structural elements base class.
Definition isel.h:22
 
YieldState
Yield states.
Definition isel.h:27
 
uint32 TType
class type indicator
Definition basedef.h:47
 
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:156
 
Interface to the structural elements base class.
 
namespace Itasca
Definition basememory.cpp:14