29 #ifndef INTERNALPARAMSIN_H 30 #define INTERNALPARAMSIN_H 32 #include <material/uniaxial/PY/InternalParamsA.h> 46 InternalParamsIn(
const double &V= 0.0,
const double &r= 0.0,
const double &t= 0.0,
const double &Vin= 0.0,
const double &rin= 0.0);
47 inline const double &yin(
void) const
49 inline double &yin(
void)
51 inline double &zin(
void)
53 inline const double &zin(
void) const
55 inline const double &Pin(
void) const
57 inline double &Pin(
void)
59 inline const double &Qin(
void) const
61 inline double &Qin(
void)
63 inline const double &Tin(
void) const
65 inline double &Tin(
void)
67 void revertToStart(
const double &tg);
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: InternalParamsIn.cc:73
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: InternalParamsIn.cc:59
double vin
v (y or z) at start of current plastic loading cycle
Definition: InternalParamsIn.h:42
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: InternalParamsIn.cc:51
InternalParamsIn(const double &V=0.0, const double &r=0.0, const double &t=0.0, const double &Vin=0.0, const double &rin=0.0)
Constructor with data.
Definition: InternalParamsIn.cc:32
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: InternalParamsIn.cc:43
double Rin
R at start of current plastic loading cycle.
Definition: InternalParamsIn.h:41
Internal parameters for a p-y material.
Definition: InternalParamsA.h:38
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Internal parameters for a p-y material.
Definition: InternalParamsIn.h:38