Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
itascaxd::IBodyThermal Class Referenceabstract

Public Member Functions

virtual const IBodygetIBody () const =0
 Return the IBody pointer.
 
virtual IBodygetIBody ()=0
 Return the IBody pointer.
 
virtual IBodygetBodyMech ()=0
 Return the IBody pointer of the mechanical body.
 
virtual const IBodygetBodyMech () const =0
 Return the IBody pointer of the mechanical body.
 
virtual QVariant getPieceProperty (const QString &name, const IPiece *p=0) const =0
 Return the property of the piece.
 
virtual double getTemperature () const =0
 Return the temperature.

 
virtual double getSpecificHeat () const =0
 Return the specific heat at constant volume.

 
virtual double getExpCoef () const =0
 Return the coefficient of linear expansion.

 
virtual double getAppliedPower () const =0
 Return the applied power.

 
virtual bool getFix () const =0
 Return the temperature fixity flag.

 
virtual QString getFixLabel () const =0
 Return the fixity label.
 
virtual double getTempInc () const =0
 Return the temperature increment during last thermal step.

 
virtual double getPower () const =0
 Return the out-of-balance power after last thermal step.

 
virtual bool setPieceProperty (const QString &name, const QVariant &v, IPiece *p=0)=0
 Set the property name.
 
virtual void setTemperature (const double &d)=0
 Set the temperature.

 
virtual void setSpecificHeat (const double &d)=0
 Set the specific heat at constant volume.

 
virtual void setExpCoef (const double &d)=0
 Set the coefficient of linear expansion.

 
virtual void setAppliedPower (const double &d)=0
 Set the applied power.

 
virtual void setFix (bool b)=0
 Set the temperature fixity flag.

 
virtual void setTempInc (const double &d)=0
 Set the temperature increment.

 
virtual void setPower (const double &d)=0
 Set the out-of-balance power.

 

Static Public Attributes

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

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