OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::BinghamFluidMaterial2Status Class Reference

Class representing material status for Bingham material. More...

#include <binghamfluid2.h>

+ Inheritance diagram for oofem::BinghamFluidMaterial2Status:
+ Collaboration diagram for oofem::BinghamFluidMaterial2Status:

Public Member Functions

 BinghamFluidMaterial2Status (int n, Domain *d, GaussPoint *g)
 Constructor - creates new BinghamFluidMaterial2Status with number n, belonging to domain d and IntegrationPoint g. More...
 
virtual ~BinghamFluidMaterial2Status ()
 Destructor. More...
 
virtual void printOutputAt (FILE *file, TimeStep *tStep)
 Print receiver's output to given stream. More...
 
virtual void initTempStatus ()
 Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables. More...
 
virtual void updateYourself (TimeStep *tStep)
 Update equilibrium history variables according to temp-variables. More...
 
virtual contextIOResultType saveContext (DataStream &stream, ContextMode mode, void *obj=NULL)
 Stores receiver state to output stream. More...
 
virtual contextIOResultType restoreContext (DataStream &stream, ContextMode mode, void *obj=NULL)
 Restores the receiver state previously written in stream. More...
 
double giveTempDevStressMagnitude () const
 
double giveTempDevStrainMagnitude () const
 
double giveDevStressMagnitude () const
 
double giveDevStrainMagnitude () const
 
void letTempDevStrainMagnitudeBe (double _val)
 
void letTempDevStressMagnitudeBe (double _val)
 
const FloatArraygiveTempDeviatoricStrainVector ()
 
void letTempDeviatoricStrainVectorBe (FloatArray v)
 
virtual const char * giveClassName () const
 
- Public Member Functions inherited from oofem::FluidDynamicMaterialStatus
 FluidDynamicMaterialStatus (int n, Domain *d, GaussPoint *g)
 Constructor - creates new TransportMaterialStatus with number n, belonging to domain d and integration point g. More...
 
virtual ~FluidDynamicMaterialStatus ()
 Destructor. More...
 
const FloatArraygiveDeviatoricStressVector ()
 Gives the deviatoric stress. More...
 
const FloatArraygiveDeviatoricStrainRateVector ()
 
void letDeviatoricStressVectorBe (FloatArray v)
 Sets the deviatoric stress. More...
 
void letDeviatoricStrainRateVectorBe (FloatArray v)
 
- Public Member Functions inherited from oofem::MaterialStatus
 MaterialStatus (int n, Domain *d, GaussPoint *g)
 Constructor. More...
 
virtual ~MaterialStatus ()
 Destructor. More...
 
virtual bool giveMaterialProperty (int propID, double &value)
 Returns the value of material model property stored in receiving status. More...
 
virtual void setMaterialProperty (int propID, double value)
 Allows to set the value of material model property to be stored in receiving status. More...
 
virtual void setStatusVariable (int varID, double value)
 Allows to set the value of a specific variable, identified by varID. More...
 
virtual void restoreConsistency ()
 Restores consistency of the status, i.e., computes or corrects the values of certain status variables such that the state is admissible. More...
 
virtual IRResultType initializeFrom (InputRecord *ir)
 Initializes receiver according to object description stored in input record. More...
 
- Public Member Functions inherited from oofem::IntegrationPointStatus
 IntegrationPointStatus (int n, Domain *d, GaussPoint *g)
 Constructor. More...
 
virtual ~IntegrationPointStatus ()
 Destructor. More...
 
virtual const char * giveInputRecordName () const
 
- Public Member Functions inherited from oofem::FEMComponent
 FEMComponent (int n, Domain *d)
 Regular constructor, creates component with given number and belonging to given domain. More...
 
virtual ~FEMComponent ()
 Virtual destructor. More...
 
DomaingiveDomain () const
 
virtual void setDomain (Domain *d)
 Sets associated Domain. More...
 
int giveNumber () const
 
void setNumber (int num)
 Sets number of receiver. More...
 
virtual void updateLocalNumbering (EntityRenumberingFunctor &f)
 Local renumbering support. More...
 
virtual void giveInputRecord (DynamicInputRecord &input)
 Setups the input record string of receiver. More...
 
virtual int checkConsistency ()
 Allows programmer to test some internal data, before computation begins. More...
 
virtual void printYourself ()
 Prints receiver state on stdout. Useful for debugging. More...
 
virtual InterfacegiveInterface (InterfaceType t)
 Interface requesting service. More...
 
std::string errorInfo (const char *func) const
 Returns string for prepending output (used by error reporting macros). More...
 

Protected Attributes

double devStrainMagnitude
 Magnitude of deviatoric strains. More...
 
double temp_devStrainMagnitude
 
double devStressMagnitude
 Magnitude of deviatoric stresses. More...
 
double temp_devStressMagnitude
 
FloatArray temp_deviatoricStrainVector
 Deviatoric stresses and strains (reduced form). More...
 
- Protected Attributes inherited from oofem::FluidDynamicMaterialStatus
FloatArray deviatoricStressVector
 Stress vector in reduced form. More...
 
FloatArray deviatoricStrainRateVector
 Strain vector in reduced form. More...
 
- Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point. More...
 
- Protected Attributes inherited from oofem::FEMComponent
int number
 Component number. More...
 
Domaindomain
 Link to domain object, useful for communicating with other FEM components. More...
 

Detailed Description

Class representing material status for Bingham material.

Definition at line 61 of file binghamfluid2.h.

Constructor & Destructor Documentation

