|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
This class implements associated Material Status to FCMMaterial (fixed crack material). More...
#include <fcm.h>
Inheritance diagram for oofem::FCMMaterialStatus:
Collaboration diagram for oofem::FCMMaterialStatus:Public Member Functions | |
| FCMMaterialStatus (int n, Domain *d, GaussPoint *g) | |
| virtual | ~FCMMaterialStatus () |
| virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
| prints the output into the output file More... | |
| virtual int | giveNumberOfCracks () const |
| returns number of cracks from the previous time step (equilibrated value) More... | |
| virtual int | giveNumberOfTempCracks () const |
| returns temporary number of cracks More... | |
| const FloatArray & | giveMaxCrackStrainVector () |
| returns vector with maximum cracking strains (max 3 components) More... | |
| double | giveMaxCrackStrain (int icrack) |
| returns maximum crack strain for the i-th crack (equilibrated value) More... | |
| void | setMaxCrackStrain (int icrack, double val) |
| sets value of the maximum crack strain for the i-th crack (equilibrated value) More... | |
| double | giveTempMaxCrackStrain (int icrack) |
| returns maximum crack strain for the i-th crack (temporary value) More... | |
| void | setTempMaxCrackStrain (int icrack, double val) |
| sets value of the maximum crack strain for the i-th crack (temporary value) More... | |
| const IntArray & | giveTempCrackStatus () |
| returns vector of temporary crack statuses More... | |
| int | giveTempCrackStatus (int icrack) const |
| returns temporary value of status associated with i-th crack direction More... | |
| void | setTempCrackStatus (int icrack, int val) |
| sets temporary value of status for of the i-th crack More... | |
| int | giveCrackStatus (int icrack) const |
| return equilibrated value of status associated with i-th crack direction More... | |
| const FloatArray & | giveCrackStrainVector () const |
| return equilibrated crack strain vector (max 6 components) More... | |
| const FloatArray & | giveTempCrackStrainVector () |
| return temporary crack strain vector (max 6 components) More... | |
| double | giveCrackStrain (int icrack) const |
| returns i-th component of the crack strain vector (equilibrated) More... | |
| double | giveTempCrackStrain (int icrack) const |
| returns i-th component of the crack strain vector (temporary) More... | |
| void | setTempCrackStrainVector (FloatArray a) |
| sets temporary vector of cracking strains (max 6 components) More... | |
| void | setTempCrackStrain (int icrack, double val) |
| sets temporary value of i-th cracking strain (max 6 components) More... | |
| void | setCrackStrainVector (FloatArray a) |
| sets equilibrated vector of cracking strains (max 6 components) More... | |
| void | setG2LStressVectorTransformationMtrx (FloatMatrix t) |
| sets transformation matrix for stress transformation from global to local coordinate system More... | |
| void | setG2LStrainVectorTransformationMtrx (FloatMatrix s) |
| sets transformation matrix for strain transformation from global to local coordinate system More... | |
| void | setL2GStressVectorTransformationMtrx (FloatMatrix t) |
| sets transformation matrix for stress transformation from local to global coordinate system More... | |
| void | setL2GStrainVectorTransformationMtrx (FloatMatrix s) |
| sets transformation matrix for stress transformation from global to local coordinate system More... | |
| const FloatMatrix & | giveG2LStressVectorTransformationMtrx () |
| returns transformation matrix for stress transformation from global to local coordinate system More... | |
| const FloatMatrix & | giveG2LStrainVectorTransformationMtrx () |
| sets transformation matrix for strain transformation from global to local coordinate system More... | |
| const FloatMatrix & | giveL2GStressVectorTransformationMtrx () |
| sets transformation matrix for stress transformation from local to global coordinate system More... | |
| const FloatMatrix & | giveL2GStrainVectorTransformationMtrx () |
| sets transformation matrix for stress transformation from global to local coordinate system More... | |
| double | giveCharLength (int icrack) const |
| returns characteristic length associated with i-th crack direction More... | |
| void | setCharLength (int icrack, double val) |
| sets characteristic length for i-th crack More... | |
| const FloatMatrix & | giveCrackDirs () |
| returns crack directions More... | |
| const IntArray & | giveCrackStatus () |
| returns crack statuses More... | |
| void | setCrackDirs (FloatMatrix a) |
| sets matrix with crack directions (normal vectors) More... | |
| virtual int | giveMaxNumberOfCracks (GaussPoint *gp) |
| returns maximum number of cracks associated with current mode More... | |
| virtual const char * | giveClassName () const |
| virtual void | initTempStatus () |
| initializes temporary status More... | |
| virtual void | updateYourself (TimeStep *tStep) |
| replaces equilibrated values with temporary values More... | |
| virtual contextIOResultType | saveContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
| saves current context(state) into stream More... | |
| virtual contextIOResultType | restoreContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
| restores context(state) from stream More... | |
Public Member Functions inherited from oofem::StructuralMaterialStatus | |
| StructuralMaterialStatus (int n, Domain *d, GaussPoint *g) | |
| Constructor. Creates new StructuralMaterialStatus with number n, belonging to domain d and IntegrationPoint g. More... | |
| virtual | ~StructuralMaterialStatus () |
| Destructor. More... | |
| const FloatArray & | giveStrainVector () const |
| Returns the const pointer to receiver's strain vector. More... | |
| const FloatArray & | giveStressVector () const |
| Returns the const pointer to receiver's stress vector. More... | |
| const FloatArray & | givePVector () const |
| Returns the const pointer to receiver's first Piola-Kirchhoff stress vector. More... | |
| const FloatArray & | giveCVector () const |
| Returns the const pointer to receiver's Cauchy stress vector. More... | |
| const FloatArray & | giveFVector () const |
| Returns the const pointer to receiver's deformation gradient vector. More... | |
| const FloatArray & | giveTempStrainVector () const |
| Returns the const pointer to receiver's temporary strain vector. More... | |
| const FloatArray & | giveTempStressVector () const |
| Returns the const pointer to receiver's temporary stress vector. More... | |
| const FloatArray & | giveTempPVector () const |
| Returns the const pointer to receiver's temporary first Piola-Kirchhoff stress vector. More... | |
| const FloatArray & | giveTempCVector () const |
| Returns the const pointer to receiver's temporary Cauchy stress vector. More... | |
| const FloatArray & | giveTempFVector () const |
| Returns the const pointer to receiver's temporary deformation gradient vector. More... | |
| void | letStrainVectorBe (const FloatArray &v) |
| Assigns strain vector to given vector v. More... | |
| void | letStressVectorBe (const FloatArray &v) |
| Assigns stressVector to given vector v. More... | |
| void | letPVectorBe (const FloatArray &v) |
| Assigns PVector to given vector v. More... | |
| void | letCVectorBe (const FloatArray &v) |
| Assigns CVector to given vector v. More... | |
| void | letFVectorBe (const FloatArray &v) |
| Assigns FVector to given vector v. More... | |
| void | letTempStressVectorBe (const FloatArray &v) |
| Assigns tempStressVector to given vector v. More... | |
| void | letTempStrainVectorBe (const FloatArray &v) |
| Assigns tempStrainVector to given vector v. More... | |
| void | letTempPVectorBe (const FloatArray &v) |
| Assigns tempPVector to given vector v. More... | |
| void | letTempCVectorBe (const FloatArray &v) |
| Assigns tempPVector to given vector v. More... | |
| void | letTempFVectorBe (const FloatArray &v) |
| Assigns tempFVector to given vector v. More... | |
| virtual void | copyStateVariables (const MaterialStatus &iStatus) |
| Functions for MaterialStatusMapperInterface. More... | |
| virtual void | addStateVariables (const MaterialStatus &iStatus) |
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... | |
| Domain * | giveDomain () 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 Interface * | giveInterface (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 | |
| IntArray | crackStatuses |
| crack statuses (none, just initialized, softenin, unlo-relo, closed) More... | |
| IntArray | tempCrackStatuses |
| FloatArray | maxCrackStrains |
| Max. crack strain reached in the entire previous history. More... | |
| FloatArray | tempMaxCrackStrains |
| FloatArray | crackStrainVector |
| Components of crack strain vector (normal as well as shear). More... | |
| FloatArray | tempCrackStrainVector |
| FloatMatrix | crackDirs |
| Storing direction of cracks (crack normals) in columwise format. More... | |
| FloatArray | charLengths |
| Characteristic lengths computed from the crack orientation and element geometry. More... | |
| FloatMatrix | transMatrix_G2Lstress |
| transformation matrix converting stress from global to local coordinate system More... | |
| FloatMatrix | transMatrix_G2Lstrain |
| transformation matrix converting strain from global to local coordinate system More... | |
| FloatMatrix | transMatrix_L2Gstress |
| transformation matrix converting stress from local to global coordinate system More... | |
| FloatMatrix | transMatrix_L2Gstrain |
| transformation matrix converting strain from local to global coordinate system More... | |
| int | nMaxCracks |
| number of maximum possible cracks (optional parameter) More... | |
Protected Attributes inherited from oofem::StructuralMaterialStatus | |
| FloatArray | strainVector |
| Equilibrated strain vector in reduced form. More... | |
| FloatArray | stressVector |
| Equilibrated stress vector in reduced form. More... | |
| FloatArray | tempStressVector |
| Temporary stress vector in reduced form (increments are used mainly in nonlinear analysis) More... | |
| FloatArray | tempStrainVector |
| Temporary strain vector in reduced form (to find balanced state) More... | |
| FloatArray | PVector |
| Equilibrated first Piola-Kirchhoff stress vector. More... | |
| FloatArray | tempPVector |
| Temporary first Piola-Kirchhoff stress vector (to find balanced state) More... | |
| FloatArray | CVector |
| Equilibrated Cauchy stress vector. More... | |
| FloatArray | tempCVector |
| Temporary Cauchy stress vector (to find balanced state) More... | |
| FloatArray | FVector |
| Equilibrated deformation gradient in reduced form. More... | |
| FloatArray | tempFVector |
| Temporary deformation gradient in reduced form (to find balanced state) More... | |
Protected Attributes inherited from oofem::IntegrationPointStatus | |
| GaussPoint * | gp |
| Associated integration point. More... | |
Protected Attributes inherited from oofem::FEMComponent | |
| int | number |
| Component number. More... | |
| Domain * | domain |
| Link to domain object, useful for communicating with other FEM components. More... | |
Protected Attributes inherited from oofem::MaterialStatusMapperInterface | |
| MaterialMappingAlgorithm * | mpMaterialMapper |
This class implements associated Material Status to FCMMaterial (fixed crack material).
| oofem::FCMMaterialStatus::FCMMaterialStatus | ( | int | n, |
| Domain * | d, | ||
| GaussPoint * | g | ||
| ) |
Definition at line 1722 of file fcm.C.
References oofem::FloatMatrix::at(), charLengths, crackDirs, crackStatuses, crackStrainVector, giveMaxNumberOfCracks(), maxCrackStrains, nMaxCracks, oofem::IntArray::resize(), oofem::FloatArray::resize(), oofem::FloatMatrix::resize(), tempCrackStatuses, tempCrackStrainVector, tempMaxCrackStrains, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, transMatrix_L2Gstress, oofem::FloatArray::zero(), oofem::FloatMatrix::zero(), and oofem::IntArray::zero().
Referenced by oofem::FCMMaterial::CreateStatus().
|
inline |
returns characteristic length associated with i-th crack direction
Definition at line 158 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::ConcreteFCM::checkSnapBack(), oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::ConcreteFCM::giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), oofem::FCMMaterial::giveIPValue(), oofem::ConcreteFCM::giveNormalCrackingStress(), and oofem::FCMMaterial::giveNumberOfCracksInDirection().
|
inlinevirtual |
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 177 of file fcm.h.
References initTempStatus(), restoreContext(), saveContext(), and updateYourself().
|
inline |
returns crack directions
Definition at line 168 of file fcm.h.
References crackDirs.
Referenced by oofem::FRCFCM::computeCrackFibreAngle(), oofem::FRCFCMNL::computeNonlocalStressInFibers(), oofem::FCMMaterial::giveIPValue(), oofem::FRCFCMNL::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), and oofem::FRCFCMNL::isInElementProjection().
|
inline |
return equilibrated value of status associated with i-th crack direction
Definition at line 123 of file fcm.h.
References oofem::IntArray::at().
Referenced by oofem::FCMMaterial::giveIPValue(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
|
inline |
returns i-th component of the crack strain vector (equilibrated)
Definition at line 130 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FRCFCM::giveIPValue(), and oofem::FCMMaterial::giveIPValue().
|
inline |
return equilibrated crack strain vector (max 6 components)
Definition at line 126 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 151 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 149 of file fcm.h.
References transMatrix_G2Lstress.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FRCFCMNL::giveRealStressVector().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 155 of file fcm.h.
References transMatrix_L2Gstrain.
Referenced by oofem::FCMMaterial::giveIPValue().
|
inline |
sets transformation matrix for stress transformation from local to global coordinate system
Definition at line 153 of file fcm.h.
References transMatrix_L2Gstress.
Referenced by oofem::FRCFCMNL::giveRealStressVector(), and oofem::FCMMaterial::giveRealStressVector().
|
inline |
returns maximum crack strain for the i-th crack (equilibrated value)
Definition at line 107 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::ConcreteFCM::giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), oofem::ConcreteFCM::giveNormalCrackingStress(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns vector with maximum cracking strains (max 3 components)
Definition at line 105 of file fcm.h.
References maxCrackStrains.
Referenced by oofem::FCMMaterial::updateCrackStatus().
|
virtual |
returns maximum number of cracks associated with current mode
Definition at line 1864 of file fcm.C.
References oofem::IntArray::contains(), oofem::GaussPoint::giveMaterialMode(), oofem::StructuralMaterial::giveVoigtSymVectorMask(), and nMaxCracks.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), FCMMaterialStatus(), oofem::FRCFCMNL::giveIPValue(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), oofem::FRCFCMNL::giveRealStressVector(), oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::initializeCrack(), oofem::FRCFCMNL::isStrengthExceeded(), oofem::FRCFCMNLStatus::printOutputAt(), setCrackDirs(), and oofem::FCMMaterial::updateCrackStatus().
|
virtual |
returns number of cracks from the previous time step (equilibrated value)
Definition at line 1829 of file fcm.C.
References oofem::IntArray::at(), crackStatuses, oofem::IntArray::giveSize(), and pscm_NONE.
Referenced by oofem::FCMMaterial::giveIPValue(), oofem::FCMMaterial::giveRealStressVector(), and printOutputAt().
|
virtual |
returns temporary number of cracks
Definition at line 1847 of file fcm.C.
References oofem::IntArray::at(), oofem::IntArray::giveSize(), pscm_NONE, and tempCrackStatuses.
Referenced by oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FRCFCMNL::computeNonlocalStressInFibers(), oofem::FRCFCMNL::computeNonlocalStressInFibersInUncracked(), oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FRCFCM::computeTempDamage(), oofem::FCMMaterial::giveMaterialStiffnessMatrix(), oofem::FRCFCMNL::giveRealStressVector(), and oofem::FCMMaterial::giveRealStressVector().
|
inline |
returns vector of temporary crack statuses
Definition at line 117 of file fcm.h.
References tempCrackStatuses.
Referenced by oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::ConcreteFCM::giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), oofem::ConcreteFCM::giveNormalCrackingStress(), oofem::FCMMaterial::giveRealStressVector(), oofem::FCMMaterial::isIntact(), oofem::FCMMaterial::isIntactForShear(), and oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns temporary value of status associated with i-th crack direction
Definition at line 119 of file fcm.h.
References oofem::IntArray::at().
|
inline |
returns i-th component of the crack strain vector (temporary)
Definition at line 132 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FCMMaterial::computeShearSlipOnCrack(), oofem::ConcreteFCM::giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), and oofem::FRCFCMNL::giveRealStressVector().
|
inline |
return temporary crack strain vector (max 6 components)
Definition at line 128 of file fcm.h.
References tempCrackStrainVector.
Referenced by oofem::FCMMaterial::updateCrackStatus().
|
inline |
returns maximum crack strain for the i-th crack (temporary value)
Definition at line 112 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FRCFCM::computeD2ModulusForCrack(), oofem::FRCFCM::estimateD2ModulusForCrack(), and oofem::FRCFCM::maxShearStress().
|
virtual |
initializes temporary status
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 1891 of file fcm.C.
References crackStatuses, crackStrainVector, oofem::StructuralMaterialStatus::initTempStatus(), maxCrackStrains, tempCrackStatuses, tempCrackStrainVector, and tempMaxCrackStrains.
Referenced by giveClassName(), and oofem::ConcreteFCMStatus::initTempStatus().
|
virtual |
prints the output into the output file
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 1784 of file fcm.C.
References oofem::IntArray::at(), oofem::FloatMatrix::at(), crackDirs, crackStatuses, oofem::FloatMatrix::giveNumberOfColumns(), giveNumberOfCracks(), oofem::FloatMatrix::giveNumberOfRows(), oofem::StructuralMaterialStatus::printOutputAt(), pscm_CLOSED, pscm_JUST_INIT, pscm_NONE, pscm_SOFTENING, and pscm_UNLO_RELO.
Referenced by oofem::ConcreteFCMStatus::printOutputAt().
|
virtual |
restores context(state) from stream
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 2010 of file fcm.C.
References charLengths, oofem::CIO_OK, crackDirs, crackStatuses, crackStrainVector, maxCrackStrains, oofem::StructuralMaterialStatus::restoreContext(), oofem::IntArray::restoreYourself(), oofem::FloatArray::restoreYourself(), oofem::FloatMatrix::restoreYourself(), THROW_CIOERR, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, and transMatrix_L2Gstress.
Referenced by giveClassName(), and oofem::ConcreteFCMStatus::restoreContext().
|
virtual |
saves current context(state) into stream
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 1951 of file fcm.C.
References charLengths, oofem::CIO_OK, crackDirs, crackStatuses, crackStrainVector, maxCrackStrains, oofem::StructuralMaterialStatus::saveContext(), oofem::IntArray::storeYourself(), oofem::FloatArray::storeYourself(), oofem::FloatMatrix::storeYourself(), THROW_CIOERR, transMatrix_G2Lstrain, transMatrix_G2Lstress, transMatrix_L2Gstrain, and transMatrix_L2Gstress.
Referenced by giveClassName(), and oofem::ConcreteFCMStatus::saveContext().
|
inline |
sets characteristic length for i-th crack
Definition at line 166 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets matrix with crack directions (normal vectors)
Definition at line 172 of file fcm.h.
References giveMaxNumberOfCracks(), and oofem::IntegrationPointStatus::gp.
Referenced by oofem::FCMMaterial::giveRealStressVector(), and oofem::FCMMaterial::initializeCrack().
|
inline |
sets equilibrated vector of cracking strains (max 6 components)
Definition at line 138 of file fcm.h.
Referenced by oofem::FCMMaterial::checkStrengthCriterion().
|
inline |
sets transformation matrix for strain transformation from global to local coordinate system
Definition at line 142 of file fcm.h.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 140 of file fcm.h.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from global to local coordinate system
Definition at line 146 of file fcm.h.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets transformation matrix for stress transformation from local to global coordinate system
Definition at line 144 of file fcm.h.
Referenced by oofem::FCMMaterial::initializeCrack().
|
inline |
sets value of the maximum crack strain for the i-th crack (equilibrated value)
Definition at line 109 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::checkStrengthCriterion().
|
inline |
sets temporary value of status for of the i-th crack
Definition at line 121 of file fcm.h.
References oofem::IntArray::at().
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 136 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::giveRealStressVector().
|
inline |
sets temporary vector of cracking strains (max 6 components)
Definition at line 134 of file fcm.h.
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FCMMaterial::giveRealStressVector().
|
inline |
sets value of the maximum crack strain for the i-th crack (temporary value)
Definition at line 114 of file fcm.h.
References oofem::FloatArray::at().
Referenced by oofem::FCMMaterial::checkStrengthCriterion(), and oofem::FCMMaterial::updateCrackStatus().
|
virtual |
replaces equilibrated values with temporary values
Reimplemented from oofem::StructuralMaterialStatus.
Reimplemented in oofem::FRCFCMStatus, oofem::FRCFCMNLStatus, and oofem::ConcreteFCMStatus.
Definition at line 1906 of file fcm.C.
References oofem::IntArray::at(), oofem::FloatArray::at(), crackStatuses, crackStrainVector, oofem::IntArray::giveSize(), oofem::FloatArray::giveSize(), maxCrackStrains, nMaxCracks, pscm_CLOSED, pscm_NONE, tempCrackStatuses, tempCrackStrainVector, tempMaxCrackStrains, and oofem::StructuralMaterialStatus::updateYourself().
Referenced by giveClassName(), and oofem::ConcreteFCMStatus::updateYourself().
|
protected |
Characteristic lengths computed from the crack orientation and element geometry.
Definition at line 80 of file fcm.h.
Referenced by FCMMaterialStatus(), restoreContext(), and saveContext().
|
protected |
Storing direction of cracks (crack normals) in columwise format.
Definition at line 78 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackDirs(), printOutputAt(), restoreContext(), and saveContext().
|
protected |
crack statuses (none, just initialized, softenin, unlo-relo, closed)
Definition at line 72 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackStatus(), giveNumberOfCracks(), initTempStatus(), printOutputAt(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Components of crack strain vector (normal as well as shear).
Definition at line 76 of file fcm.h.
Referenced by FCMMaterialStatus(), giveCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), and updateYourself().
|
protected |
Max. crack strain reached in the entire previous history.
Definition at line 74 of file fcm.h.
Referenced by FCMMaterialStatus(), giveMaxCrackStrainVector(), initTempStatus(), restoreContext(), saveContext(), and updateYourself().
|
protected |
number of maximum possible cracks (optional parameter)
Definition at line 92 of file fcm.h.
Referenced by FCMMaterialStatus(), oofem::FRCFCMNLStatus::FRCFCMNLStatus(), giveMaxNumberOfCracks(), and updateYourself().
|
protected |
Definition at line 72 of file fcm.h.
Referenced by FCMMaterialStatus(), giveNumberOfTempCracks(), giveTempCrackStatus(), initTempStatus(), and updateYourself().
|
protected |
Definition at line 76 of file fcm.h.
Referenced by FCMMaterialStatus(), giveTempCrackStrainVector(), initTempStatus(), and updateYourself().
|
protected |
Definition at line 74 of file fcm.h.
Referenced by FCMMaterialStatus(), initTempStatus(), and updateYourself().
|
protected |
transformation matrix converting strain from global to local coordinate system
Definition at line 85 of file fcm.h.
Referenced by FCMMaterialStatus(), giveG2LStrainVectorTransformationMtrx(), restoreContext(), and saveContext().
|
protected |
transformation matrix converting stress from global to local coordinate system
Definition at line 83 of file fcm.h.
Referenced by FCMMaterialStatus(), giveG2LStressVectorTransformationMtrx(), restoreContext(), and saveContext().
|
protected |
transformation matrix converting strain from local to global coordinate system
Definition at line 89 of file fcm.h.
Referenced by FCMMaterialStatus(), giveL2GStrainVectorTransformationMtrx(), restoreContext(), and saveContext().
|
protected |
transformation matrix converting stress from local to global coordinate system
Definition at line 87 of file fcm.h.
Referenced by FCMMaterialStatus(), giveL2GStressVectorTransformationMtrx(), restoreContext(), and saveContext().