OOFEM 3.0
Loading...
Searching...
No Matches
oofem::HydrationModelStatusInterface Class Reference

#include <hydram.h>

Inheritance diagram for oofem::HydrationModelStatusInterface:
Collaboration diagram for oofem::HydrationModelStatusInterface:

Public Member Functions

 HydrationModelStatusInterface ()
 Constructor. Nulls the hydrationModelStatus pointer.
HydrationModelStatusgiveHydrationModelStatus ()
 Returns the associated hydration model status.
HydrationModelStatussetHydrationModelStatus (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< MaterialStatushydrationModelStatus
 Reference to associated hydration model status.

Detailed Description

Definition at line 273 of file hydram.h.

Constructor & Destructor Documentation

◆ HydrationModelStatusInterface()

oofem::HydrationModelStatusInterface::HydrationModelStatusInterface ( )
inline

Constructor. Nulls the hydrationModelStatus pointer.

Definition at line 281 of file hydram.h.

Referenced by oofem::HydratingTransportMaterialStatus::giveInterface(), and oofem::HydratingTransportMaterialStatus::HydratingTransportMaterialStatus().

Member Function Documentation

◆ giveHydrationModelStatus()

HydrationModelStatus * oofem::HydrationModelStatusInterface::giveHydrationModelStatus ( )
inline

Returns the associated hydration model status.

Definition at line 284 of file hydram.h.

References hydrationModelStatus.

Referenced by oofem::HydrationModel::giveStatus().

◆ printOutputAt()

void oofem::HydrationModelStatusInterface::printOutputAt ( FILE * file,
TimeStep * tStep ) const

Outputs the status variables.

Definition at line 560 of file hydram.C.

References hydrationModelStatus.

◆ setHydrationModelStatus()

HydrationModelStatus * oofem::HydrationModelStatusInterface::setHydrationModelStatus ( std::unique_ptr< MaterialStatus > s)
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().

◆ updateYourself()

void oofem::HydrationModelStatusInterface::updateYourself ( TimeStep * tStep)

Updates the equilibrium variables to temporary values.

Definition at line 552 of file hydram.C.

References hydrationModelStatus.

Member Data Documentation

◆ hydrationModelStatus

std :: unique_ptr< MaterialStatus > oofem::HydrationModelStatusInterface::hydrationModelStatus
protected

Reference to associated hydration model status.

Definition at line 277 of file hydram.h.

Referenced by giveHydrationModelStatus(), printOutputAt(), setHydrationModelStatus(), and updateYourself().


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011