|
OOFEM 3.0
|
#include <fcm.h>
Public Member Functions | |
| FCMMaterialStatus (GaussPoint *g) | |
| void | printOutputAt (FILE *file, TimeStep *tStep) const override |
| Print receiver's output to given stream. | |
| virtual int | giveNumberOfCracks () const |
| returns number of cracks from the previous time step (equilibrated value) | |
| virtual int | giveNumberOfTempCracks () const |
| returns temporary number of cracks | |
| const FloatArray & | giveMaxCrackStrainVector () |
| returns vector with maximum cracking strains (max 3 components) | |
| double | giveMaxCrackStrain (int icrack) |
| returns maximum crack strain for the i-th crack (equilibrated value) | |
| void | setMaxCrackStrain (int icrack, double val) |
| sets value of the maximum crack strain for the i-th crack (equilibrated value) | |
| double | giveTempMaxCrackStrain (int icrack) |
| returns maximum crack strain for the i-th crack (temporary value) | |
| void | setTempMaxCrackStrain (int icrack, double val) |
| sets value of the maximum crack strain for the i-th crack (temporary value) | |
| const IntArray & | giveTempCrackStatus () |
| returns vector of temporary crack statuses | |
| int | giveTempCrackStatus (int icrack) const |
| returns temporary value of status associated with i-th crack direction | |
| void | setTempCrackStatus (int icrack, int val) |
| sets temporary value of status for of the i-th crack | |
| int | giveCrackStatus (int icrack) const |
| return equilibrated value of status associated with i-th crack direction | |
| const FloatArray & | giveCrackStrainVector () const |
| return equilibrated crack strain vector (max 6 components) | |
| const FloatArray & | giveTempCrackStrainVector () |
| return temporary crack strain vector (max 6 components) | |
| double | giveCrackStrain (int icrack) const |
| returns i-th component of the crack strain vector (equilibrated) | |
| double | giveTempCrackStrain (int icrack) const |
| returns i-th component of the crack strain vector (temporary) | |
| void | setTempCrackStrainVector (FloatArray a) |
| sets temporary vector of cracking strains (max 6 components) | |
| void | setTempNormalCrackStrainVector (FloatArray a) |
| sets temporary vector of cracking strains (normal components) | |
| void | setTempCrackStrain (int icrack, double val) |
| sets temporary value of i-th cracking strain (max 6 components) | |
| void | setCrackStrainVector (FloatArray a) |
| sets equilibrated vector of cracking strains (max 6 components) | |
| void | setG2LStressVectorTransformationMtrx (FloatMatrix t) |
| sets transformation matrix for stress transformation from global to local coordinate system | |
| void | setG2LStrainVectorTransformationMtrx (FloatMatrix s) |
| sets transformation matrix for strain transformation from global to local coordinate system | |
| void | setL2GStressVectorTransformationMtrx (FloatMatrix t) |
| sets transformation matrix for stress transformation from local to global coordinate system | |
| void | setL2GStrainVectorTransformationMtrx (FloatMatrix s) |
| sets transformation matrix for stress transformation from global to local coordinate system | |
| const FloatMatrix & | giveG2LStressVectorTransformationMtrx () |
| returns transformation matrix for stress transformation from global to local coordinate system | |
| const FloatMatrix & | giveG2LStrainVectorTransformationMtrx () |
| sets transformation matrix for strain transformation from global to local coordinate system | |
| const FloatMatrix & | giveL2GStressVectorTransformationMtrx () |
| sets transformation matrix for stress transformation from local to global coordinate system | |
| const FloatMatrix & | giveL2GStrainVectorTransformationMtrx () |
| sets transformation matrix for stress transformation from global to local coordinate system | |
| double | giveCharLength (int icrack) const |
| returns characteristic length associated with i-th crack direction | |
| void | setCharLength (int icrack, double val) |
| sets characteristic length for i-th crack | |
| const FloatMatrix & | giveCrackDirs () |
| returns crack directions | |
| const IntArray & | giveCrackStatus () |
| returns crack statuses | |
| void | setCrackDirs (FloatMatrix a) |
| sets matrix with crack directions (normal vectors) | |
| virtual int | giveMaxNumberOfCracks (GaussPoint *gp) |
| returns maximum number of cracks associated with current mode | |
| 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. | |
| 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 Attributes | |
| IntArray | crackStatuses |
| crack statuses (none, just initialized, softening, unload-reload, closed) | |
| IntArray | tempCrackStatuses |
| FloatArray | maxCrackStrains |
| Max. crack strain reached in the entire previous history. | |
| FloatArray | tempMaxCrackStrains |
| FloatArray | crackStrainVector |
| Components of crack strain vector (normal as well as shear). | |
| FloatArray | tempCrackStrainVector |
| FloatMatrix | crackDirs |
| Storing direction of cracks (crack normals) in columwise format. | |
| FloatArray | charLengths |
| Characteristic lengths computed from the crack orientation and element geometry. | |
| FloatMatrix | transMatrix_G2Lstress |
| transformation matrix converting stress from global to local coordinate system | |
| FloatMatrix | transMatrix_G2Lstrain |
| transformation matrix converting strain from global to local coordinate system | |
| FloatMatrix | transMatrix_L2Gstress |
| transformation matrix converting stress from local to global coordinate system | |
| FloatMatrix | transMatrix_L2Gstrain |
| transformation matrix converting strain from local to global coordinate system | |
| int | nMaxCracks = 0 |
| number of maximum possible cracks (optional parameter) | |
| 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 |
This class implements associated Material Status to FCMMaterial (fixed crack material).
| oofem::FCMMaterialStatus::FCMMaterialStatus | ( | GaussPoint * | g | ) |
Definition at line 2300 of file fcm.C.
References charLengths, crackDirs, crackStatuses, crackStrainVector, giveMaxNumberOfCracks(), oofem::IntegrationPointStatus::gp, maxCrackStrains, nMaxCracks, oofem::StructuralMaterialStatus::StructuralMaterialStatus(), tempCrackStatuses, tempCrackStrainVector, tempMaxCrackStrains, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, and transMatrix_L2Gstress.
Referenced by oofem::ConcreteFCMStatus::ConcreteFCMStatus().
|
inline |
returns characteristic length associated with i-th crack direction
Definition at line 162 of file fcm.h.
References charLengths.
Referenced by oofem::ConcreteFCM::checkSnapBack(), oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::FRCFCM::giveCrackingModulus(), oofem::ConcreteFCM::giveCrackingModulusInTension(), oofem::FCMMaterial::giveIPValue(), oofem::ConcreteFCM::giveNormalCrackingStress(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), and printOutputAt().
|
inlineoverridevirtual |
Implements oofem::IntegrationPointStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
|
inline |
returns crack directions
Definition at line 172 of file fcm.h.
References crackDirs.
Referenced by oofem::FRCFCM::computeCrackFibreAngle(), oofem::FRCFCMNL::computeNonlocalStressInFibers(), oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveRealStressVector(), oofem::FRCFCMNL::giveRealStressVector(), and oofem::FRCFCMNL::isInElementProjection().
|
inline |
|
inline |
return equilibrated value of status associated with i-th crack direction
Definition at line 125 of file fcm.h.
References crackStatuses.
Referenced by oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::isIntact(), oofem::FCMMaterial::isIntactForShear(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns i-th component of the crack strain vector (equilibrated)
Definition at line 132 of file fcm.h.
References crackStrainVector.
Referenced by oofem::FCMMaterial::giveIPValue(), oofem::FRCFCM::giveIPValue(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), oofem::FCMMaterial::giveRealStressVector(), and printOutputAt().
|
inline |
return equilibrated crack strain vector (max 6 components)
Definition at line 128 of file fcm.h.
References crackStrainVector.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), oofem::FCMMaterial::giveIPValue(), and oofem::FCMMaterial::giveRealStressVector().
|
inline |
sets transformation matrix for strain transformation from global to local coordinate system
Definition at line 155 of file fcm.h.
References transMatrix_G2Lstrain.
Referenced by oofem::FCMMaterial::giveMaterialStiffnessMatrix(), and oofem::FCMMaterial::giveRealStressVector().
|
inline |
returns transformation matrix for stress transformation from global to local coordinate system
Definition at line 153 of file fcm.h.
References transMatrix_G2Lstress.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), oofem::FCMMaterial::giveRealStressVector(), and oofem::FRCFCMNL::giveRealStressVector().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 159 of file fcm.h.
References transMatrix_L2Gstrain.
Referenced by oofem::FCMMaterial::giveIPValue(), and oofem::ConcreteFCMViscoElastic::giveRealStressVector().
|
inline |
sets transformation matrix for stress transformation from local to global coordinate system
Definition at line 157 of file fcm.h.
References transMatrix_L2Gstress.
Referenced by oofem::FCMMaterial::giveRealStressVector(), and oofem::FRCFCMNL::giveRealStressVector().
|
inline |
returns maximum crack strain for the i-th crack (equilibrated value)
Definition at line 109 of file fcm.h.
References maxCrackStrains.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::ConcreteFCM::computeResidualTensileStrength(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::FRCFCM::giveCrackingModulus(), oofem::ConcreteFCM::giveCrackingModulusInTension(), oofem::ConcreteFCMViscoElastic::giveIPValue(), and oofem::ConcreteFCM::giveNormalCrackingStress().
|
inline |
returns vector with maximum cracking strains (max 3 components)
Definition at line 107 of file fcm.h.
References maxCrackStrains.
Referenced by oofem::FCMMaterial::updateCrackStatus().
|
virtual |
returns maximum number of cracks associated with current mode
Definition at line 2438 of file fcm.C.
References oofem::IntArray::contains(), oofem::IntegrationPointStatus::gp, and nMaxCracks.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), FCMMaterialStatus(), oofem::FRCFCMNL::giveIPValue(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), oofem::FCMMaterial::giveNormalLocalCrackedStiffnessMatrix(), oofem::FCMMaterial::giveRealStressVector(), oofem::FRCFCMNL::giveRealStressVector(), oofem::FCMMaterial::initializeCrack(), oofem::FRCFCMNL::isStrengthExceeded(), and oofem::FCMMaterial::updateCrackStatus().
|
virtual |
returns number of cracks from the previous time step (equilibrated value)
Definition at line 2403 of file fcm.C.
References crackStatuses, and pscm_NONE.
Referenced by oofem::ConcreteFCMViscoElastic::giveIPValue(), oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveRealStressVector(), and printOutputAt().
|
virtual |
returns temporary number of cracks
Definition at line 2421 of file fcm.C.
References pscm_NONE, and tempCrackStatuses.
Referenced by oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FRCFCMNL::computeNonlocalStressInFibers(), oofem::FRCFCMNL::computeNonlocalStressInFibersInUncracked(), oofem::FCMMaterial::computeNormalCrackOpening(), oofem::ConcreteFCM::computeResidualTensileStrength(), oofem::FRCFCM::computeTempDamage(), oofem::ConcreteFCMViscoElastic::giveFractureEnergy(), oofem::ConcreteFCMViscoElastic::giveIPValue(), oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), oofem::ConcreteFCMViscoElastic::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::FRCFCMNL::giveRealStressVector(), and oofem::ConcreteFCMViscoElastic::giveTensileStrength().
|
inline |
returns vector of temporary crack statuses
Definition at line 119 of file fcm.h.
References tempCrackStatuses.
Referenced by oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::ConcreteFCM::giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), oofem::FCMMaterial::giveIPValue(), oofem::ConcreteFCM::giveNormalCrackingStress(), oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::isIntact(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns temporary value of status associated with i-th crack direction
Definition at line 121 of file fcm.h.
References tempCrackStatuses.
|
inline |
returns i-th component of the crack strain vector (temporary)
Definition at line 134 of file fcm.h.
References tempCrackStrainVector.
Referenced by oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::FRCFCM::giveCrackingModulus(), oofem::ConcreteFCM::giveCrackingModulusInTension(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), and oofem::FRCFCMNL::giveRealStressVector().
|
inline |
return temporary crack strain vector (max 6 components)
Definition at line 130 of file fcm.h.
References tempCrackStrainVector.
Referenced by oofem::ConcreteFCMViscoElastic::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns maximum crack strain for the i-th crack (temporary value)
Definition at line 114 of file fcm.h.
References tempMaxCrackStrains.
Referenced by oofem::FRCFCM::computeD2ModulusForCrack(), oofem::FRCFCM::estimateD2ModulusForCrack(), and oofem::FRCFCM::maxShearStress().
|
overridevirtual |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.
Reimplemented from oofem::MaterialStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
Definition at line 2477 of file fcm.C.
References crackStatuses, crackStrainVector, maxCrackStrains, tempCrackStatuses, tempCrackStrainVector, and tempMaxCrackStrains.
|
overridevirtual |
Print receiver's output to given stream.
Reimplemented from oofem::IntegrationPointStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
Definition at line 2356 of file fcm.C.
References crackDirs, crackStatuses, giveCharLength(), giveCrackStrain(), giveNumberOfCracks(), pscm_CLOSED, pscm_JUST_INIT, pscm_NONE, pscm_SOFTENING, and pscm_UNLO_RELO.
|
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::IntegrationPointStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
Definition at line 2585 of file fcm.C.
References charLengths, oofem::CIO_OK, crackDirs, crackStatuses, crackStrainVector, maxCrackStrains, THROW_CIOERR, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, and transMatrix_L2Gstress.
|
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::IntegrationPointStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
Definition at line 2538 of file fcm.C.
References charLengths, oofem::CIO_OK, crackDirs, crackStatuses, crackStrainVector, maxCrackStrains, THROW_CIOERR, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, and transMatrix_L2Gstress.
|
inline |
sets characteristic length for i-th crack
Definition at line 170 of file fcm.h.
References charLengths.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets matrix with crack directions (normal vectors)
Definition at line 176 of file fcm.h.
References crackDirs.
Referenced by oofem::FCMMaterial::giveRealStressVector(), and oofem::FCMMaterial::initializeCrack().
|
inline |
sets equilibrated vector of cracking strains (max 6 components)
Definition at line 142 of file fcm.h.
References crackStrainVector.
Referenced by oofem::FCMMaterial::checkStrengthCriterion().
|
inline |
sets transformation matrix for strain transformation from global to local coordinate system
Definition at line 146 of file fcm.h.
References transMatrix_G2Lstrain.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 144 of file fcm.h.
References transMatrix_G2Lstress.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 150 of file fcm.h.
References transMatrix_L2Gstrain.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from local to global coordinate system
Definition at line 148 of file fcm.h.
References transMatrix_L2Gstress.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets value of the maximum crack strain for the i-th crack (equilibrated value)
Definition at line 111 of file fcm.h.
References maxCrackStrains.
Referenced by oofem::FCMMaterial::checkStrengthCriterion().
|
inline |
sets temporary value of status for of the i-th crack
Definition at line 123 of file fcm.h.
References tempCrackStatuses.
Referenced by oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::initializeCrack(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
sets temporary value of i-th cracking strain (max 6 components)
Definition at line 140 of file fcm.h.
References tempCrackStrainVector.
Referenced by oofem::FCMMaterial::giveRealStressVector().
|
inline |
sets temporary vector of cracking strains (max 6 components)
Definition at line 136 of file fcm.h.
References tempCrackStrainVector.
Referenced by oofem::FCMMaterial::checkStrengthCriterion().
|
inline |
sets value of the maximum crack strain for the i-th crack (temporary value)
Definition at line 116 of file fcm.h.
References tempMaxCrackStrains.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FCMMaterial::updateCrackStatus().
| void oofem::FCMMaterialStatus::setTempNormalCrackStrainVector | ( | FloatArray | a | ) |
sets temporary vector of cracking strains (normal components)
Definition at line 2463 of file fcm.C.
References oofem::FloatArray::at(), oofem::FloatArray::giveSize(), and tempCrackStrainVector.
Referenced by oofem::FCMMaterial::giveRealStressVector().
|
overridevirtual |
Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::IntegrationPointStatus.
Reimplemented in oofem::FRCFCMNLStatus, and oofem::FRCFCMStatus.
Definition at line 2492 of file fcm.C.
References crackStatuses, crackStrainVector, maxCrackStrains, nMaxCracks, pscm_CLOSED, pscm_NONE, tempCrackStatuses, tempCrackStrainVector, and tempMaxCrackStrains.
|
protected |
Characteristic lengths computed from the crack orientation and element geometry.
Definition at line 83 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCharLength(), restoreContext(), saveContext(), and setCharLength().
|
protected |
Storing direction of cracks (crack normals) in columwise format.
Definition at line 81 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackDirs(), printOutputAt(), restoreContext(), saveContext(), and setCrackDirs().
|
protected |
crack statuses (none, just initialized, softening, unload-reload, closed)
Definition at line 75 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackStatus(), giveCrackStatus(), giveNumberOfCracks(), initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Components of crack strain vector (normal as well as shear).
Definition at line 79 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackStrain(), giveCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), setCrackStrainVector(), and updateYourself().
|
protected |
Max. crack strain reached in the entire previous history.
Definition at line 77 of file fcm.h.
Referenced by FCMMaterialStatus(), giveMaxCrackStrain(), giveMaxCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), setMaxCrackStrain(), and updateYourself().
|
protected |
number of maximum possible cracks (optional parameter)
Definition at line 95 of file fcm.h.
Referenced by FCMMaterialStatus(), oofem::FRCFCMNLStatus::FRCFCMNLStatus(), giveMaxNumberOfCracks(), and updateYourself().
|
protected |
Definition at line 75 of file fcm.h.
Referenced by FCMMaterialStatus(), giveNumberOfTempCracks(), giveTempCrackStatus(), giveTempCrackStatus(), initTempStatus(), setTempCrackStatus(), and updateYourself().
|
protected |
Definition at line 79 of file fcm.h.
Referenced by FCMMaterialStatus(), giveTempCrackStrain(), giveTempCrackStrainVector(), initTempStatus(), setTempCrackStrain(), setTempCrackStrainVector(), setTempNormalCrackStrainVector(), and updateYourself().
|
protected |
Definition at line 77 of file fcm.h.
Referenced by FCMMaterialStatus(), giveTempMaxCrackStrain(), initTempStatus(), setTempMaxCrackStrain(), and updateYourself().
|
protected |
transformation matrix converting strain from global to local coordinate system
Definition at line 88 of file fcm.h.
Referenced by FCMMaterialStatus(), giveG2LStrainVectorTransformationMtrx(), restoreContext(), saveContext(), and setG2LStrainVectorTransformationMtrx().
|
protected |
transformation matrix converting stress from global to local coordinate system
Definition at line 86 of file fcm.h.
Referenced by FCMMaterialStatus(), giveG2LStressVectorTransformationMtrx(), restoreContext(), saveContext(), and setG2LStressVectorTransformationMtrx().
|
protected |
transformation matrix converting strain from local to global coordinate system
Definition at line 92 of file fcm.h.
Referenced by FCMMaterialStatus(), giveL2GStrainVectorTransformationMtrx(), restoreContext(), saveContext(), and setL2GStrainVectorTransformationMtrx().
|
protected |
transformation matrix converting stress from local to global coordinate system
Definition at line 90 of file fcm.h.
Referenced by FCMMaterialStatus(), giveL2GStressVectorTransformationMtrx(), restoreContext(), saveContext(), and setL2GStressVectorTransformationMtrx().