Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
sel::ISEL Class Referenceabstract

Interface to the structural elements base class. More...

#include <isel.h>

Public Types

enum  YieldState { NO, NOW, PAST }
 Yield states. More...
 

Public Member Functions

virtual TType getType () const =0
 
virtual const IThinggetIThing () const =0
 Returns a const IThing pointer.
 
virtual IThinggetIThing ()=0
 Returns a IThing pointer.
 
virtual QString getKeyword () const =0
 
virtual const ISELgetNext () const =0
 or 0 for the last element ofthe list. See ISELList::getFirstSEL()
 
virtual quint32 getNumNd () const =0
 Returns the number of sel-nodes comprising this structural element.
 
virtual const ISELNodegetNdPtr (quint32 loc_ndnum) const =0
 Returns a const pointer to a sel-node located at loc_ndnum in the sel-node array (Zero-based)
 
virtual ISELNodegetNdPtr (quint32 loc_ndnum)=0
 Returns a pointer to a sel-node located at loc_ndnum in the sel node-array (Zero-based)
 
virtual bool getMark () const =0
 Returns true if structural element is 'marked', see setMark()
 
virtual void setMark (bool b)=0
 Sets the structural element Mark flag, see getMark()
 
virtual double getDensity () const =0
 Returns the structural element density, see setDensity()
 
virtual void setDensity (double d)=0
 Sets the structural element density, see getDensity()
 
virtual Axes3D getLocalSys () const =0
 Returns the axes of the structural element local coordinate system.
 
virtual Axes3D getMaterialSys () const =0
 Returns the local axes system used to represent material properties.
 
virtual double getThExp () const =0
 Returns the structural element thermal expansion coefficient, see setThExp()
 
virtual void setThExp (double d)=0
 Sets the structural element thermal expansion coefficient, see getThExp()
 
virtual QString getYieldName (YieldState state) const =0
 Returns the name of the state for this structural element. Possible values are no, now, past
 
virtual double getForceAtNode2 (quint32 dof, quint32 end, bool local=false) const =0
 
virtual DVect getForceAtNode2 (quint32 end, bool trans, bool local=false) const =0
 
virtual double getGravityLoadOnNodes () const =0
 Returns the average gravitational load actuating in one node: density * volume / number of nodes.
 
virtual CLinkType< ISELgetNextLink (quint32 node) const =0
 Returns the next SEL in the list of SELs connected to node index /a node.
 
virtual double getArea () const =0
 
virtual QStringList getProperties () const =0
 
virtual QVariant getProperty (quint32 index) const =0
 
virtual bool setProperty (quint32 index, const QVariant &val)=0
 
virtual bool IsEmbedded () const =0
 
virtual bool IsDowel () const =0
 
virtual bool supportsEmbedding () const =0
 

Static Public Attributes

static const TType type_ = 0x4c815a02
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to the structural elements base class.

Member Enumeration Documentation

◆ YieldState

Yield states.

Enumerator
NO 

no yield (has never yielded)

NOW 

now yielding

PAST 

has yielded in the past

Member Function Documentation

◆ getForceAtNode2() [1/2]

virtual double sel::ISEL::getForceAtNode2 ( quint32  dof,
quint32  end,
bool  local = false 
) const
pure virtual

Returns the one of the components of the force vector exerted in a given node on the structural element
Valid values for dof are in the range 0 to 5 - e.g. 0 = translational x, 3 = rotational x
Valid values for end are in the range 0 to getNumNd()-1
local set to true will return the nodal force in the local coordinate system, otherwise it returns the force in the global coordinate system

◆ getForceAtNode2() [2/2]

virtual DVect sel::ISEL::getForceAtNode2 ( quint32  end,
bool  trans,
bool  local = false 
) const
pure virtual

Returns the force exerted by a given node on the structural element
Valid values for end are in the range 0 to getNumNd()-1
trans should be set to true to obtain the translation vector and false for the rotation vector.
local set to true will return the nodal force in the local coordinate system, otherwise it returns the force in the global coordinate system

◆ getKeyword()

virtual QString sel::ISEL::getKeyword ( ) const
pure virtual

Returns a const pointer to the next ISEL object from the global list of structural elements, Returns the keyword use dto identify the type of SEL element on the command line


The documentation for this class was generated from the following file: