71 virtual double getAxialForcePcStrength()
const = 0;
An array class that attempts to minimize unnecessary heap access.
Definition farray.h:25
Definition icablething.h:31
virtual double getLength() const =0
Return cable element length.
virtual quint64 getCableElementID() const =0
Get ID of element in C++ container (not Fortran offset)
static const TType type_
type used in IThing typing system
Definition icablething.h:35
virtual double getAxialStrain() const =0
Return the axial strain (in bolt)
virtual QString getStateString() const =0
return cable element state string
virtual double getAxialStress() const =0
Return the axial stress (in bolt)
virtual FInt getFortranOffset() const =0
Return element fortran offset.
virtual itasca::IThing * getIThing()=0
Returns a IThing pointer.
virtual const itasca::IThing * getIThing() const =0
Returns a const IThing pointer.
virtual int getMaterial() const =0
Return material number.
virtual quint64 getSELCollectionID() const =0
Return ID of collection of SEL elements.
virtual double getAxialForce() const =0
Return the axial force in bolt element (tension positive)
virtual DVect3 getNormal() const =0
Returns unit vector along cable length.
virtual DVect3 getLocation() const =0
Returns centroid position.
virtual const ISelProp * getSelProp() const =0
Return pointer to structural element property data.
virtual double getThermalForce() const =0
Return thermal force.
virtual FArray< const IDowelThing * > getDowels() const =0
Return list of dowels associated with this cable segment.
This is the interface for SELNodeThing, a class that holds extra data not in the fortran arrays....
Definition iselnodething.h:30
This interface provides access to cable thing. The fortran offset for the SelProp ID is $ktypcpp in t...
Definition iselprop.h:27
Base class for items that will be stored in containers.
Definition ithing.h:30
An array class that attempts to minimize unnecessary heap access.
uint32 TType
class type indicator
Definition basedef.h:46
int32 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition iblockdef.h:19
Fortran to C++ type declarations.
namespace Itasca
Definition basememory.cpp:10