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

This class implements associated Material Status for IntMatBilinearCZFagerstrom. More...

#include <intmatbilinczfagerstrom.h>

+ Inheritance diagram for oofem::IntMatBilinearCZFagerstromStatus:
+ Collaboration diagram for oofem::IntMatBilinearCZFagerstromStatus:

Public Member Functions

 IntMatBilinearCZFagerstromStatus (int n, Domain *d, GaussPoint *g)
 Constructor. More...
 
virtual ~IntMatBilinearCZFagerstromStatus ()
 Destructor. More...
 
virtual void printOutputAt (FILE *file, TimeStep *tStep)
 Print receiver's output to given stream. More...
 
virtual const char * giveClassName () const
 
double giveDamage ()
 
double giveTempDamage ()
 
bool giveOldDamageDev ()
 
const FloatArraygiveOldMaterialJump ()
 
const FloatArraygiveTempMaterialJump ()
 
const FloatArraygiveEffectiveMandelTraction ()
 
const FloatArraygiveTempEffectiveMandelTraction ()
 
const FloatMatrixgiveTempInverseDefGrad ()
 
const FloatMatrixgiveTempRotationMatrix ()
 
const FloatMatrixgiveTempIep ()
 
const FloatArraygiveTempAlphav ()
 
const FloatMatrixgiveOlddTdJ ()
 
void letTempDamageBe (double v)
 
void letTempDamageDevBe (bool v)
 
void letOldDamageDevBe (bool v)
 
void letTempEffectiveMandelTractionBe (FloatArray v)
 
void letTempMaterialJumpBe (FloatArray v)
 
void letTempdTdJBe (FloatMatrix &v)
 
void letTempInverseDefGradBe (FloatMatrix v)
 
void letTempRotationMatrix (FloatMatrix v)
 
void letTempIepBe (FloatMatrix v)
 
void letTempAlphavBe (FloatArray v)
 
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...
 
- Public Member Functions inherited from oofem::StructuralInterfaceMaterialStatus
 StructuralInterfaceMaterialStatus (int n, Domain *d, GaussPoint *g)
 Constructor. Creates new StructuralInterfaceMaterialStatus with number n, belonging to domain d and IntegrationPoint g. More...
 
virtual ~StructuralInterfaceMaterialStatus ()
 Destructor. 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...
 
const FloatArraygiveJump () const
 Returns the const pointer to receiver's jump. More...
 
const FloatArraygiveTraction () const
 Returns the const pointer to receiver's traction vector. More...
 
const FloatArraygiveFirstPKTraction () const
 Returns the const pointer to receiver's first Piola-Kirchhoff traction vector. More...
 
const FloatMatrixgiveF () const
 Returns the const pointer to receiver's deformation gradient vector. More...
 
const FloatArraygiveTempJump () const
 Returns the const pointer to receiver's temporary jump. More...
 
const FloatArraygiveTempTraction () const
 Returns the const pointer to receiver's temporary traction vector. More...
 
const FloatArraygiveTempFirstPKTraction () const
 Returns the const pointer to receiver's temporary first Piola-Kirchhoff traction vector. More...
 
const FloatMatrixgiveTempF () const
 Returns the const pointer to receiver's temporary deformation gradient vector. More...
 
const FloatArraygiveNormal () const
 Returns const reference to normal vector. More...
 
const FloatArraygiveProjectedTraction () const
 Returns the projected traction. More...
 
void letJumpBe (FloatArray v)
 Assigns jump to given vector v. More...
 
void letTractionBe (FloatArray v)
 Assigns traction to given vector v. More...
 
void letFirstPKTractionBe (FloatArray v)
 Assigns firstPKTraction to given vector v. More...
 
void letFBe (FloatMatrix v)
 Assigns FVector to given vector v. More...
 
void letTempTractionBe (FloatArray v)
 Assigns tempTraction to given vector v. More...
 
void letTempJumpBe (FloatArray v)
 Assigns tempJump to given vector v. More...
 
void letTempFirstPKTractionBe (FloatArray v)
 Assigns tempFirstPKTraction to given vector v. More...
 
void letTempFBe (FloatMatrix v)
 Assigns tempFVector to given vector v. More...
 
