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

#include <fluiddynamicmaterial.h>

Inheritance diagram for oofem::FluidDynamicMaterialStatus:
Collaboration diagram for oofem::FluidDynamicMaterialStatus:

Public Member Functions

 FluidDynamicMaterialStatus (GaussPoint *g)
 Constructor - creates new TransportMaterialStatus with number n, belonging to domain d and integration point g.
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 FloatArrayF< 6 > & giveDeviatoricStressVector () const
const FloatArrayF< 6 > & giveDeviatoricStrainRateVector () const
void letDeviatoricStressVectorBe (const FloatArrayF< 6 > &v)
void letDeviatoricStrainRateVectorBe (const FloatArrayF< 6 > &v)
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.
virtual void initTempStatus ()
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

FloatArrayF< 6 > deviatoricStressVector
 Stress vector in reduced form.
FloatArrayF< 6 > deviatoricStrainRateVector
 Strain vector in reduced form.
Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point.

Detailed Description

This class implements a transport material status information. It is an attribute of a Gauss point. This is only an abstract class, for every instance of material class there should be specialized derived class, which handles are history variables. It only adds attributes common to all "transport problem" material models - the state value vectors (both the temporary and equilibrium) containing the state values in associated integration point. The corresponding services for accessing, setting, initializing and updating these attributes are provided.

See also
MaterialStatus General description of material status and its role.

Definition at line 56 of file fluiddynamicmaterial.h.

Constructor & Destructor Documentation

◆ FluidDynamicMaterialStatus()

oofem::FluidDynamicMaterialStatus::FluidDynamicMaterialStatus ( GaussPoint * g)

Member Function Documentation

◆ giveClassName()

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

◆ giveDeviatoricStrainRateVector()

const FloatArrayF< 6 > & oofem::FluidDynamicMaterialStatus::giveDeviatoricStrainRateVector ( ) const
inline

◆ giveDeviatoricStressVector()

const FloatArrayF< 6 > & oofem::FluidDynamicMaterialStatus::giveDeviatoricStressVector ( ) const
inline

◆ letDeviatoricStrainRateVectorBe()

void oofem::FluidDynamicMaterialStatus::letDeviatoricStrainRateVectorBe ( const FloatArrayF< 6 > & v)
inline

◆ letDeviatoricStressVectorBe()

void oofem::FluidDynamicMaterialStatus::letDeviatoricStressVectorBe ( const FloatArrayF< 6 > & v)
inline

◆ printOutputAt()

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

Print receiver's output to given stream.

Reimplemented from oofem::IntegrationPointStatus.

Reimplemented in oofem::TwoFluidMaterialStatus.

Definition at line 123 of file fluiddynamicmaterial.C.

References deviatoricStressVector.

◆ restoreContext()

void oofem::FluidDynamicMaterialStatus::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.

Reimplemented in oofem::TwoFluidMaterialStatus.

Definition at line 174 of file fluiddynamicmaterial.C.

References oofem::CIO_OK, deviatoricStrainRateVector, deviatoricStressVector, and THROW_CIOERR.

◆ saveContext()

void oofem::FluidDynamicMaterialStatus::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.

Reimplemented in oofem::TwoFluidMaterialStatus.

Definition at line 158 of file fluiddynamicmaterial.C.

References oofem::CIO_OK, deviatoricStrainRateVector, deviatoricStressVector, and THROW_CIOERR.

Member Data Documentation

◆ deviatoricStrainRateVector

◆ deviatoricStressVector


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