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

#include <hydram.h>

Inheritance diagram for oofem::HydrationModelStatus:
Collaboration diagram for oofem::HydrationModelStatus:

Public Member Functions

 HydrationModelStatus (GaussPoint *g)
double giveTempHydrationDegree () const
 Returns the temp hydration degree.
double giveHydrationDegree () const
 Returns the non-temp hydration degree. Used for step restart and postprocessing.
void setHydrationDegree (double v)
void setTempHydrationDegree (double v)
void initTempStatus () override
void updateYourself (TimeStep *tStep) override
void printOutputAt (FILE *file, TimeStep *tStep) const override
 Print receiver's output to given stream.
void saveContext (DataStream &stream, ContextMode mode) override
void restoreContext (DataStream &stream, ContextMode mode) override
const char * giveClassName () const override
Public Member Functions inherited from oofem::MaterialStatus
 MaterialStatus (GaussPoint *g)
void printOutputAt (FILE *file, TimeStep *tStep) const override
 Print receiver's output to given stream.
void updateYourself (TimeStep *) override
virtual bool giveMaterialProperty (int propID, double &value)
virtual void setMaterialProperty (int propID, double value)
Public Member Functions inherited from oofem::IntegrationPointStatus
 IntegrationPointStatus (GaussPoint *g)
virtual ~IntegrationPointStatus ()=default
 Destructor.
virtual void setStatusVariable (int varID, double value)
virtual InterfacegiveInterface (InterfaceType t)

Protected Attributes

double hydrationDegree = 0.
double tempHydrationDegree = 0.
Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point.

Detailed Description

This class implements associated Status to HydrationModel. It is attribute of owner material status for each GaussPoint, for which that material is active.

Definition at line 116 of file hydram.h.

Constructor & Destructor Documentation

◆ HydrationModelStatus()

oofem::HydrationModelStatus::HydrationModelStatus ( GaussPoint * g)

Definition at line 38 of file hydram.C.

References oofem::MaterialStatus::MaterialStatus().

Member Function Documentation

◆ giveClassName()

const char * oofem::HydrationModelStatus::giveClassName ( ) const
inlineoverridevirtual

Implements oofem::IntegrationPointStatus.

Definition at line 141 of file hydram.h.

◆ giveHydrationDegree()

double oofem::HydrationModelStatus::giveHydrationDegree ( ) const
inline

Returns the non-temp hydration degree. Used for step restart and postprocessing.

Definition at line 130 of file hydram.h.

References hydrationDegree.

Referenced by oofem::HydrationModel::giveHydrationDegree(), and oofem::HydrationModel::updateInternalState().

◆ giveTempHydrationDegree()

double oofem::HydrationModelStatus::giveTempHydrationDegree ( ) const
inline

Returns the temp hydration degree.

Definition at line 128 of file hydram.h.

References tempHydrationDegree.

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

◆ initTempStatus()

void oofem::HydrationModelStatus::initTempStatus ( )
overridevirtual

Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.

Reimplemented from oofem::MaterialStatus.

Definition at line 47 of file hydram.C.

References hydrationDegree, and tempHydrationDegree.

◆ printOutputAt()

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

Print receiver's output to given stream.

Reimplemented from oofem::IntegrationPointStatus.

Definition at line 41 of file hydram.C.

References hydrationDegree.

◆ restoreContext()

void oofem::HydrationModelStatus::restoreContext ( DataStream & stream,
ContextMode mode )
overridevirtual

Restores the receiver state previously written in stream.

See also
saveContext
Parameters
streamInput stream.
modeDetermines amount of info available in stream (state, definition, ...).
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::IntegrationPointStatus.

Definition at line 81 of file hydram.C.

References oofem::CIO_IOERR, hydrationDegree, oofem::DataStream::read(), tempHydrationDegree, and THROW_CIOERR.

◆ saveContext()

void oofem::HydrationModelStatus::saveContext ( DataStream & stream,
ContextMode mode )
overridevirtual

Stores receiver state to output stream.

Parameters
streamOutput stream.
modeDetermines amount of info required in stream (state, definition, ...).
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::IntegrationPointStatus.

Definition at line 72 of file hydram.C.

References oofem::CIO_IOERR, hydrationDegree, THROW_CIOERR, and oofem::DataStream::write().

◆ setHydrationDegree()

void oofem::HydrationModelStatus::setHydrationDegree ( double v)
inline

Definition at line 131 of file hydram.h.

References hydrationDegree.

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

◆ setTempHydrationDegree()

void oofem::HydrationModelStatus::setTempHydrationDegree ( double v)
inline

Definition at line 132 of file hydram.h.

References tempHydrationDegree.

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

◆ updateYourself()

void oofem::HydrationModelStatus::updateYourself ( TimeStep * )
overridevirtual

Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.

Reimplemented from oofem::IntegrationPointStatus.

Definition at line 64 of file hydram.C.

References hydrationDegree, and tempHydrationDegree.

Member Data Documentation

◆ hydrationDegree

double oofem::HydrationModelStatus::hydrationDegree = 0.
protected

◆ tempHydrationDegree

double oofem::HydrationModelStatus::tempHydrationDegree = 0.
protected

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