xc
Protected Member Functions | Protected Attributes | List of all members

HHTRayleighBase is a base for the classes performing a transient analysis using the Hilber-Hughes-Taylor integration scheme. More...

#include <HHTRayleighBase.h>

Inheritance diagram for XC::HHTRayleighBase:
Inheritance graph
[legend]
Collaboration diagram for XC::HHTRayleighBase:
Collaboration graph
[legend]

Protected Member Functions

int sendData (Communicator &)
 Send object members through the communicator argument.
 
int recvData (const Communicator &)
 Receives object members through the communicator argument.
 
 HHTRayleighBase (SolutionStrategy *, int classTag)
 Constructor. More...
 
 HHTRayleighBase (SolutionStrategy *, int classTag, double alpha)
 Constructor. More...
 
 HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, const RayleighDampingFactors &rF)
 Constructor. More...
 
 HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma)
 Constructor. More...
 
 HHTRayleighBase (SolutionStrategy *, int classTag, double alpha, double gamma, const RayleighDampingFactors &rF)
 Constructor. More...
 
- Protected Member Functions inherited from XC::RayleighBase
int sendData (Communicator &)
 Send object members through the communicator argument.
 
int recvData (const Communicator &)
 Receives object members through the communicator argument.
 
 RayleighBase (SolutionStrategy *, int classTag)
 Constructor. More...
 
 RayleighBase (SolutionStrategy *, int classTag, const RayleighDampingFactors &)
 Constructor. More...
 
- Protected Member Functions inherited from XC::DampingFactorsIntegrator
void setRayleighDampingFactors (void)
 
int sendData (Communicator &)
 Send object members through the communicator argument.
 
int recvData (const Communicator &)
 Receives object members through the communicator argument.
 
 DampingFactorsIntegrator (SolutionStrategy *, int classTag)
 Constructor. More...
 
 DampingFactorsIntegrator (SolutionStrategy *, int classTag, const RayleighDampingFactors &rF)
 Constructor. More...
 

Protected Attributes

double alpha
 should be between 0.67 and 1.0 (alpha factor corresponds to Newmark method. More...
 
double gamma
 factor.
 
double c2
 
double c3
 
ResponseQuantities Ut
 response quantities at time t
 
ResponseQuantities U
 response quantities at time t + delta t
 
ResponseQuantities Ualpha
 response quantities at time t+alpha delta t
 
- Protected Attributes inherited from XC::RayleighBase
double deltaT
 
- Protected Attributes inherited from XC::DampingFactorsIntegrator
RayleighDampingFactors rayFactors
 Rayleigh damping factors.
 

Additional Inherited Members

- Public Member Functions inherited from XC::DampingFactorsIntegrator
void Print (std::ostream &s, int flag=0) const
 

Detailed Description

HHTRayleighBase is a base for the classes performing a transient analysis using the Hilber-Hughes-Taylor integration scheme.

Constructor & Destructor Documentation

◆ HHTRayleighBase() [1/5]

XC::HHTRayleighBase::HHTRayleighBase ( SolutionStrategy owr,
int  classTag 
)
protected

Constructor.

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.

◆ HHTRayleighBase() [2/5]

XC::HHTRayleighBase::HHTRayleighBase ( SolutionStrategy owr,
int  classTag,
double  _alpha 
)
protected

Constructor.

Sets \(\alpha\) to alpha and \(\gamma\) to \((1.5 - \alpha)\).

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.
_alphavalue for the alpha parameter.

◆ HHTRayleighBase() [3/5]

XC::HHTRayleighBase::HHTRayleighBase ( SolutionStrategy owr,
int  classTag,
double  _alpha,
const RayleighDampingFactors rF 
)
protected

Constructor.

Sets \(\alpha\) to alpha and \(\gamma\) to \((1.5 - \alpha)\).

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.
_alphavalue for the alpha parameter.
rFvalue of the Rayleigh damping factors.

◆ HHTRayleighBase() [4/5]

XC::HHTRayleighBase::HHTRayleighBase ( SolutionStrategy owr,
int  classTag,
double  _alpha,
double  _gamma 
)
protected

Constructor.

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.
_alphavalue for the alpha parameter.
_gammavalue for the gamma parameter.

◆ HHTRayleighBase() [5/5]

XC::HHTRayleighBase::HHTRayleighBase ( SolutionStrategy owr,
int  classTag,
double  _alpha,
double  _gamma,
const RayleighDampingFactors rF 
)
protected

Constructor.

Parameters
owranalysis aggregation that will own this object.
classTagclass identifier.
_alphavalue for the alpha parameter.
_gammavalue for the gamma parameter.
rFvalue of the Rayleigh damping factors.

Member Data Documentation

◆ alpha

double XC::HHTRayleighBase::alpha
protected

should be between 0.67 and 1.0 (alpha factor corresponds to Newmark method.


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