29 #ifndef INTERNALPARAMSLR_H 30 #define INTERNALPARAMSLR_H 32 #include "InternalParamsA.h" 47 InternalParamsLR(
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);
48 inline const double &yleft(
void) const
50 inline double &yleft(
void)
52 inline const double &yright(
void) const
54 inline double &yright(
void)
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: InternalParamsLR.cc:52
InternalParamsLR(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)
Constructor with data.
Definition: InternalParamsLR.cc:32
Internal parameters for a p-y material.
Definition: InternalParamsLR.h:39
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: InternalParamsLR.cc:66
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: InternalParamsLR.cc:44
double vRight
right reference point
Definition: InternalParamsLR.h:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: InternalParamsLR.cc:36
Communication parameters between processes.
Definition: CommParameters.h:65
Internal parameters for the Gap (Drag + Closure).
Definition: InternalParamsA.h:38
double vLeft
left reference point
Definition: InternalParamsLR.h:42