|
OOFEM 3.0
|
#include <trabbonegrad3d.h>
Public Member Functions | |
| TrabBoneGrad3DStatus (GaussPoint *g) | |
| void | printOutputAt (FILE *file, TimeStep *tStep) const override |
| Print receiver's output to given stream. | |
| const char * | giveClassName () const override |
| double | giveNonlocalCumulatedStrain () const |
| void | setNonlocalCumulatedStrain (double nonlocalCumulatedStrain) |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *) override |
| Public Member Functions inherited from oofem::TrabBone3DStatus | |
| TrabBone3DStatus (GaussPoint *g) | |
| double | giveKappa () const |
| double | giveTempKappa () const |
| double | giveDam () const |
| double | giveTempDam () const |
| double | giveTempPSED () const |
| double | giveTSED () const |
| double | giveTempTSED () const |
| double | giveBeta () const |
| double | giveDensG () const |
| const FloatArrayF< 6 > & | givePlasDef () const |
| const FloatArrayF< 6 > & | giveTempPlasDef () const |
| const FloatArrayF< 6 > & | givePlasFlowDirec () const |
| const FloatArrayF< 6 > & | giveTempEffectiveStress () const |
| const FloatMatrixF< 6, 6 > & | giveSSaTensor () const |
| void | setTempKappa (double al) |
| void | setKappa (double values) |
| void | setTempDam (double da) |
| void | setTempPSED (double pse) |
| void | setTempTSED (double tse) |
| void | setBeta (double be) |
| void | setTempEffectiveStress (const FloatArrayF< 6 > &sc) |
| void | setTempPlasDef (const FloatArrayF< 6 > &epsip) |
| void | setPlasFlowDirec (const FloatArrayF< 6 > &pfd) |
| void | setSSaTensor (const FloatMatrixF< 6, 6 > &ssa) |
| void | setDensG (double g) |
| 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 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. | |
| 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 Attributes | |
| double | nlKappa = 0. |
| Equivalent strain for avaraging. | |
| LinearElasticMaterial * | linearElasticMaterial = nullptr |
| Reference to the basic elastic material. | |
| Protected Attributes inherited from oofem::TrabBone3DStatus | |
| double | kappa = 0. |
| double | tempKappa = 0 |
| double | dam = 0. |
| double | tempDam = 0. |
| double | tempPSED = 0. |
| double | tempTSED = 0. |
| double | tsed = 0. |
| double | beta = 0. |
| FloatArrayF< 6 > | tempPlasDef |
| FloatArrayF< 6 > | plasDef |
| FloatArrayF< 6 > | effectiveStress |
| FloatArrayF< 6 > | tempEffectiveStress |
| FloatArrayF< 6 > | plasFlowDirec |
| FloatArrayF< 6 > | tempStrain |
| FloatMatrixF< 6, 6 > | SSaTensor |
| double | densG = 1. |
| Densificator criterion. | |
| 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 |
Gradient bone damage-plastic material status.
Definition at line 52 of file trabbonegrad3d.h.
| oofem::TrabBoneGrad3DStatus::TrabBoneGrad3DStatus | ( | GaussPoint * | g | ) |
Definition at line 321 of file trabbonegrad3d.C.
References oofem::TrabBone3DStatus::TrabBone3DStatus().
|
inlineoverridevirtual |
Reimplemented from oofem::TrabBone3DStatus.
Definition at line 65 of file trabbonegrad3d.h.
|
inline |
Definition at line 68 of file trabbonegrad3d.h.
References oofem::GradientDamageMaterialStatusExtensionInterface::nonlocalDamageDrivingVariable.
|
overridevirtual |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.
Reimplemented from oofem::TrabBone3DStatus.
Definition at line 334 of file trabbonegrad3d.C.
|
overridevirtual |
Print receiver's output to given stream.
Reimplemented from oofem::TrabBone3DStatus.
Definition at line 327 of file trabbonegrad3d.C.
|
inline |
Definition at line 69 of file trabbonegrad3d.h.
References oofem::GradientDamageMaterialStatusExtensionInterface::nonlocalDamageDrivingVariable.
|
overridevirtual |
Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::TrabBone3DStatus.
Definition at line 341 of file trabbonegrad3d.C.
References oofem::TrabBone3DStatus::dam, oofem::TrabBone3DStatus::kappa, oofem::TrabBone3DStatus::plasDef, oofem::TrabBone3DStatus::tempDam, oofem::TrabBone3DStatus::tempKappa, oofem::TrabBone3DStatus::tempPlasDef, oofem::TrabBone3DStatus::tempTSED, and oofem::TrabBone3DStatus::tsed.
|
protected |
Reference to the basic elastic material.
Definition at line 58 of file trabbonegrad3d.h.
|
protected |
Equivalent strain for avaraging.
Definition at line 56 of file trabbonegrad3d.h.