void letNormalBe (FloatArray iN)
 Assigns normal vector. More...
 
void letProjectedTractionBe (FloatArray iProjectedTraction)
 Assigns projeted traction. More...
 
virtual void copyStateVariables (const MaterialStatus &iStatus)
 Functions for MaterialStatusMapperInterface. More...
 
virtual void addStateVariables (const MaterialStatus &iStatus)
 
bool giveNewlyInserted () const
 
void setNewlyInserted (bool iNewlyInserted)
 
- 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...
 
- 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)
 Maps all internal state variables from the old domain to the given gp status. More...
 
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)
 Updates the internal state variables from previously mapped values. More...
 
virtual int MSMI_finish (const TimeStep &iTStep)
 Finishes the mapping for given time step. More...
 

Protected Attributes

FloatArray oldMaterialJump
 
FloatArray tempMaterialJump
 
double damage
 
double tempDamage
 
FloatArray QEffective
 
FloatArray tempQEffective
 
FloatMatrix tempFInv
 
FloatMatrix tempRot
 
FloatMatrix Iep
 
FloatArray alphav
 
bool tempDamageDev
 
bool oldDamageDev
 
FloatMatrix temp_dTdJ
 
FloatMatrix old_dTdJ
 
- Protected Attributes inherited from oofem::StructuralInterfaceMaterialStatus
FloatArray jump
 Equilibrated jump (discontinuity) More...
 
FloatArray traction
 Equilibrated (engineering) traction vector. More...
 
FloatArray tempTraction
 Temporary (engineering) traction vector. More...
 
FloatArray tempJump
 Temporary jump (discontinuity) More...
 
FloatArray firstPKTraction
 Equilibrated first Piola-Kirchhoff traction vector T. More...
 
FloatArray tempFirstPKTraction
 Temporary first Piola-Kirchhoff traction vector (to find balanced state) More...
 
FloatMatrix F
 Equilibrated deformation gradient in reduced form. More...
 
FloatMatrix tempF
 Temporary deformation gradient in reduced form (to find balanced state) More...
 
FloatArray mNormalDir
 Interface normal direction. More...
 
bool mNewlyInserted
 
FloatArray projectedTraction
 
- 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...
 
- Protected Attributes inherited from oofem::MaterialStatusMapperInterface
MaterialMappingAlgorithmmpMaterialMapper
 

Detailed Description

This class implements associated Material Status for IntMatBilinearCZFagerstrom.

Definition at line 58 of file intmatbilinczfagerstrom.h.

Constructor & Destructor Documentation

oofem::IntMatBilinearCZFagerstromStatus::~IntMatBilinearCZFagerstromStatus ( )
virtual

Destructor.

Definition at line 490 of file intmatbilinczfagerstrom.C.

Member Function Documentation

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

Reimplemented from oofem::StructuralInterfaceMaterialStatus.

Definition at line 109 of file intmatbilinczfagerstrom.h.

const FloatArray& oofem::IntMatBilinearCZFagerstromStatus::giveEffectiveMandelTraction ( )
inline
bool oofem::IntMatBilinearCZFagerstromStatus::giveOldDamageDev ( )
inline
const FloatMatrix& oofem::IntMatBilinearCZFagerstromStatus::giveOlddTdJ ( )
inline
const FloatArray& oofem::IntMatBilinearCZFagerstromStatus::giveOldMaterialJump ( )
inline
const FloatArray& oofem::IntMatBilinearCZFagerstromStatus::giveTempAlphav ( )
inline
double oofem::IntMatBilinearCZFagerstromStatus::giveTempDamage ( )
inlinevirtual
const FloatArray& oofem::IntMatBilinearCZFagerstromStatus::giveTempEffectiveMandelTraction ( )
inline
const FloatMatrix& oofem::IntMatBilinearCZFagerstromStatus::giveTempIep ( )
inline
const FloatMatrix& oofem::IntMatBilinearCZFagerstromStatus::giveTempInverseDefGrad ( )
inline
const FloatArray& oofem::IntMatBilinearCZFagerstromStatus::giveTempMaterialJump ( )
inline

Definition at line 116 of file intmatbilinczfagerstrom.h.

