29 #ifndef INTERNALPARAMSLRIn_H 30 #define INTERNALPARAMSLRIn_H 32 #include "InternalParamsLR.h" 46 InternalParamsLRIn(
const double &V= 0.0,
const double &r= 0.0,
const double &t= 0.0,
const double &yl= 0.0,
const double &yr= 0.0,
const double &pl= 0.0,
const double &pr= 0.0);
47 inline const double &yleftIn(
void) const
49 inline double &yleftIn(
void)
51 inline const double &yrightIn(
void) const
53 inline double &yrightIn(
void)
55 inline const double &zleftIn(
void) const
57 inline double &zleftIn(
void)
59 inline const double &zrightIn(
void) const
61 inline double &zrightIn(
void)
63 inline const double &PleftIn(
void) const
65 inline double &PleftIn(
void)
67 inline const double &PrightIn(
void) const
69 inline double &PrightIn(
void)
71 inline const double &QleftIn(
void) const
73 inline double &QleftIn(
void)
75 inline const double &QrightIn(
void) const
77 inline double &QrightIn(
void)
Internal parameters for a p-y material.
Definition: InternalParamsLR.h:39
double RLeft
p at start of current plastic loading cycle - left side
Definition: InternalParamsLRIn.h:41
InternalParamsLRIn(const double &V=0.0, const double &r=0.0, const double &t=0.0, const double &yl=0.0, const double &yr=0.0, const double &pl=0.0, const double &pr=0.0)
Constructor with data.
Definition: InternalParamsLRIn.cc:32
double RRight
p at start of current plastic loading cycle - right side
Definition: InternalParamsLRIn.h:42
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: InternalParamsLRIn.cc:52
Internal parameters for the NearField rigid-plastic component.
Definition: InternalParamsLRIn.h:38
double vRight
right reference point
Definition: InternalParamsLR.h:43
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: InternalParamsLRIn.cc:36
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: InternalParamsLRIn.cc:44
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: InternalParamsLRIn.cc:66
double vLeft
left reference point
Definition: InternalParamsLR.h:42