|
|
| 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...
|
| |
|
|
static void | setCreepOn (void) |
| |
|
static void | setCreepOff (void) |
| |
|
static bool | isCreepOn (void) |
| |
|
static void | setCreepDt (const double &) |
| |
|
static double | getCreepDt (void) |
| |
|
|
virtual std::size_t | resize (void) |
| | Resize the vectors that store the creep history.
|
| |
|
|
int | count |
| |
|
std::vector< float > | E_i |
| |
|
std::vector< float > | DSIG_i |
| |
|
std::vector< float > | TIME_i |
| |
|
std::vector< float > | DTIME_i |
| |
|
|
static int | creepControl = 0 |
| | Controls creep calculation (see setTrialStrain).
|
| |
|
static double | creepDt = 0.0 |
| |
◆ assignNextStep()
Assign the values of the next step and resize the vectors if needed.
- Parameters
-
| hstvP | Concrete history variables last committed step. |
| Ec | concrete stiffness. |
| eps_m | concrete mechanical strain. |
The documentation for this class was generated from the following files:
- src/material/uniaxial/concrete/CreepSteps.h
- src/material/uniaxial/concrete/CreepSteps.cc