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

#include <trabboneembed.h>

Inheritance diagram for oofem::TrabBoneEmbedStatus:
Collaboration diagram for oofem::TrabBoneEmbedStatus:

Public Member Functions

 TrabBoneEmbedStatus (GaussPoint *g)
void printOutputAt (FILE *file, TimeStep *tStep) const override
 Print receiver's output to given stream.
double giveTempTSED () const
void setTempDam (double da)
void setTempTSED (double tse)
void setTempAlpha (double al)
void setTempPlasDef (const FloatArrayF< 6 > &epsip)
const FloatArrayF< 6 > & givePlasDef () const
const char * giveClassName () const override
void initTempStatus () override
void updateYourself (TimeStep *tStep) override
void saveContext (DataStream &stream, ContextMode mode) override
void restoreContext (DataStream &stream, ContextMode mode) override
Public Member Functions inherited from oofem::StructuralMaterialStatus
 StructuralMaterialStatus (GaussPoint *g)
 Constructor. Creates new StructuralMaterialStatus with IntegrationPoint g.
const FloatArraygiveStrainVector () const
 Returns the const pointer to receiver's strain vector.
const FloatArraygiveStressVector () const
 Returns the const pointer to receiver's stress vector.
const FloatArraygivePVector () const
 Returns the const pointer to receiver's first Piola-Kirchhoff stress vector.
const FloatArraygiveCVector () const
 Returns the const pointer to receiver's Cauchy stress vector.
const FloatArraygiveFVector () const
 Returns the const pointer to receiver's deformation gradient vector.
const FloatArraygiveTempStrainVector () const
 Returns the const pointer to receiver's temporary strain vector.
const FloatArraygiveTempStressVector () const
 Returns the const pointer to receiver's temporary stress vector.
const FloatArraygiveTempPVector () const
 Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector.
const FloatArraygiveTempCVector () const
 Returns the const pointer to receiver's temporary Cauchy stress vector.
const FloatArraygiveTempFVector () const
 Returns the const pointer to receiver's temporary deformation gradient vector.
void letStrainVectorBe (const FloatArray &v)
 Assigns strain vector to given vector v.
void letStressVectorBe (const FloatArray &v)
 Assigns stressVector to given vector v.
void letPVectorBe (const FloatArray &v)
 Assigns PVector to given vector v.
void letCVectorBe (const FloatArray &v)
 Assigns CVector to given vector v.
void letFVectorBe (const FloatArray &v)
 Assigns FVector to given vector v.
void letTempStressVectorBe (const FloatArray &v)
 Assigns tempStressVector to given vector v.
void letTempStrainVectorBe (const FloatArray &v)
 Assigns tempStrainVector to given vector v.
void letTempPVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v.
void letTempCVectorBe (const FloatArray &v)
 Assigns tempPVector to given vector v.
void letTempFVectorBe (const FloatArray &v)
 Assigns tempFVector to given vector v.
void copyStateVariables (const MaterialStatus &iStatus) override
 Functions for MaterialStatusMapperInterface.
void addStateVariables (const MaterialStatus &iStatus) override
Public Member Functions inherited from oofem::MaterialStatus
 MaterialStatus (GaussPoint *g)
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)
Public Member Functions inherited from oofem::MaterialStatusMapperInterface
 MaterialStatusMapperInterface ()
virtual ~MaterialStatusMapperInterface ()
virtual int MSMI_map (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
virtual int MSMI_map_cz (const GaussPoint &iGP, const Domain &iOldDom, Set &sourceSet, const TimeStep &iTStep, MaterialStatus &oStatus)
virtual int MSMI_update (const GaussPoint &iGP, const TimeStep &iTStep)
virtual int MSMI_finish (const TimeStep &iTStep)

Protected Attributes

double tempAlpha = 0.
double alpha = 0.
double tempDam = 0.
double dam = 0.
double tempPSED = 0.
double psed = 0.
double tempTSED = 0.
double tsed = 0.
FloatMatrixF< 6, 6 > smtrx
FloatMatrixF< 6, 6 > matConstD
FloatArrayF< 6 > densStress
FloatArrayF< 6 > tempPlasDef
FloatArrayF< 6 > plasDef
FloatArrayF< 6 > tempIncPlasDef
Protected Attributes inherited from oofem::StructuralMaterialStatus
FloatArray strainVector
 Equilibrated strain vector in reduced form.
FloatArray stressVector
 Equilibrated stress vector in reduced form.
FloatArray tempStressVector
 Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis).
FloatArray tempStrainVector
 Temporary strain vector in reduced form (to find balanced state).
FloatArray PVector
 Equilibrated first Piola-Kirchhoff stress vector.
FloatArray tempPVector
 Temporary first Piola-Kirchhoff stress vector (to find balanced state).
FloatArray CVector
 Equilibrated Cauchy stress vector.
FloatArray tempCVector
 Temporary Cauchy stress vector (to find balanced state).
FloatArray FVector
 Equilibrated deformation gradient in reduced form.
FloatArray tempFVector
 Temporary deformation gradient in reduced form (to find balanced state).
Protected Attributes inherited from oofem::IntegrationPointStatus
GaussPointgp
 Associated integration point.
