|
OOFEM 3.0
|
#include <structuralslipfe2material.h>
Public Member Functions | |
| StructuralSlipFE2MaterialStatus (int rank, GaussPoint *g, const std ::string &inputfile, int el, int gp) | |
| EngngModel * | giveRVE () const |
| PrescribedDispSlipHomogenization * | giveBC () |
| bool | createRVE (const std ::string &inputfile, int rank, int el, int gp) |
| void | setTimeStep (TimeStep *tStep) |
| void | markOldTangent () |
| void | computeTangent (TimeStep *tStep) |
| void | initTempStatus () override |
| void | updateYourself (TimeStep *tStep) override |
| const char * | giveClassName () const override |
| FloatMatrix & | givedStressdEpsTangent () |
| Setters and getters. | |
| void | setdStressdEpsTangent (const FloatMatrix &iTangent) |
| void | setdBStressdEpsTangent (const FloatMatrix &iTangent) |
| void | setdRStressdEpsTangent (const FloatMatrix &iTangent) |
| void | setdStressdSTangent (const FloatMatrix &iTangent) |
| void | setdBStressdSTangent (const FloatMatrix &iTangent) |
| void | setdRStressdSTangent (const FloatMatrix &iTangent) |
| void | setdStressdGTangent (const FloatMatrix &iTangent) |
| void | setdBStressdGTangent (const FloatMatrix &iTangent) |
| void | setdRStressdGTangent (const FloatMatrix &iTangent) |
| const FloatArray & | giveSlipVector () const |
| const FloatArray & | giveTransferStressVector () const |
| const FloatArray & | giveTempSlipVector () const |
| void | letTempTransferStressVectorBe (const FloatArray &v) |
| void | letTempSlipVectorBe (const FloatArray &v) |
| const FloatArray & | giveSlipGradVector () const |
| const FloatArray & | giveReinfStressVector () const |
| const FloatArray & | giveTempSlipGradVector () const |
| void | letTempReinfStressVectorBe (const FloatArray &v) |
| void | letTempSlipGradVectorBe (const FloatArray &v) |
| 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 | 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. | |
| 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 | |
| std ::unique_ptr< EngngModel > | rve |
| The RVE. | |
| PrescribedDispSlipHomogenization * | bc = nullptr |
| Boundary condition in RVE that performs the computational homogenization. | |
| std::string | mInputFile |
| int | nel =1 |
| int | gpn =1 |
| FloatMatrix | dStressdEpsTangent |
| FloatMatrix | dBStressdEpsTangent |
| FloatMatrix | dRStressdEpsTangent |
| bool | olddSdETangent = true |
| bool | olddBSdETangent = true |
| bool | olddRSdETangent =true |
| FloatMatrix | dStressdSTangent |
| FloatMatrix | dBStressdSTangent |
| FloatMatrix | dRStressdSTangent |
| bool | olddSdSTangent = true |
| bool | olddBSdSTangent = true |
| bool | olddRSdSTangent = true |
| FloatMatrix | dStressdGTangent |
| FloatMatrix | dBStressdGTangent |
| FloatMatrix | dRStressdGTangent |
| bool | olddSdGTangent = true |
| bool | olddBSdGTangent = true |
| bool | olddRSdGTangent = true |
| FloatArray | slipVector |
| FloatArray | bStressVector |
| FloatArray | tempSlipVector |
| FloatArray | tempBStressVector |
| FloatArray | slipGradVector |
| FloatArray | rStressVector |
| FloatArray | tempSlipGradVector |
| FloatArray | tempRStressVector |
| 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 68 of file structuralslipfe2material.h.
| oofem::StructuralSlipFE2MaterialStatus::StructuralSlipFE2MaterialStatus | ( | int | rank, |
| GaussPoint * | g, | ||
| const std ::string & | inputfile, | ||
| int | el, | ||
| int | gp ) |
Definition at line 387 of file structuralslipfe2material.C.
References bStressVector, createRVE(), oofem::IntegrationPointStatus::gp, mInputFile, OOFEM_ERROR, rStressVector, slipGradVector, slipVector, oofem::StructuralMaterialStatus::strainVector, oofem::StructuralMaterialStatus::stressVector, oofem::StructuralMaterialStatus::StructuralMaterialStatus(), tempBStressVector, tempRStressVector, tempSlipGradVector, tempSlipVector, oofem::StructuralMaterialStatus::tempStrainVector, and oofem::StructuralMaterialStatus::tempStressVector.
| void oofem::StructuralSlipFE2MaterialStatus::computeTangent | ( | TimeStep * | tStep | ) |
Definition at line 483 of file structuralslipfe2material.C.
References bc, givedStressdEpsTangent(), oofem::TimeStep::isTheCurrentTimeStep(), olddSdETangent, and OOFEM_ERROR.
| bool oofem::StructuralSlipFE2MaterialStatus::createRVE | ( | const std ::string & | inputfile, |
| int | rank, | ||
| int | el, | ||
| int | gp ) |
Definition at line 419 of file structuralslipfe2material.C.
References oofem::_processor, bc, oofem::OOFEMTXTDataReader::finish(), giveBC(), oofem::IntegrationPointStatus::gp, oofem::InstanciateProblem(), oofem::microScale, OOFEM_ERROR, and rve.
Referenced by StructuralSlipFE2MaterialStatus().
| PrescribedDispSlipHomogenization * oofem::StructuralSlipFE2MaterialStatus::giveBC | ( | ) |
Definition at line 412 of file structuralslipfe2material.C.
Referenced by createRVE(), and oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inlineoverridevirtual |
Reimplemented from oofem::StructuralMaterialStatus.
Definition at line 117 of file structuralslipfe2material.h.
|
inline |
Setters and getters.
Definition at line 120 of file structuralslipfe2material.h.
References dStressdEpsTangent.
Referenced by computeTangent().
|
inline |
Definition at line 140 of file structuralslipfe2material.h.
References rStressVector.
Referenced by oofem::QPlaneStress2dSlip::giveIPValue(), oofem::QTrPlaneStress2dSlip::giveIPValue(), and initTempStatus().
|
inline |
Definition at line 104 of file structuralslipfe2material.h.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inline |
Definition at line 139 of file structuralslipfe2material.h.
References slipGradVector.
Referenced by initTempStatus().
|
inline |
Definition at line 133 of file structuralslipfe2material.h.
References slipVector.
Referenced by initTempStatus().
|
inline |
Definition at line 141 of file structuralslipfe2material.h.
References tempSlipGradVector.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 135 of file structuralslipfe2material.h.
References tempSlipVector.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 134 of file structuralslipfe2material.h.
References bStressVector.
Referenced by oofem::QPlaneStress2dSlip::giveIPValue(), oofem::QTrPlaneStress2dSlip::giveIPValue(), and initTempStatus().
|
overridevirtual |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables.
Reimplemented from oofem::StructuralMaterialStatus.
Definition at line 454 of file structuralslipfe2material.C.
References bStressVector, giveReinfStressVector(), giveSlipGradVector(), giveSlipVector(), giveTransferStressVector(), rStressVector, slipGradVector, slipVector, tempBStressVector, tempRStressVector, tempSlipGradVector, and tempSlipVector.
|
inline |
Definition at line 142 of file structuralslipfe2material.h.
References tempRStressVector.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inline |
Definition at line 143 of file structuralslipfe2material.h.
References tempSlipGradVector.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inline |
Definition at line 137 of file structuralslipfe2material.h.
References tempSlipVector.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inline |
Definition at line 136 of file structuralslipfe2material.h.
References tempBStressVector.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
| void oofem::StructuralSlipFE2MaterialStatus::markOldTangent | ( | ) |
Definition at line 508 of file structuralslipfe2material.C.
References olddBSdETangent, olddBSdGTangent, olddBSdSTangent, olddRSdETangent, olddRSdGTangent, olddRSdSTangent, olddSdETangent, olddSdGTangent, and olddSdSTangent.
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields().
|
inline |
Definition at line 122 of file structuralslipfe2material.h.
References dBStressdEpsTangent, and olddBSdETangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 130 of file structuralslipfe2material.h.
References dBStressdGTangent, and olddBSdGTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 126 of file structuralslipfe2material.h.
References dBStressdSTangent, and olddBSdSTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 123 of file structuralslipfe2material.h.
References dRStressdEpsTangent, and olddRSdETangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 131 of file structuralslipfe2material.h.
References dRStressdGTangent, and olddRSdGTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 127 of file structuralslipfe2material.h.
References dRStressdSTangent, and olddRSdSTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 121 of file structuralslipfe2material.h.
References dStressdEpsTangent, and olddSdETangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 129 of file structuralslipfe2material.h.
References dStressdGTangent, and olddSdGTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
|
inline |
Definition at line 125 of file structuralslipfe2material.h.
References dStressdSTangent, and olddSdSTangent.
Referenced by oofem::StructuralSlipFE2Material::giveSensitivities().
| void oofem::StructuralSlipFE2MaterialStatus::setTimeStep | ( | TimeStep * | tStep | ) |
Definition at line 446 of file structuralslipfe2material.C.
References oofem::TimeStep::giveNumber(), oofem::TimeStep::giveTargetTime(), oofem::TimeStep::giveTimeIncrement(), rve, oofem::TimeStep::setNumber(), oofem::TimeStep::setTime(), and oofem::TimeStep::setTimeIncrement().
Referenced by oofem::StructuralSlipFE2Material::giveHomogenizedFields(), and oofem::StructuralSlipFE2Material::giveRealStressVector_PlaneStress().
|
overridevirtual |
Update equilibrium history variables according to temp-variables. Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::StructuralMaterialStatus.
Definition at line 496 of file structuralslipfe2material.C.
References bStressVector, rStressVector, rve, slipGradVector, slipVector, tempBStressVector, tempRStressVector, tempSlipGradVector, and tempSlipVector.
|
protected |
Boundary condition in RVE that performs the computational homogenization.
Definition at line 74 of file structuralslipfe2material.h.
Referenced by computeTangent(), createRVE(), and giveBC().
|
protected |
Definition at line 92 of file structuralslipfe2material.h.
Referenced by giveTransferStressVector(), initTempStatus(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 82 of file structuralslipfe2material.h.
Referenced by setdBStressdEpsTangent().
|
protected |
Definition at line 88 of file structuralslipfe2material.h.
Referenced by setdBStressdGTangent().
|
protected |
Definition at line 85 of file structuralslipfe2material.h.
Referenced by setdBStressdSTangent().
|
protected |
Definition at line 82 of file structuralslipfe2material.h.
Referenced by setdRStressdEpsTangent().
|
protected |
Definition at line 88 of file structuralslipfe2material.h.
Referenced by setdRStressdGTangent().
|
protected |
Definition at line 85 of file structuralslipfe2material.h.
Referenced by setdRStressdSTangent().
|
protected |
Definition at line 82 of file structuralslipfe2material.h.
Referenced by givedStressdEpsTangent(), and setdStressdEpsTangent().
|
protected |
Definition at line 88 of file structuralslipfe2material.h.
Referenced by setdStressdGTangent().
|
protected |
Definition at line 85 of file structuralslipfe2material.h.
Referenced by setdStressdSTangent().
|
protected |
Definition at line 79 of file structuralslipfe2material.h.
|
protected |
Definition at line 76 of file structuralslipfe2material.h.
Referenced by StructuralSlipFE2MaterialStatus().
|
protected |
Definition at line 78 of file structuralslipfe2material.h.
|
protected |
Definition at line 83 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdBStressdEpsTangent().
|
protected |
Definition at line 89 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdBStressdGTangent().
|
protected |
Definition at line 86 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdBStressdSTangent().
|
protected |
Definition at line 83 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdRStressdEpsTangent().
|
protected |
Definition at line 89 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdRStressdGTangent().
|
protected |
Definition at line 86 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdRStressdSTangent().
|
protected |
Definition at line 83 of file structuralslipfe2material.h.
Referenced by computeTangent(), markOldTangent(), and setdStressdEpsTangent().
|
protected |
Definition at line 89 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdStressdGTangent().
|
protected |
Definition at line 86 of file structuralslipfe2material.h.
Referenced by markOldTangent(), and setdStressdSTangent().
|
protected |
Definition at line 97 of file structuralslipfe2material.h.
Referenced by giveReinfStressVector(), initTempStatus(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
The RVE.
Definition at line 72 of file structuralslipfe2material.h.
Referenced by createRVE(), giveBC(), setTimeStep(), and updateYourself().
|
protected |
Definition at line 96 of file structuralslipfe2material.h.
Referenced by giveSlipGradVector(), initTempStatus(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 91 of file structuralslipfe2material.h.
Referenced by giveSlipVector(), initTempStatus(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 94 of file structuralslipfe2material.h.
Referenced by initTempStatus(), letTempTransferStressVectorBe(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 99 of file structuralslipfe2material.h.
Referenced by initTempStatus(), letTempReinfStressVectorBe(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 98 of file structuralslipfe2material.h.
Referenced by giveTempSlipGradVector(), initTempStatus(), letTempSlipGradVectorBe(), StructuralSlipFE2MaterialStatus(), and updateYourself().
|
protected |
Definition at line 93 of file structuralslipfe2material.h.
Referenced by giveTempSlipVector(), initTempStatus(), letTempSlipVectorBe(), StructuralSlipFE2MaterialStatus(), and updateYourself().