References tempMaterialJump.

const FloatMatrix& oofem::IntMatBilinearCZFagerstromStatus::giveTempRotationMatrix ( )
inline

Definition at line 122 of file intmatbilinczfagerstrom.h.

References tempRot.

void oofem::IntMatBilinearCZFagerstromStatus::initTempStatus ( )
virtual

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

Reimplemented from oofem::StructuralInterfaceMaterialStatus.

Definition at line 511 of file intmatbilinczfagerstrom.C.

References alphav, oofem::FloatMatrix::beUnitMatrix(), damage, Iep, oofem::StructuralInterfaceMaterialStatus::initTempStatus(), oldMaterialJump, QEffective, oofem::FloatMatrix::resize(), tempDamage, tempDamageDev, tempFInv, tempMaterialJump, and tempQEffective.

Referenced by letTempAlphavBe().

void oofem::IntMatBilinearCZFagerstromStatus::letOldDamageDevBe ( bool  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempAlphavBe ( FloatArray  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempDamageBe ( double  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempDamageDevBe ( bool  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempdTdJBe ( FloatMatrix v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempEffectiveMandelTractionBe ( FloatArray  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempIepBe ( FloatMatrix  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempInverseDefGradBe ( FloatMatrix  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempMaterialJumpBe ( FloatArray  v)
inline
void oofem::IntMatBilinearCZFagerstromStatus::letTempRotationMatrix ( FloatMatrix  v)
inline

Definition at line 137 of file intmatbilinczfagerstrom.h.

void oofem::IntMatBilinearCZFagerstromStatus::printOutputAt ( FILE *  file,
TimeStep tStep 
)
virtual

Print receiver's output to given stream.

Todo:
Martin: check need of this

Reimplemented from oofem::StructuralInterfaceMaterialStatus.

Definition at line 495 of file intmatbilinczfagerstrom.C.

References oofem::StructuralInterfaceMaterialStatus::printOutputAt().

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

Update equilibrium history variables according to temp-variables.

Invoked, after new equilibrium state has been reached.

Reimplemented from oofem::StructuralInterfaceMaterialStatus.

Definition at line 529 of file intmatbilinczfagerstrom.C.

References damage, old_dTdJ, oldDamageDev, oldMaterialJump, QEffective, temp_dTdJ, tempDamage, tempDamageDev, tempMaterialJump, tempQEffective, and oofem::StructuralInterfaceMaterialStatus::updateYourself().

Referenced by letTempAlphavBe().

Member Data Documentation

FloatArray oofem::IntMatBilinearCZFagerstromStatus::alphav
protected
double oofem::IntMatBilinearCZFagerstromStatus::damage
protected
FloatMatrix oofem::IntMatBilinearCZFagerstromStatus::Iep
protected
FloatMatrix oofem::IntMatBilinearCZFagerstromStatus::old_dTdJ
protected
bool oofem::IntMatBilinearCZFagerstromStatus::oldDamageDev
protected
FloatArray oofem::IntMatBilinearCZFagerstromStatus::oldMaterialJump
protected
FloatArray oofem::IntMatBilinearCZFagerstromStatus::QEffective
protected
FloatMatrix oofem::IntMatBilinearCZFagerstromStatus::temp_dTdJ
protected

Definition at line 92 of file intmatbilinczfagerstrom.h.

Referenced by updateYourself().

double oofem::IntMatBilinearCZFagerstromStatus::tempDamage
protected
bool oofem::IntMatBilinearCZFagerstromStatus::tempDamageDev
protected

Definition at line 88 of file intmatbilinczfagerstrom.h.

Referenced by initTempStatus(), and updateYourself().

FloatMatrix oofem::IntMatBilinearCZFagerstromStatus::tempFInv
protected
FloatArray oofem::IntMatBilinearCZFagerstromStatus::tempMaterialJump
protected
FloatArray oofem::IntMatBilinearCZFagerstromStatus::tempQEffective
protected
FloatMatrix oofem::IntMatBilinearCZFagerstromStatus::tempRot
protected

Definition at line 81 of file intmatbilinczfagerstrom.h.

Referenced by giveTempRotationMatrix().


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:36 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011