|
|
| MC10CreepSteps (void) |
| | Constructor.
|
| |
|
double | getLastPhiB (void) const |
| |
|
double | getLastPhiD (void) const |
| |
|
template<class CreepConcrete > |
| double | computeBasicPhi (const CreepConcrete &concrete, const double &Ec, const double &time) |
| |
|
template<class CreepConcrete > |
| double | computeDryingPhi (const CreepConcrete &concrete, const double &Ec, const double &time) |
| |
|
int | revertToStart (void) |
| |
|
| CreepSteps (void) |
| | Constructor.
|
| |
|
const int & | getCount (void) const |
| |
|
const int & | next (void) |
| |
|
const float & | getLastTime (void) const |
| |
|
void | initTime (const float &time) |
| |
|
void | setCreepDt (void) |
| |
| void | assignNextStep (const CreepConcreteHistoryVars &hstv, const CreepConcreteHistoryVars &hstvP, const double &Ec, const double &eps_m, const double ¤tTime) |
| | Assign the values of the next step and resize the vectors if needed. More...
|
| |
|
|
std::size_t | resize (void) |
| | Resize the vectors that store the creep history.
|
| |
|
|
std::vector< float > | PHIB_i |
| | split into basic and drying creep (ntosic)
|
| |
|
std::vector< float > | PHID_i |
| | split into basic and drying creep (ntosic)
|
| |
|
int | count |
| |
|
std::vector< float > | E_i |
| |
|
std::vector< float > | DSIG_i |
| |
|
std::vector< float > | TIME_i |
| |
|
std::vector< float > | DTIME_i |
| |
|
|
static void | setCreepOn (void) |
| |
|
static void | setCreepOff (void) |
| |
|
static bool | isCreepOn (void) |
| |
|
static void | setCreepDt (const double &) |
| |
|
static double | getCreepDt (void) |
| |
|
static int | creepControl = 0 |
| | Controls creep calculation (see setTrialStrain).
|
| |
|
static double | creepDt = 0.0 |
| |
The documentation for this class was generated from the following files:
- src/material/uniaxial/concrete/MC10CreepSteps.h
- src/material/uniaxial/concrete/MC10CreepSteps.cc