85 virtual double getAxialStiffness()
const=0;
86 virtual double getShearStiffness()
const=0;
87 virtual double getAxialYield()
const=0;
88 virtual double getShearYield()
const=0;
89 virtual double getAxialRuptureStrain()
const=0;
90 virtual double getShearRuptureStrain()
const=0;
92 virtual double getShearForcePcStrength()
const=0;
93 virtual double getAxialForcePcStrength()
const=0;
virtual const IFaceThing * getFace1() const =0
Return first face connected.
virtual const IContactThing * getContact() const =0
Return contact associated with reinforcement element.
namespace Itasca
Definition: basememory.cpp:9
Int FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition: iblockdef.h:19
Base class for items that will be stored in containers.
Definition: ithing.h:31
virtual const IBlockThing * getBlock1() const =0
Return first block connected.
virtual int getState() const =0
return reinforcement state integer
Fortran to C++ type declarations.
virtual DVect3 getShearDisplacement() const =0
Return the shear displacement vector.
virtual const IFaceThing * getFace2() const =0
Return second face connected.
virtual int getMaterial() const =0
Return material number.
virtual DVect3 getLocation() const =0
Returns element position.
virtual const itasca::IThing * getIThing() const =0
Returns a const IThing pointer.
Definition: ireinforcementthing.h:29
This is the interface for BlockThing, a class that holds extra data not in the fortran arrays....
Definition: iblockthing.h:31
unsigned int TType
class type indicator
Definition: basedef.h:41
virtual QString getStateString() const =0
return reinforcement state string
virtual double getAxialDisplacement() const =0
Return the normal displacement.
static const TType type_
type used in IThing typing system
Definition: ireinforcementthing.h:34
virtual FInt getFortranOffset() const =0
Return element fortran offset.
virtual double getAxialForce() const =0
Return the normal force.
virtual quint64 getReinforcementID() const =0
Get ID of element in C++ container (not Fortran offset)
virtual DVect3 getShearForce() const =0
Return the shear force vector.
virtual double getAxialStrain() const =0
Return the axial strain.
virtual const IBlockThing * getBlock2() const =0
Return second block connected.
This is the interface for FaceThing, a class that holds extra data not in the fortran arrays....
Definition: ifacething.h:32
virtual quint64 getSELCollectionID() const =0
Return ID of collection of reinforcement elements.
virtual double getShearStrain() const =0
Return the shear strain.
virtual double getHalfLength() const =0
Return the half-length ("active" length) of the element (from property)
virtual DVect3 getNormal() const =0
Return the normal vector.