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