virtual oofem::BinghamFluidMaterial2Status::~BinghamFluidMaterial2Status ( )
inlinevirtual

Destructor.

Definition at line 75 of file binghamfluid2.h.

References initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().

Member Function Documentation

virtual const char* oofem::BinghamFluidMaterial2Status::giveClassName ( ) const
inlinevirtual
Returns
Class name of the receiver.

Reimplemented from oofem::IntegrationPointStatus.

Definition at line 96 of file binghamfluid2.h.

double oofem::BinghamFluidMaterial2Status::giveDevStrainMagnitude ( ) const
inline

Definition at line 88 of file binghamfluid2.h.

References devStrainMagnitude.

double oofem::BinghamFluidMaterial2Status::giveDevStressMagnitude ( ) const
inline

Definition at line 87 of file binghamfluid2.h.

References devStressMagnitude.

const FloatArray& oofem::BinghamFluidMaterial2Status::giveTempDeviatoricStrainVector ( )
inline
double oofem::BinghamFluidMaterial2Status::giveTempDevStrainMagnitude ( ) const
inline
double oofem::BinghamFluidMaterial2Status::giveTempDevStressMagnitude ( ) const
inline

Definition at line 85 of file binghamfluid2.h.

References temp_devStressMagnitude.

void oofem::BinghamFluidMaterial2Status::initTempStatus ( )
virtual

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

Reimplemented from oofem::FluidDynamicMaterialStatus.

Definition at line 600 of file binghamfluid2.C.

References oofem::FluidDynamicMaterialStatus::deviatoricStrainRateVector, devStrainMagnitude, devStressMagnitude, oofem::FluidDynamicMaterialStatus::initTempStatus(), temp_deviatoricStrainVector, temp_devStrainMagnitude, and temp_devStressMagnitude.

Referenced by ~BinghamFluidMaterial2Status().

void oofem::BinghamFluidMaterial2Status::letTempDeviatoricStrainVectorBe ( FloatArray  v)
inline
void oofem::BinghamFluidMaterial2Status::letTempDevStrainMagnitudeBe ( double  _val)
inline
void oofem::BinghamFluidMaterial2Status::letTempDevStressMagnitudeBe ( double  _val)
inline
void oofem::BinghamFluidMaterial2Status::printOutputAt ( FILE *  file,
TimeStep tStep 
)
virtual
contextIOResultType oofem::BinghamFluidMaterial2Status::restoreContext ( DataStream stream,
ContextMode  mode,
void *  obj = NULL 
)
virtual

Restores the receiver state previously written in stream.

See also
saveContext
Parameters
streamInput stream.
modeDetermines amount of info available in stream (state, definition, ...).
objSpecial parameter for sending extra information.
Returns
contextIOResultType.
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::FluidDynamicMaterialStatus.

Definition at line 639 of file binghamfluid2.C.

References oofem::BinghamFluidMaterial2::__debug(), oofem::FloatArray::add(), oofem::CIO_IOERR, oofem::CIO_OK, devStrainMagnitude, devStressMagnitude, giveTempDeviatoricStrainVector(), oofem::IntegrationPointStatus::gp, oofem::DataStream::read(), oofem::FluidDynamicMaterialStatus::restoreContext(), and THROW_CIOERR.

Referenced by ~BinghamFluidMaterial2Status().

contextIOResultType oofem::BinghamFluidMaterial2Status::saveContext ( DataStream stream,
ContextMode  mode,
void *  obj = NULL 
)
virtual

Stores receiver state to output stream.

Parameters
streamOutput stream.
modeDetermines amount of info required in stream (state, definition, ...).
objSpecial parameter, used only to send particular integration point to material class version of this method.
Returns
contextIOResultType.
Exceptions
throwsan ContextIOERR exception if error encountered.

Reimplemented from oofem::FluidDynamicMaterialStatus.

Definition at line 614 of file binghamfluid2.C.

References oofem::CIO_IOERR, oofem::CIO_OK, devStrainMagnitude, devStressMagnitude, oofem::FluidDynamicMaterialStatus::saveContext(), THROW_CIOERR, and oofem::DataStream::write().

Referenced by ~BinghamFluidMaterial2Status().

void oofem::BinghamFluidMaterial2Status::updateYourself ( TimeStep )
virtual

Update equilibrium history variables according to temp-variables.

Invoked, after new equilibrium state has been reached.

Reimplemented from oofem::MaterialStatus.

Definition at line 588 of file binghamfluid2.C.

References oofem::FluidDynamicMaterialStatus::deviatoricStrainRateVector, devStrainMagnitude, devStressMagnitude, temp_deviatoricStrainVector, temp_devStrainMagnitude, temp_devStressMagnitude, and oofem::MaterialStatus::updateYourself().

Referenced by ~BinghamFluidMaterial2Status().

Member Data Documentation

double oofem::BinghamFluidMaterial2Status::devStrainMagnitude
protected
double oofem::BinghamFluidMaterial2Status::devStressMagnitude
protected
FloatArray oofem::BinghamFluidMaterial2Status::temp_deviatoricStrainVector
protected

Deviatoric stresses and strains (reduced form).

Definition at line 69 of file binghamfluid2.h.

Referenced by BinghamFluidMaterial2Status(), giveTempDeviatoricStrainVector(), initTempStatus(), and updateYourself().

double oofem::BinghamFluidMaterial2Status::temp_devStrainMagnitude
protected
double oofem::BinghamFluidMaterial2Status::temp_devStressMagnitude
protected

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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:33 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011