|
OOFEM 3.0
|
#include <mpsdammat.h>
Public Member Functions | |
| MPSDamMaterialStatus (GaussPoint *g, int nunits) | |
| const FloatArray & | giveViscoelasticStressVector () const override |
| void | letTempViscoelasticStressVectorBe (FloatArray v) |
| Assigns tempStressVector to given vector v. | |
| virtual const FloatArray & | giveTempViscoelasticStressVector () const |
| double | giveKappa () const |
| Returns the last equilibrated scalar measure of the largest strain level. | |
| double | giveTempKappa () const |
| Returns the temp. scalar measure of the largest strain level. | |
| void | setTempKappa (double newKappa) |
| Sets the temp scalar measure of the largest strain level to given value. | |
| double | giveDamage () const |
| Returns the last equilibrated damage level. | |
| double | giveTempDamage () const |
| Returns the temp. damage level. | |
| void | setTempDamage (double newDamage) |
| Sets the temp damage level to given value. | |
| double | giveCharLength () const |
| Returns characteristic length stored in receiver. | |
| void | setCharLength (double length) |
| Sets characteristic length to given value. | |
| void | giveCrackVector (FloatArray &answer) const |
| Returns crack vector stored in receiver. This is useful for plotting cracks as a vector field (paraview etc.). | |
| void | setCrackVector (FloatArray cv) |
| Sets crack vector to given value. This is useful for plotting cracks as a vector field (paraview etc.). | |
| void | sete0 (double e0) |
| void | setgf (double gf) |
| double | givee0 () const |
| double | givegf () const |
| void | printOutputAt (FILE *file, TimeStep *tStep) const override |
| Print receiver's output to given stream. | |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *tStep) override |
| void | setCrackWidth (double src) |
| double | giveCrackWidth (void) |
| void | setResidualTensileStrength (double src) |
| double | giveResidualTensileStrength (void) |
| 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::MPSMaterialStatus | |
| MPSMaterialStatus (GaussPoint *g, int nunits) | |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *tStep) override |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| double | giveHum () |
| Returns relative humidity. | |
| void | setHum (double src) |
| Stores relative humidity. | |
| double | giveHumIncrement () |
| Returns relative humidity increment. | |
| void | setHumIncrement (double src) |
| Stores relative humidity increment. | |
| double | giveHumNano () |
| Returns relative humidity (nanopores). | |
| void | setHumNanoTemp (double src) |
| Stores relative humidity (nanopores). | |
| double | giveHumMin () |
| Returns previously minimum previously reached humidity - treatment of cyclic ambient coditions. | |
| void | setHumMin (double src) |
| Stores minimum reached humidity. | |
| double | giveT () |
| Returns temperature. | |
| void | setT (double src) |
| Stores temperature. | |
| double | giveTIncrement () |
| Returns temperature increment. | |
| void | setTIncrement (double src) |
| Stores temperature increment. | |
| double | giveTmax () |
| Returns previously maximum reached temperature. | |
| void | setTmax (double src) |
| Stores maximum reached temperature. | |
| double | giveEquivalentTime () |
| Returns equivalent time. | |
| void | setEquivalentTimeTemp (double src) |
| Stores equivalent time. | |
| double | giveFlowTermViscosity () |
| Returns viscosity of the flow term (associated with q4 and microprestress evolution). | |
| double | giveFlowTermViscosityTemp () |
| void | setFlowTermViscosityTemp (double src) |
| void | storeEmodulus (double src) |
| Returns Emodulus if computed previously in the same tStep. | |
| void | setEmodulusFlag (bool src) |
| double | giveStoredEmodulus (void) |
| Returns Emodulus if computed previously in the same tStep. | |
| bool | giveStoredEmodulusFlag (void) |
| void | setTempDryingShrinkageStrain (double src) |
| double | giveTempDryingShrinkageStrain (void) |
| double | giveDryingShrinkageStrain (void) |
| void | setTempAutogenousShrinkageStrain (double src) |
| double | giveTempAutogenousShrinkageStrain (void) |
| double | giveAutogenousShrinkageStrain (void) |
| void | setCreepStrainIncrement (FloatArray src) |
| const FloatArray & | giveCreepStrain () const |
| const char * | giveClassName () const override |
| Public Member Functions inherited from oofem::KelvinChainSolidMaterialStatus | |
| KelvinChainSolidMaterialStatus (GaussPoint *g, int nunits) | |
| Public Member Functions inherited from oofem::RheoChainMaterialStatus | |
| RheoChainMaterialStatus (GaussPoint *g, int nunits) | |
| void | printOutputAt (FILE *file, TimeStep *tStep) const override |
| Print receiver's output to given stream. | |
| FloatArray & | giveHiddenVarsVector (int i) |
| FloatArray & | giveTempHiddenVarsVector (int i) |
| FloatArray * | letHiddenVarsVectorBe (int i, FloatArray *) |
| void | letTempHiddenVarsVectorBe (int i, FloatArray &valueArray) |
| FloatArray * | giveShrinkageStrainVector () |
| void | setShrinkageStrainVector (FloatArray src) |
| double | giveCurrentTime () |
| Returns current time - see explanation near initTempStatus in giveRealStressVector. | |
| void | setCurrentTime (double src) |
| Stores current time. | |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *tStep) override |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| void | setTempThermalStrain (double src) |
| double | giveTempThermalStrain (void) |
| double | giveThermalStrain (void) |
| const char * | giveClassName () const override |
| Public Member Functions inherited from oofem::StructuralMaterialStatus | |
| StructuralMaterialStatus (GaussPoint *g) | |
| Constructor. Creates new StructuralMaterialStatus with IntegrationPoint g. | |
| void | printOutputAt (FILE *file, TimeStep *tStep) const override |
| Print receiver's output to given stream. | |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *tStep) override |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| const FloatArray & | giveStrainVector () const |
| Returns the const pointer to receiver's strain vector. | |
| const FloatArray & | giveStressVector () const |
| Returns the const pointer to receiver's stress vector. | |
| const FloatArray & | givePVector () const |
| Returns the const pointer to receiver's first Piola-Kirchhoff stress vector. | |
| const FloatArray & | giveCVector () const |
| Returns the const pointer to receiver's Cauchy stress vector. | |
| const FloatArray & | giveFVector () const |
| Returns the const pointer to receiver's deformation gradient vector. | |
| const FloatArray & | giveTempStrainVector () const |
| Returns the const pointer to receiver's temporary strain vector. | |
| const FloatArray & | giveTempStressVector () const |
| Returns the const pointer to receiver's temporary stress vector. | |
| const FloatArray & | giveTempPVector () const |
| Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector. | |
| const FloatArray & | giveTempCVector () const |
| Returns the const pointer to receiver's temporary Cauchy stress vector. | |
| const FloatArray & | giveTempFVector () 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. | |
| const char * | giveClassName () const override |
| 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 Interface * | giveInterface (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 Member Functions | |
| virtual void | initDamaged (double kappa, FloatArray &totalStrainVector, GaussPoint *gp) |
Protected Attributes | |
| FloatArray | effectiveStressVector |
| Equilibrated stress vector in reduced form. | |
| FloatArray | tempEffectiveStressVector |
| Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis). | |
| double | kappa = 0. |
| Scalar measure of the largest strain level ever reached in material. | |
| double | tempKappa = 0. |
| Non-equilibrated scalar measure of the largest strain level. | |
| double | damage = 0. |
| Damage level of material. | |
| double | tempDamage = 0. |
| Non-equilibrated damage level of material. | |
| double | charLength = 0. |
| Characteristic length. | |
| FloatArray | crackVector |
| Crack orientation normalized to damage magnitude. This is useful for plotting cracks as a vector field (paraview etc.). | |
| double | var_e0 = 0. |
| hydration-degree dependent equivalent strain at stress peak | |
| double | var_gf = 0. |
| hydration-degree dependent fracture energy | |
| double | crackWidth = 0. |
| double | residTensileStrength = 0. |
| Protected Attributes inherited from oofem::MPSMaterialStatus | |
| double | hum = -1. |
| Values of humidity and temperature in a particular GP, their increment, and maximum/minimum to treat cyclic ambient conditions. | |
| double | hum_increment = -1. |
| double | h_min = 1. |
| double | T = -1. |
| double | T_increment = -1. |
| double | T_max = 0. |
| double | equivalentTime = 0. |
| Hidden variable - equivalent time: necessary to compute solidified volume. | |
| double | equivalentTimeTemp = 0. |
| double | flowTermViscosity = 0. |
| double | flowTermViscosityTemp = -1. |
| bool | storedEmodulusFlag = false |
| flag for Emodulus - true if modulus has been already computed in the current time step | |
| double | storedEmodulus = -1. |
| double | humNano = -1. |
| value of relative humidity in the nanopores | |
| double | humNanoTemp = -1. |
| double | dryingShrinkageStrain = 0. |
| double | tempDryingShrinkageStrain = 0. |
| double | autogenousShrinkageStrain = 0. |
| double | tempAutogenousShrinkageStrain = 0. |
| FloatArray | creepStrain |
| FloatArray | creepStrainIncrement |
| Protected Attributes inherited from oofem::RheoChainMaterialStatus | |
| int | nUnits = 0 |
| Number of units in the chain. | |
| std ::vector< FloatArray > | hiddenVars |
| Hidden (internal) variables, the meaning of which depends on the type of chain. | |
| std ::vector< FloatArray > | tempHiddenVars |
| FloatArray | shrinkageStrain |
| double | currentTime = 0. |
| double | thermalStrain = 0. |
| double | tempThermalStrain = 0. |
| 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 | |
| GaussPoint * | gp |
| Associated integration point. | |
| Protected Attributes inherited from oofem::MaterialStatusMapperInterface | |
| std::unique_ptr< MaterialMappingAlgorithm > | mpMaterialMapper |
Definition at line 72 of file mpsdammat.h.
| oofem::MPSDamMaterialStatus::MPSDamMaterialStatus | ( | GaussPoint * | g, |
| int | nunits ) |
Definition at line 54 of file mpsdammat.C.
References crackVector, effectiveStressVector, oofem::GaussPoint::giveMaterialMode(), oofem::MPSMaterialStatus::MPSMaterialStatus(), and tempEffectiveStressVector.
|
inline |
Returns characteristic length stored in receiver.
Definition at line 125 of file mpsdammat.h.
References charLength.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inlineoverridevirtual |
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 153 of file mpsdammat.h.
| void oofem::MPSDamMaterialStatus::giveCrackVector | ( | FloatArray & | answer | ) | const |
Returns crack vector stored in receiver. This is useful for plotting cracks as a vector field (paraview etc.).
Definition at line 97 of file mpsdammat.C.
References oofem::FloatArray::beScaled(), crackVector, and damage.
|
inline |
Definition at line 144 of file mpsdammat.h.
References crackWidth.
|
inline |
Returns the last equilibrated damage level.
Definition at line 118 of file mpsdammat.h.
References damage.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inline |
Definition at line 135 of file mpsdammat.h.
References var_e0.
Referenced by oofem::MPSDamMaterial::givee0().
|
inline |
Definition at line 136 of file mpsdammat.h.
References var_gf.
Referenced by oofem::MPSDamMaterial::givegf().
|
inline |
Returns the last equilibrated scalar measure of the largest strain level.
Definition at line 112 of file mpsdammat.h.
References kappa.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inline |
Definition at line 146 of file mpsdammat.h.
References residTensileStrength.
|
inline |
|
inline |
Returns the temp. scalar measure of the largest strain level.
Definition at line 114 of file mpsdammat.h.
References tempKappa.
|
inlinevirtual |
Definition at line 109 of file mpsdammat.h.
References tempEffectiveStressVector.
|
inlineoverridevirtual |
Reimplemented from oofem::RheoChainMaterialStatus.
Definition at line 106 of file mpsdammat.h.
References effectiveStressVector.
|
inlineprotectedvirtual |
Abstract service allowing to perform some initialization, when damage first appear.
| kappa | Scalar measure of strain level. |
| totalStrainVector | Current total strain vector. |
| gp | Integration point. |
Definition at line 162 of file mpsdammat.h.
References oofem::IntegrationPointStatus::gp, and kappa.
|
overridevirtual |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 65 of file mpsdammat.C.
References damage, effectiveStressVector, kappa, tempDamage, tempEffectiveStressVector, tempKappa, var_e0, and var_gf.
|
inline |
Assigns tempStressVector to given vector v.
Definition at line 108 of file mpsdammat.h.
References tempEffectiveStressVector.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
overridevirtual |
Print receiver's output to given stream.
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 104 of file mpsdammat.C.
References crackVector, damage, and kappa.
|
overridevirtual |
Restores the receiver state previously written in stream.
| stream | Input stream. |
| mode | Determines amount of info available in stream (state, definition, ...). |
| throws | an ContextIOERR exception if error encountered. |
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 154 of file mpsdammat.C.
References charLength, oofem::CIO_IOERR, oofem::CIO_OK, crackVector, damage, effectiveStressVector, kappa, oofem::DataStream::read(), THROW_CIOERR, var_e0, and var_gf.
|
overridevirtual |
Stores receiver state to output stream.
| stream | Output stream. |
| mode | Determines amount of info required in stream (state, definition, ...). |
| throws | an ContextIOERR exception if error encountered. |
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 119 of file mpsdammat.C.
References charLength, oofem::CIO_IOERR, oofem::CIO_OK, crackVector, damage, effectiveStressVector, kappa, THROW_CIOERR, var_e0, var_gf, and oofem::DataStream::write().
|
inline |
Sets characteristic length to given value.
Definition at line 127 of file mpsdammat.h.
References charLength, and length().
|
inline |
Sets crack vector to given value. This is useful for plotting cracks as a vector field (paraview etc.).
Definition at line 131 of file mpsdammat.h.
References crackVector.
|
inline |
Definition at line 143 of file mpsdammat.h.
References crackWidth.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inline |
Definition at line 133 of file mpsdammat.h.
References var_e0.
|
inline |
Definition at line 134 of file mpsdammat.h.
References var_gf.
|
inline |
Definition at line 145 of file mpsdammat.h.
References residTensileStrength.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inline |
Sets the temp damage level to given value.
Definition at line 122 of file mpsdammat.h.
References tempDamage.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
inline |
Sets the temp scalar measure of the largest strain level to given value.
Definition at line 116 of file mpsdammat.h.
References tempKappa.
Referenced by oofem::MPSDamMaterial::giveRealStressVector().
|
overridevirtual |
Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::KelvinChainSolidMaterialStatus.
Definition at line 81 of file mpsdammat.C.
References damage, effectiveStressVector, kappa, tempDamage, tempEffectiveStressVector, tempKappa, var_e0, and var_gf.
|
protected |
Characteristic length.
Definition at line 89 of file mpsdammat.h.
Referenced by giveCharLength(), restoreContext(), saveContext(), and setCharLength().
|
protected |
Crack orientation normalized to damage magnitude. This is useful for plotting cracks as a vector field (paraview etc.).
Definition at line 91 of file mpsdammat.h.
Referenced by giveCrackVector(), MPSDamMaterialStatus(), printOutputAt(), restoreContext(), saveContext(), and setCrackVector().
|
protected |
Definition at line 99 of file mpsdammat.h.
Referenced by giveCrackWidth(), and setCrackWidth().
|
protected |
Damage level of material.
Definition at line 84 of file mpsdammat.h.
Referenced by giveCrackVector(), giveDamage(), initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Equilibrated stress vector in reduced form.
Definition at line 76 of file mpsdammat.h.
Referenced by giveViscoelasticStressVector(), initTempStatus(), MPSDamMaterialStatus(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Scalar measure of the largest strain level ever reached in material.
Definition at line 80 of file mpsdammat.h.
Referenced by giveKappa(), initDamaged(), initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Definition at line 100 of file mpsdammat.h.
Referenced by giveResidualTensileStrength(), and setResidualTensileStrength().
|
protected |
Non-equilibrated damage level of material.
Definition at line 86 of file mpsdammat.h.
Referenced by giveTempDamage(), initTempStatus(), setTempDamage(), and updateYourself().
|
protected |
Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis).
Definition at line 78 of file mpsdammat.h.
Referenced by giveTempViscoelasticStressVector(), initTempStatus(), letTempViscoelasticStressVectorBe(), MPSDamMaterialStatus(), and updateYourself().
|
protected |
Non-equilibrated scalar measure of the largest strain level.
Definition at line 82 of file mpsdammat.h.
Referenced by giveTempKappa(), initTempStatus(), setTempKappa(), and updateYourself().
|
protected |
hydration-degree dependent equivalent strain at stress peak
Definition at line 94 of file mpsdammat.h.
Referenced by givee0(), initTempStatus(), restoreContext(), saveContext(), sete0(), and updateYourself().
|
protected |
hydration-degree dependent fracture energy
Definition at line 96 of file mpsdammat.h.
Referenced by givegf(), initTempStatus(), restoreContext(), saveContext(), setgf(), and updateYourself().