|
OOFEM 3.0
|
#include <hydram.h>
Public Member Functions | |
| HydrationModelStatusInterface () | |
| Constructor. Nulls the hydrationModelStatus pointer. | |
| HydrationModelStatus * | giveHydrationModelStatus () |
| Returns the associated hydration model status. | |
| HydrationModelStatus * | setHydrationModelStatus (std::unique_ptr< MaterialStatus > s) |
| Sets the associated hydration model status. Analogue to gp->setMaterialStatus. | |
| void | updateYourself (TimeStep *tStep) |
| Updates the equilibrium variables to temporary values. | |
| void | printOutputAt (FILE *file, TimeStep *tStep) const |
| Outputs the status variables. | |
| Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. | |
| virtual | ~Interface () |
| virtual const char * | giveClassName () const =0 |
Protected Attributes | |
| std ::unique_ptr< MaterialStatus > | hydrationModelStatus |
| Reference to associated hydration model status. | |
|
inline |
Constructor. Nulls the hydrationModelStatus pointer.
Definition at line 281 of file hydram.h.
Referenced by oofem::HydratingTransportMaterialStatus::giveInterface(), and oofem::HydratingTransportMaterialStatus::HydratingTransportMaterialStatus().
|
inline |
Returns the associated hydration model status.
Definition at line 284 of file hydram.h.
References hydrationModelStatus.
Referenced by oofem::HydrationModel::giveStatus().
| void oofem::HydrationModelStatusInterface::printOutputAt | ( | FILE * | file, |
| TimeStep * | tStep ) const |
Outputs the status variables.
Definition at line 560 of file hydram.C.
References hydrationModelStatus.
|
inline |
Sets the associated hydration model status. Analogue to gp->setMaterialStatus.
Definition at line 286 of file hydram.h.
References hydrationModelStatus.
Referenced by oofem::HydrationModel::giveStatus().
| void oofem::HydrationModelStatusInterface::updateYourself | ( | TimeStep * | tStep | ) |
Updates the equilibrium variables to temporary values.
Definition at line 552 of file hydram.C.
References hydrationModelStatus.
|
protected |
Reference to associated hydration model status.
Definition at line 277 of file hydram.h.
Referenced by giveHydrationModelStatus(), printOutputAt(), setHydrationModelStatus(), and updateYourself().