30 #ifndef INTERNALPARAMSIN_H 31 #define INTERNALPARAMSIN_H 33 #include "InternalParamsA.h" 47 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);
48 inline const double &yin(
void)
const 50 inline double &yin(
void)
52 inline double &zin(
void)
54 inline const double &zin(
void)
const 56 inline const double &Pin(
void)
const 58 inline double &Pin(
void)
60 inline const double &Qin(
void)
const 62 inline double &Qin(
void)
64 inline const double &Tin(
void)
const 66 inline double &Tin(
void)
68 void revertToStart(
const double &tg);
Communication parameters between processes.
Definition: Communicator.h:66
Internal parameters for a p-y material.
Definition: InternalParamsIn.h:39
double Rin
R at start of current plastic loading cycle.
Definition: InternalParamsIn.h:42
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: InternalParamsIn.cc:43
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: InternalParamsIn.cc:73
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
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
double vin
v (y or z) at start of current plastic loading cycle
Definition: InternalParamsIn.h:43
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: InternalParamsIn.cc:51
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: InternalParamsIn.cc:59
Internal parameters for the Gap (Drag + Closure).
Definition: InternalParamsA.h:39