Protected Attributes inherited from oofem::MaterialStatusMapperInterface
std::unique_ptr< MaterialMappingAlgorithmmpMaterialMapper

Detailed Description

This class implements associated Material Status to TrabBoneEmbed.

Definition at line 60 of file trabboneembed.h.

Constructor & Destructor Documentation

◆ TrabBoneEmbedStatus()

oofem::TrabBoneEmbedStatus::TrabBoneEmbedStatus ( GaussPoint * g)

Member Function Documentation

◆ giveClassName()

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

Reimplemented from oofem::StructuralMaterialStatus.

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 84 of file trabboneembed.h.

◆ givePlasDef()

const FloatArrayF< 6 > & oofem::TrabBoneEmbedStatus::givePlasDef ( ) const
inline

Definition at line 82 of file trabboneembed.h.

References plasDef.

◆ giveTempTSED()

double oofem::TrabBoneEmbedStatus::giveTempTSED ( ) const
inline

Definition at line 76 of file trabboneembed.h.

References tempTSED.

◆ initTempStatus()

void oofem::TrabBoneEmbedStatus::initTempStatus ( )
overridevirtual

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

Reimplemented from oofem::StructuralMaterialStatus.

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 210 of file trabboneembed.C.

References alpha, dam, plasDef, tempAlpha, tempDam, tempPlasDef, tempTSED, and tsed.

◆ printOutputAt()

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

Print receiver's output to given stream.

Reimplemented from oofem::StructuralMaterialStatus.

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 199 of file trabboneembed.C.

References tempPlasDef, and tempTSED.

◆ restoreContext()

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

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 244 of file trabboneembed.C.

◆ saveContext()

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

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 232 of file trabboneembed.C.

◆ setTempAlpha()

void oofem::TrabBoneEmbedStatus::setTempAlpha ( double al)
inline

Definition at line 79 of file trabboneembed.h.

References tempAlpha.

◆ setTempDam()

void oofem::TrabBoneEmbedStatus::setTempDam ( double da)
inline

Definition at line 77 of file trabboneembed.h.

References tempDam.

◆ setTempPlasDef()

void oofem::TrabBoneEmbedStatus::setTempPlasDef ( const FloatArrayF< 6 > & epsip)
inline

Definition at line 80 of file trabboneembed.h.

References tempPlasDef.

Referenced by oofem::TrabBoneEmbed::performPlasticityReturn().

◆ setTempTSED()

void oofem::TrabBoneEmbedStatus::setTempTSED ( double tse)
inline

Definition at line 78 of file trabboneembed.h.

References tempTSED.

◆ updateYourself()

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

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

Reimplemented from oofem::StructuralMaterialStatus.

Reimplemented in oofem::TrabBoneNLEmbedStatus.

Definition at line 221 of file trabboneembed.C.

References alpha, dam, plasDef, tempAlpha, tempDam, tempPlasDef, tempTSED, and tsed.

Member Data Documentation

◆ alpha

double oofem::TrabBoneEmbedStatus::alpha = 0.
protected

◆ dam

double oofem::TrabBoneEmbedStatus::dam = 0.
protected

◆ densStress

FloatArrayF<6> oofem::TrabBoneEmbedStatus::densStress
protected

Definition at line 69 of file trabboneembed.h.

◆ matConstD

FloatMatrixF<6,6> oofem::TrabBoneEmbedStatus::matConstD
protected

Definition at line 68 of file trabboneembed.h.

◆ plasDef

FloatArrayF<6> oofem::TrabBoneEmbedStatus::plasDef
protected

◆ psed

double oofem::TrabBoneEmbedStatus::psed = 0.
protected

Definition at line 65 of file trabboneembed.h.

◆ smtrx

FloatMatrixF<6,6> oofem::TrabBoneEmbedStatus::smtrx
protected

Definition at line 68 of file trabboneembed.h.

◆ tempAlpha

double oofem::TrabBoneEmbedStatus::tempAlpha = 0.
protected

Definition at line 63 of file trabboneembed.h.

Referenced by initTempStatus(), setTempAlpha(), and updateYourself().

◆ tempDam

double oofem::TrabBoneEmbedStatus::tempDam = 0.
protected

Definition at line 64 of file trabboneembed.h.

Referenced by initTempStatus(), setTempDam(), and updateYourself().

◆ tempIncPlasDef

FloatArrayF<6> oofem::TrabBoneEmbedStatus::tempIncPlasDef
protected

Definition at line 69 of file trabboneembed.h.

◆ tempPlasDef

FloatArrayF<6> oofem::TrabBoneEmbedStatus::tempPlasDef
protected

Definition at line 69 of file trabboneembed.h.

Referenced by initTempStatus(), printOutputAt(), setTempPlasDef(), and updateYourself().

◆ tempPSED

double oofem::TrabBoneEmbedStatus::tempPSED = 0.
protected

Definition at line 65 of file trabboneembed.h.

◆ tempTSED

double oofem::TrabBoneEmbedStatus::tempTSED = 0.
protected

◆ tsed

double oofem::TrabBoneEmbedStatus::tsed = 0.
protected

Definition at line 66 of file trabboneembed.h.

Referenced by initTempStatus(), 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