|
OOFEM 3.0
|
#include <concretefcm.h>
Public Member Functions | |
| ConcreteFCM (int n, Domain *d) | |
| void | initializeFrom (InputRecord &ir) override |
| const char * | giveClassName () const override |
| const char * | giveInputRecordName () const override |
| std::unique_ptr< MaterialStatus > | CreateStatus (GaussPoint *gp) const override |
| double | give (int aProperty, GaussPoint *gp) const override |
| int | giveIPValue (FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override |
| MaterialStatus * | giveStatus (GaussPoint *gp) const override |
| Public Member Functions inherited from oofem::FCMMaterial | |
| FCMMaterial (int n, Domain *d) | |
| bool | hasMaterialModeCapability (MaterialMode mode) const override |
| const char * | giveClassName () const override |
| void | initializeFrom (InputRecord &ir) override |
| double | give (int aProperty, GaussPoint *gp) const override |
| FloatMatrixF< 6, 6 > | give3dMaterialStiffnessMatrix (MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override |
| FloatMatrixF< 3, 3 > | givePlaneStressStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const override |
| FloatMatrixF< 4, 4 > | givePlaneStrainStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const override |
| void | giveRealStressVector (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedStrain, TimeStep *tStep) const override |
| virtual void | initializeCrack (GaussPoint *gp, TimeStep *tStep, FloatMatrix &base, int nCrack) const |
| FloatArrayF< 6 > | giveRealStressVector_3d (const FloatArrayF< 6 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector for second Piola-Kirchoff stress. | |
| FloatArrayF< 4 > | giveRealStressVector_PlaneStrain (const FloatArrayF< 4 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector_3d. | |
| FloatArrayF< 3 > | giveRealStressVector_PlaneStress (const FloatArrayF< 3 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector_StressControl. | |
| FloatArrayF< 1 > | giveRealStressVector_1d (const FloatArrayF< 1 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector_StressControl. | |
| FloatArrayF< 2 > | giveRealStressVector_2dBeamLayer (const FloatArrayF< 2 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector_StressControl. | |
| FloatArrayF< 5 > | giveRealStressVector_PlateLayer (const FloatArrayF< 5 > &strain, GaussPoint *gp, TimeStep *tStep) const override |
| Default implementation relies on giveRealStressVector_StressControl. | |
| int | giveIPValue (FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override |
| virtual double | computeNormalCrackOpening (GaussPoint *gp, int i) const |
| uses temporary cracking strain and characteristic length to obtain the crack opening | |
| virtual double | computeMaxNormalCrackOpening (GaussPoint *gp, TimeStep *tStep, int i) const |
| uses maximum equilibrated cracking strain and characteristic length to obtain the maximum reached crack opening | |
| virtual double | computeShearSlipOnCrack (GaussPoint *gp, TimeStep *tStep, int i) const |
| computes total shear slip on a given crack plane (i = 1, 2, 3); the slip is computed from the temporary cracking strain | |
| std::unique_ptr< MaterialStatus > | CreateStatus (GaussPoint *gp) const override |
| Public Member Functions inherited from oofem::StructuralMaterial | |
| StructuralMaterial (int n, Domain *d) | |
| bool | hasMaterialModeCapability (MaterialMode mode) const override |
| const char * | giveClassName () const override |
| void | initializeFrom (InputRecord &ir) override |
| void | giveInputRecord (DynamicInputRecord &input) override |
| void | giveCharacteristicMatrix (FloatMatrix &answer, MatResponseMode type, GaussPoint *gp, TimeStep *tStep) const override |
| Returns characteristic matrix of the receiver. | |
| void | giveCharacteristicVector (FloatArray &answer, FloatArray &flux, MatResponseMode type, GaussPoint *gp, TimeStep *tStep) const override |
| Returns characteristic vector of the receiver. | |
| virtual void | giveStiffnessMatrix (FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatArray | giveRealStressVector_StressControl (const FloatArray &reducedE, const IntArray &strainControl, GaussPoint *gp, TimeStep *tStep) const |
| Iteratively calls giveRealStressVector_3d to find the stress controlled equal to zero· | |
| virtual FloatArray | giveRealStressVector_ShellStressControl (const FloatArray &reducedE, const IntArray &strainControl, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatArrayF< 2 > | giveRealStressVector_Warping (const FloatArrayF< 2 > &reducedE, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveRealStressVector_StressControl. | |
| virtual FloatArrayF< 3 > | giveRealStressVector_Fiber (const FloatArrayF< 3 > &reducedE, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveRealStressVector_StressControl. | |
| virtual FloatArrayF< 3 > | giveRealStressVector_2dPlateSubSoil (const FloatArrayF< 3 > &reducedE, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation is not provided. | |
| virtual FloatArrayF< 6 > | giveRealStressVector_3dBeamSubSoil (const FloatArrayF< 6 > &reducedE, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatArrayF< 9 > | giveFirstPKStressVector_3d (const FloatArrayF< 9 > &vF, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveRealStressVector for second Piola-Kirchoff stress. | |
| virtual FloatArrayF< 5 > | giveFirstPKStressVector_PlaneStrain (const FloatArrayF< 5 > &vF, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveFirstPKStressVector_3d. | |
| virtual FloatArray | giveFirstPKStressVector_StressControl (const FloatArray &reducedvF, const IntArray &FControl, GaussPoint *gp, TimeStep *tStep) const |
| Iteratively calls giveRealStressVector_3d to find the stress controlled equal to zero· | |
| virtual FloatArrayF< 4 > | giveFirstPKStressVector_PlaneStress (const FloatArrayF< 4 > &vF, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveFirstPKStressVector_StressControl. | |
| virtual FloatArrayF< 1 > | giveFirstPKStressVector_1d (const FloatArrayF< 1 > &vF, GaussPoint *gp, TimeStep *tStep) const |
| Default implementation relies on giveFirstPKStressVector_StressControl. | |
| virtual void | giveCauchyStressVector_3d (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedF, TimeStep *tStep) |
| virtual void | giveCauchyStressVector_PlaneStrain (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedF, TimeStep *tStep) |
| virtual void | giveCauchyStressVector_PlaneStress (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedF, TimeStep *tStep) |
| virtual void | giveCauchyStressVector_1d (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedF, TimeStep *tStep) |
| virtual void | giveEshelbyStressVector_PlaneStrain (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedF, TimeStep *tStep) |
| virtual FloatArrayF< 6 > | giveThermalDilatationVector (GaussPoint *gp, TimeStep *tStep) const |
| double | giveReferenceTemperature () |
| virtual FloatArray | computeStressIndependentStrainVector (GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const |
| FloatArrayF< 6 > | computeStressIndependentStrainVector_3d (GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const |
| virtual void | giveStiffnessMatrix_dPdF (FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) |
| virtual FloatMatrixF< 9, 9 > | give3dMaterialStiffnessMatrix_dPdF (MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const |
| virtual void | give3dMaterialStiffnessMatrix_dCde (FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) |
| void | giveStressDependentPartOfStrainVector (FloatArray &answer, GaussPoint *gp, const FloatArray &reducedStrainVector, TimeStep *tStep, ValueModeType mode) const |
| int | setIPValue (const FloatArray &value, GaussPoint *gp, InternalStateType type) override |
| int | giveIPValue (FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override |
| virtual FloatMatrixF< 4, 4 > | givePlaneStressStiffnessMatrix_dPdF (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual void | givePlaneStressStiffMtrx_dCde (FloatMatrix &answer, MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) |
| virtual FloatMatrixF< 5, 5 > | givePlaneStrainStiffnessMatrix_dPdF (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual void | givePlaneStrainStiffMtrx_dCde (FloatMatrix &answer, MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) |
| virtual FloatMatrixF< 1, 1 > | give1dStressStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatMatrixF< 1, 1 > | give1dStressStiffnessMatrix_dPdF (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual void | give1dStressStiffMtrx_dCde (FloatMatrix &answer, MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) |
| virtual FloatMatrixF< 2, 2 > | give2dBeamLayerStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatMatrixF< 5, 5 > | givePlateLayerStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatMatrixF< 3, 3 > | giveFiberStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatMatrixF< 3, 3 > | give2dPlateSubSoilStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| virtual FloatMatrixF< 6, 6 > | give3dBeamSubSoilStiffMtrx (MatResponseMode mmode, GaussPoint *gp, TimeStep *tStep) const |
| Public Member Functions inherited from oofem::Material | |
| Material (int n, Domain *d) | |
| virtual | ~Material ()=default |
| Destructor. | |
| virtual bool | isCharacteristicMtrxSymmetric (MatResponseMode rMode) const |
| virtual double | giveCharacteristicValue (MatResponseMode type, GaussPoint *gp, TimeStep *tStep) const |
| Returns characteristic value of the receiver. | |
| virtual bool | hasProperty (int aProperty, GaussPoint *gp) const |
| virtual void | modifyProperty (int aProperty, double value, GaussPoint *gp) |
| double | giveCastingTime () const |
| virtual bool | isActivated (TimeStep *tStep) const |
| virtual bool | hasCastingTimeSupport () const |
| void | printYourself () override |
| Prints receiver state on stdout. Useful for debugging. | |
| virtual void | saveIPContext (DataStream &stream, ContextMode mode, GaussPoint *gp) |
| virtual void | restoreIPContext (DataStream &stream, ContextMode mode, GaussPoint *gp) |
| int | checkConsistency () override |
| virtual void | restoreConsistency (GaussPoint *gp) |
| virtual int | initMaterial (Element *element) |
| virtual int | packUnknowns (DataStream &buff, TimeStep *tStep, GaussPoint *ip) |
| virtual int | unpackAndUpdateUnknowns (DataStream &buff, TimeStep *tStep, GaussPoint *ip) |
| virtual int | estimatePackSize (DataStream &buff, GaussPoint *ip) |
| virtual double | predictRelativeComputationalCost (GaussPoint *gp) |
| virtual double | predictRelativeRedistributionCost (GaussPoint *gp) |
| virtual void | initTempStatus (GaussPoint *gp) const |
| void | saveContext (DataStream &stream, ContextMode mode) override |
| void | restoreContext (DataStream &stream, ContextMode mode) override |
| Public Member Functions inherited from oofem::FEMComponent | |
| FEMComponent (int n, Domain *d) | |
| virtual | ~FEMComponent ()=default |
| Virtual destructor. | |
| Domain * | giveDomain () const |
| virtual void | setDomain (Domain *d) |
| int | giveNumber () const |
| void | setNumber (int num) |
| virtual void | updateLocalNumbering (EntityRenumberingFunctor &f) |
| virtual void | initializeFrom (InputRecord &ir, int priority) |
| virtual void | initializeFinish () |
| virtual void | postInitialize () |
| Performs post initialization steps. Called after all components are created and initialized. | |
| virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
| virtual Interface * | giveInterface (InterfaceType t) |
| std::string | errorInfo (const char *func) const |
| Returns string for prepending output (used by error reporting macros). | |
| Public Member Functions inherited from oofem::RandomMaterialExtensionInterface | |
| RandomMaterialExtensionInterface () | |
| Constructor. | |
| virtual | ~RandomMaterialExtensionInterface () |
| Destructor. | |
| void | initializeFrom (InputRecord &ir) |
| void | giveInputRecord (DynamicInputRecord &ir) |
| bool | give (int key, GaussPoint *gp, double &value) const |
| Public Member Functions inherited from oofem::Interface | |
| Interface () | |
| Constructor. | |
| virtual | ~Interface () |
Protected Types | |
| enum | SofteningType { ST_NONE , ST_Exponential , ST_Linear , ST_Hordijk , ST_UserDefinedCrack , ST_LinearHardeningStrain , ST_UserDefinedStrain , ST_Unknown } |
| type of post-peak behavior in the normal direction to the crack plane More... | |
| enum | ShearRetentionType { SHR_NONE , SHR_Const_ShearRetFactor , SHR_Const_ShearFactorCoeff , SHR_UserDefined_ShearRetFactor , SHR_Unknown } |
| type of reduction of the shear stiffness caused by cracking More... | |
| enum | ShearStrengthType { SHS_NONE , SHS_Const_Ft , SHS_Collins_Interlock , SHS_Residual_Ft , SHS_Unknown } |
| defines the maximum value of shear stress More... | |
Protected Member Functions | |
| double | giveTensileStrength (GaussPoint *gp, TimeStep *tStep) const override |
| comutes tensile strength | |
| virtual double | giveFractureEnergy (GaussPoint *gp, TimeStep *tStep) const |
| double | giveCrackingModulus (MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override |
| returns stiffness in the normal direction of the i-th crack | |
| double | giveCrackingModulusInTension (MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override |
| returns stiffness in the normal direction of the i-th crack | |
| double | computeEffectiveShearModulus (GaussPoint *gp, TimeStep *tStep, int i) const override |
| returns Geff which is necessary in the global stiffness matrix | |
| double | computeD2ModulusForCrack (GaussPoint *gp, TimeStep *tStep, int icrack) const override |
| shear modulus for a given crack plane (1, 2, 3) | |
| double | computeNumerD2ModulusForCrack (GaussPoint *gp, TimeStep *tStep, int icrack) const override |
| shear modulus for numerical purpose (stiffness matrix) for a given crack plane (1, 2, 3) | |
| double | giveNormalCrackingStress (GaussPoint *gp, TimeStep *tStep, double eps_cr, int i) const override |
| computes normal stress associated with i-th crack direction | |
| double | maxShearStress (GaussPoint *gp, TimeStep *tStep, int i) const override |
| computes the maximum value of the shear stress; if the shear stress exceeds this value, it is cropped | |
| virtual double | computeResidualTensileStrength (GaussPoint *gp, TimeStep *tStep) const |
| based on the maximum crack opening evaluates the residual strength | |
| void | checkSnapBack (GaussPoint *gp, TimeStep *tStep, int crack) const override |
| checks possible snap-back | |
| Protected Member Functions inherited from oofem::FCMMaterial | |
| virtual void | updateCrackStatus (GaussPoint *gp) const |
| updates crack statuses | |
| virtual double | giveCharacteristicElementLength (GaussPoint *gp, const FloatArray &crackPlaneNormal) const |
| returns characteristic element length in given direction | |
| virtual double | computeTotalD2Modulus (GaussPoint *gp, TimeStep *tStep, int i) const |
| shear modulus for a given shear direction (4, 5, 6) | |
| virtual double | computeNumerD2Modulus (GaussPoint *gp, TimeStep *tStep, int i) const |
| shear modulus in a STIFFNESS MATRIX for a given shear direction (4, 5, 6) | |
| virtual bool | isIntactForShear (GaussPoint *gp, int i) const |
| returns true for closed or no cracks associated to given shear direction (i = 4, 5, 6) | |
| virtual bool | isIntact (GaussPoint *gp, int icrack) const |
| returns true for closed or no crack (i = 1, 2, 3) | |
| virtual bool | isThisShearComponent (GaussPoint *gp, int component) const |
| returns true if current component is associated with shear | |
| virtual bool | checkStrengthCriterion (FloatMatrix &newBase, const FloatArray &globalStress, GaussPoint *gp, TimeStep *tStep, int nCrack) const |
| checks if the globalStress does not exceed strength in the direction of newBase for n-th crack | |
| virtual bool | isStrengthExceeded (const FloatMatrix &base, GaussPoint *gp, TimeStep *tStep, int iCrack, double trialStress) const |
| compares trial stress with strength. Returns true if the strength is exceeded. Function oveloaded in the nonlocal approach for the fiber reinforced composites | |
| virtual double | computeShearStiffnessRedistributionFactor (GaussPoint *gp, TimeStep *tStep, int ithCrackPlane, int jthCrackDirection) const |
| function calculating ratio used to split shear slips on two crack planes | |
| virtual double | giveCrackSpacing (void) const |
| returns either user-provided value of crack spacing or a value computed from composition | |
| virtual double | giveNumberOfCracksInDirection (GaussPoint *gp, int iCrack) const |
| returns number of fictiotious parallel cracks in the direction of i-th crack | |
| virtual double | giveNumberOfCracksForShearDirection (GaussPoint *gp, int i) const |
| returns number of cracks for given shear direction (i = 4, 5, 6) which is treated as the maximum of the two associated normal directions | |
| virtual void | giveMaterialStiffnessMatrix (FloatMatrix &answer, MatResponseMode, GaussPoint *gp, TimeStep *tStep) const |
| virtual void | giveTotalLocalCrackedStiffnessMatrix (FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const |
| returns local stiffness matrix in the cracks' direction (total according to the material mode) | |
| virtual void | giveNormalLocalCrackedStiffnessMatrix (FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const |
| returns local stiffness matrix in the cracks' direction (only normal components) | |
| virtual double | computeOverallElasticStiffness (GaussPoint *gp, TimeStep *tStep) const |
| returns overall Young's modulus | |
| virtual double | computeOverallElasticShearModulus (GaussPoint *gp, TimeStep *tStep) const |
| returns overall shear modulus | |
| virtual double | givePoissonsRatio () const |
| returns Poisson's ratio | |
| Protected Member Functions inherited from oofem::RandomMaterialExtensionInterface | |
| void | _generateStatusVariables (GaussPoint *) const |
Protected Attributes | |
| double | Gf = 0. |
| Fracture energy. | |
| double | Ft = 0. |
| Tensile strength. | |
| double | beta = 0. |
| shear retention factor | |
| double | sf = 0. |
| shear factor | |
| double | sf_numer = 0. |
| shear factor for numerical purpose | |
| double | fc = 0. |
| Collins' aggregate interlock: compressive strength in MPa. | |
| double | ag = 0. |
| Collins' aggregate interlock: aggregate diameter in appropriate units (same as FE mesh). | |
| double | lengthScale = 0. |
| Collins' aggregate interlock: 1 for meter, 1000 for analysis in mm. | |
| FloatArray | soft_w |
| user-defined softening (traction-COD) | |
| FloatArray | soft_function_w |
| FloatArray | soft_eps |
| user-defined softening (traction-strain) | |
| FloatArray | soft_function_eps |
| FloatArray | beta_w |
| user-defined shear retention factor (with respect to crack opening) | |
| FloatArray | beta_function |
| double | H = 0. |
| hardening modulus | |
| double | eps_f = 0. |
| strain at failure | |
| SofteningType | softType = ST_NONE |
| ShearRetentionType | shearType = SHR_Unknown |
| ShearStrengthType | shearStrengthType = SHS_Unknown |
| Protected Attributes inherited from oofem::FCMMaterial | |
| IsotropicLinearElasticMaterial | linearElasticMaterial |
| int | nAllowedCracks |
| allowed number of cracks (user-defined) | |
| ElementCharSizeMethod | ecsMethod |
| Method used for evaluation of characteristic element size. | |
| bool | multipleCrackShear |
| if true = takes shear compliance of all cracks, false = only dominant crack contribution, default value is false | |
| int | iterLimitGlobal = 20 |
| double | crackSpacing |
| value of crack spacing (allows to "have" more parallel cracks in one direction if the element size exceeds user-defined or computed crack spacing). | |
| double | shearCoeffNumer |
| minimum ratio of effective shear modulus vs. shear modulus - just for numerical purpose | |
| double | normalCoeffNumer |
| minimum ratio of effective normal stiffness vs. overall modulus - just for numerical purpose | |
| Protected Attributes inherited from oofem::StructuralMaterial | |
| double | referenceTemperature = 0. |
| Reference temperature (temperature, when material has been built into structure). | |
| MatResponseMode | SCStiffMode = TangentStiffness |
| stifness mode used in stress control | |
| double | SCRelTol = 1.e-3 |
| relative tolerance for stress control | |
| double | SCAbsTol = 1.e-12 |
| absolute stress tolerance for stress control | |
| int | SCMaxiter = 100000 |
| maximum iterations for stress-control | |
| Protected Attributes inherited from oofem::Material | |
| Dictionary | propertyDictionary |
| double | castingTime |
| int | preCastingTimeMat |
| Material existing before casting time - optional parameter, zero by default. | |
| Protected Attributes inherited from oofem::FEMComponent | |
| int | number |
| Component number. | |
| Domain * | domain |
| Link to domain object, useful for communicating with other FEM components. | |
| Protected Attributes inherited from oofem::RandomMaterialExtensionInterface | |
| IntArray | randVariables |
| Array of randomized variables (identified by a key). | |
| IntArray | randomVariableGenerators |
| Array of generators id's for corresponding randomized variables. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from oofem::StructuralMaterial | |
| static int | giveSymVI (int ind1, int ind2) |
| static int | giveVI (int ind1, int ind2) |
| static FloatMatrixF< 9, 9 > | convert_dSdE_2_dPdF_3D (const FloatMatrixF< 6, 6 > &dSdE, const FloatArrayF< 6 > &S, const FloatArrayF< 9 > &F) |
| static FloatMatrixF< 5, 5 > | convert_dSdE_2_dPdF_PlaneStrain (const FloatMatrixF< 4, 4 > &dSdE, const FloatArrayF< 4 > &S, const FloatArrayF< 5 > &F) |
| static FloatMatrixF< 4, 4 > | convert_dSdE_2_dPdF_PlaneStress (const FloatMatrixF< 3, 3 > &dSdE, const FloatArrayF< 3 > &S, const FloatArrayF< 4 > &F) |
| static FloatMatrixF< 1, 1 > | convert_dSdE_2_dPdF_1D (const FloatMatrixF< 1, 1 > &dSdE, const FloatArrayF< 1 > &S, const FloatArrayF< 1 > &F) |
| static void | computePrincipalValues (FloatArray &answer, const FloatArray &s, stressStrainPrincMode mode) |
| Common functions for convenience. | |
| static FloatArrayF< 3 > | computePrincipalValues (const FloatMatrixF< 3, 3 > &s) |
| static FloatArrayF< 3 > | computePrincipalValues (double I1, double I2, double I3) |
| static void | computePrincipalValDir (FloatArray &answer, FloatMatrix &dir, const FloatArray &s, stressStrainPrincMode mode) |
| static std::pair< FloatArrayF< 3 >, FloatMatrixF< 3, 3 > > | computePrincipalValDir (const FloatMatrixF< 3, 3 > &s) |
| static FloatArrayF< 6 > | computeDeviator (const FloatArrayF< 6 > &s) |
| static std::pair< FloatArrayF< 6 >, double > | computeDeviatoricVolumetricSplit (const FloatArrayF< 6 > &s) |
| static FloatArrayF< 6 > | computeDeviatoricVolumetricSum (const FloatArrayF< 6 > &dev, double mean) |
| static FloatArrayF< 6 > | applyDeviatoricElasticCompliance (const FloatArrayF< 6 > &stress, double EModulus, double nu) |
| static FloatArrayF< 6 > | applyDeviatoricElasticCompliance (const FloatArrayF< 6 > &stress, double GModulus) |
| static FloatArrayF< 6 > | applyDeviatoricElasticStiffness (const FloatArrayF< 6 > &strain, double EModulus, double nu) |
| static FloatArrayF< 6 > | applyDeviatoricElasticStiffness (const FloatArrayF< 6 > &strain, double GModulus) |
| static FloatArrayF< 6 > | applyElasticStiffness (const FloatArrayF< 6 > &strain, double EModulus, double nu) |
| static FloatArrayF< 6 > | applyElasticCompliance (const FloatArrayF< 6 > &stress, double EModulus, double nu) |
| static double | computeStressNorm (const FloatArrayF< 6 > &stress) |
| static double | computeFirstInvariant (const FloatArrayF< 6 > &s) |
| static double | computeSecondStressInvariant (const FloatArrayF< 6 > &s) |
| static double | computeThirdStressInvariant (const FloatArrayF< 6 > &s) |
| static double | computeFirstCoordinate (const FloatArrayF< 6 > &s) |
| static double | computeSecondCoordinate (const FloatArrayF< 6 > &s) |
| static double | computeThirdCoordinate (const FloatArrayF< 6 > &s) |
| static int | giveVoigtVectorMask (IntArray &answer, MaterialMode mmode) |
| static int | giveVoigtSymVectorMask (IntArray &answer, MaterialMode mmode) |
| static void | giveInvertedVoigtVectorMask (IntArray &answer, MaterialMode mmode) |
| static int | giveSizeOfVoigtVector (MaterialMode mmode) |
| static int | giveSizeOfVoigtSymVector (MaterialMode mmode) |
| static void | giveFullVectorForm (FloatArray &answer, const FloatArray &strainVector, MaterialMode matMode) |
| Converts the reduced symmetric Voigt vector (2nd order tensor) to full form. | |
| static void | giveFullVectorFormF (FloatArray &answer, const FloatArray &strainVector, MaterialMode matMode) |
| Converts the reduced deformation gradient Voigt vector (2nd order tensor). | |
| static void | giveFullSymVectorForm (FloatArray &answer, const FloatArray &vec, MaterialMode matMode) |
| Converts the reduced unsymmetric Voigt vector (2nd order tensor) to full form. | |
| static void | giveReducedVectorForm (FloatArray &answer, const FloatArray &vec, MaterialMode matMode) |
| Converts the full symmetric Voigt vector (2nd order tensor) to reduced form. | |
| static void | giveReducedSymVectorForm (FloatArray &answer, const FloatArray &vec, MaterialMode matMode) |
| Converts the full unsymmetric Voigt vector (2nd order tensor) to reduced form. | |
| static void | giveFullSymMatrixForm (FloatMatrix &answer, const FloatMatrix &red, MaterialMode matMode) |
| Converts the full unsymmetric Voigt matrix (4th order tensor) to reduced form. | |
| static void | giveReducedMatrixForm (FloatMatrix &answer, const FloatMatrix &full, MaterialMode matMode) |
| Converts the full symmetric Voigt matrix (4th order tensor) to reduced form. | |
| static void | giveReducedSymMatrixForm (FloatMatrix &answer, const FloatMatrix &full, MaterialMode matMode) |
| Converts the full unsymmetric Voigt matrix (4th order tensor) to reduced form. | |
| static FloatArrayF< 6 > | transformStrainVectorTo (const FloatMatrixF< 3, 3 > &base, const FloatArrayF< 6 > &strain, bool transpose=false) |
| static FloatArrayF< 6 > | transformStressVectorTo (const FloatMatrixF< 3, 3 > &base, const FloatArrayF< 6 > &stress, bool transpose=false) |
| static double | computeVonMisesStress (const FloatArray ¤tStress) |
| static double | computeVonMisesStress_3D (const FloatArrayF< 6 > &stress) |
| static double | computeVonMisesStress_PlaneStress (const FloatArrayF< 3 > &stress) |
| static FloatMatrixF< 6, 6 > | giveStrainVectorTranformationMtrx (const FloatMatrixF< 3, 3 > &base, bool transpose=false) |
| static FloatMatrixF< 3, 3 > | give2DStrainVectorTranformationMtrx (const FloatMatrixF< 2, 2 > &base, bool transpose=false) |
| static FloatMatrixF< 6, 6 > | giveStressVectorTranformationMtrx (const FloatMatrixF< 3, 3 > &base, bool transpose=false) |
| static FloatMatrixF< 3, 3 > | givePlaneStressVectorTranformationMtrx (const FloatMatrixF< 2, 2 > &base, bool transpose=false) |
| static void | sortPrincDirAndValCloseTo (FloatArray &pVal, FloatMatrix &pDir, const FloatMatrix &toPDir) |
| Static Public Attributes inherited from oofem::StructuralMaterial | |
| static std::array< std::array< int, 3 >, 3 > | vIindex |
| Voigt index map. | |
| static std::array< std::array< int, 3 >, 3 > | svIndex |
| Symmetric Voigt index map. | |
This class implements a ConcreteFCM material in a finite element problem.
Cracking is described using Fixed Crack Model based on crack band approach. The model offers several predefined functions for softening and for reduction of shear stiffness caused by cracking.
Definition at line 95 of file concretefcm.h.
|
protected |
type of reduction of the shear stiffness caused by cracking
| Enumerator | |
|---|---|
| SHR_NONE | |
| SHR_Const_ShearRetFactor | |
| SHR_Const_ShearFactorCoeff | |
| SHR_UserDefined_ShearRetFactor | |
| SHR_Unknown | |
Definition at line 164 of file concretefcm.h.
|
protected |
defines the maximum value of shear stress
| Enumerator | |
|---|---|
| SHS_NONE | |
| SHS_Const_Ft | |
| SHS_Collins_Interlock | |
| SHS_Residual_Ft | |
| SHS_Unknown | |
Definition at line 168 of file concretefcm.h.
|
protected |
type of post-peak behavior in the normal direction to the crack plane
| Enumerator | |
|---|---|
| ST_NONE | |
| ST_Exponential | |
| ST_Linear | |
| ST_Hordijk | |
| ST_UserDefinedCrack | |
| ST_LinearHardeningStrain | |
| ST_UserDefinedStrain | |
| ST_Unknown | |
Definition at line 160 of file concretefcm.h.
| oofem::ConcreteFCM::ConcreteFCM | ( | int | n, |
| Domain * | d ) |
Definition at line 44 of file concretefcm.C.
References oofem::FCMMaterial::FCMMaterial(), and oofem::RandomMaterialExtensionInterface::RandomMaterialExtensionInterface().
Referenced by oofem::ConcreteFCMViscoElastic::ConcreteFCMViscoElastic(), and oofem::FRCFCM::FRCFCM().
|
overrideprotectedvirtual |
checks possible snap-back
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 692 of file concretefcm.C.
References oofem::FCMMaterial::computeOverallElasticStiffness(), E, Gf, oofem::FCMMaterialStatus::giveCharLength(), oofem::GaussPoint::giveElement(), giveFractureEnergy(), oofem::Element::giveGlobalNumber(), giveStatus(), giveTensileStrength(), oofem::min(), OOFEM_ERROR, OOFEM_WARNING, soft_eps, soft_function_eps, soft_function_w, soft_w, softType, ST_Exponential, ST_Hordijk, ST_Linear, ST_LinearHardeningStrain, ST_NONE, ST_UserDefinedCrack, and ST_UserDefinedStrain.
|
overrideprotectedvirtual |
shear modulus for a given crack plane (1, 2, 3)
shear retention factor = beta(w)
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 591 of file concretefcm.C.
References beta, beta_function, beta_w, oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FCMMaterial::computeNormalCrackOpening(), oofem::FCMMaterial::computeOverallElasticShearModulus(), oofem::FCMMaterial::computeOverallElasticStiffness(), E, fcm_BIGNUMBER, fcm_SMALL_STRAIN, giveCrackingModulusInTension(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), oofem::FCMMaterial::isIntact(), oofem::max(), oofem::min(), N, OOFEM_ERROR, sf, shearType, SHR_Const_ShearFactorCoeff, SHR_Const_ShearRetFactor, SHR_NONE, and SHR_UserDefined_ShearRetFactor.
|
overrideprotectedvirtual |
returns Geff which is necessary in the global stiffness matrix
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 536 of file concretefcm.C.
References beta, oofem::FCMMaterial::computeNumerD2Modulus(), oofem::FCMMaterial::computeOverallElasticShearModulus(), oofem::FCMMaterial::giveNumberOfCracksForShearDirection(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), oofem::FCMMaterial::isIntactForShear(), oofem::FCMMaterial::multipleCrackShear, N, OOFEM_ERROR, shearType, SHR_Const_ShearFactorCoeff, SHR_Const_ShearRetFactor, SHR_NONE, and SHR_UserDefined_ShearRetFactor.
|
overrideprotectedvirtual |
shear modulus for numerical purpose (stiffness matrix) for a given crack plane (1, 2, 3)
Implements oofem::FCMMaterial.
Definition at line 657 of file concretefcm.C.
References oofem::FCMMaterial::computeOverallElasticStiffness(), E, fcm_BIGNUMBER, giveCrackingModulusInTension(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), oofem::FCMMaterial::isIntact(), N, OOFEM_ERROR, sf_numer, shearType, SHR_Const_ShearFactorCoeff, SHR_Const_ShearRetFactor, SHR_NONE, and SHR_UserDefined_ShearRetFactor.
|
protectedvirtual |
based on the maximum crack opening evaluates the residual strength
Definition at line 799 of file concretefcm.C.
References oofem::FCMMaterialStatus::giveMaxCrackStrain(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), oofem::FCMMaterialStatus::giveNumberOfTempCracks(), giveStatus(), giveTensileStrength(), and oofem::min().
Referenced by giveIPValue(), and maxShearStress().
|
inlineoverridevirtual |
Creates new copy of associated status and inserts it into given integration point.
| gp | Integration point where newly created status will be stored. |
Reimplemented from oofem::Material.
Reimplemented in oofem::ConcreteFCMViscoElastic, oofem::FRCFCM, and oofem::FRCFCMNL.
Definition at line 104 of file concretefcm.h.
Referenced by giveStatus().
|
overridevirtual |
Returns the value of material property 'aProperty'. Property must be identified by unique int id. Integration point also passed to allow for materials with spatially varying properties
| aProperty | ID of property requested. |
| gp | Integration point, |
Reimplemented from oofem::Material.
Reimplemented in oofem::ConcreteFCMViscoElastic.
Definition at line 828 of file concretefcm.C.
References Ft, ft_strength, Gf, gf_ID, and giveStatus().
Referenced by oofem::ConcreteFCMViscoElastic::give(), giveFractureEnergy(), and giveTensileStrength().
|
inlineoverridevirtual |
Implements oofem::FEMComponent.
Reimplemented in oofem::ConcreteFCMViscoElastic, and oofem::FRCFCMNL.
Definition at line 101 of file concretefcm.h.
|
overrideprotectedvirtual |
returns stiffness in the normal direction of the i-th crack
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 214 of file concretefcm.C.
References oofem::FCMMaterial::computeOverallElasticStiffness(), E, fcm_BIGNUMBER, giveCrackingModulusInTension(), giveStatus(), oofem::FCMMaterialStatus::giveTempCrackStatus(), pscm_CLOSED, and pscm_NONE.
|
overrideprotectedvirtual |
returns stiffness in the normal direction of the i-th crack
Implements oofem::FCMMaterial.
Definition at line 238 of file concretefcm.C.
References oofem::FCMMaterial::computeOverallElasticStiffness(), E, eps_f, fcm_BIGNUMBER, fcm_SMALL_STRAIN, Gf, oofem::FCMMaterialStatus::giveCharLength(), giveFractureEnergy(), oofem::FCMMaterialStatus::giveMaxCrackStrain(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), giveStatus(), oofem::FCMMaterialStatus::giveTempCrackStrain(), giveTensileStrength(), H, oofem::max(), OOFEM_ERROR, OOFEM_WARNING, soft_eps, soft_function_eps, soft_function_w, soft_w, softType, ST_Exponential, ST_Hordijk, ST_Linear, ST_LinearHardeningStrain, ST_NONE, ST_UserDefinedCrack, and ST_UserDefinedStrain.
Referenced by computeD2ModulusForCrack(), computeNumerD2ModulusForCrack(), and giveCrackingModulus().
|
inlineprotectedvirtual |
Reimplemented in oofem::ConcreteFCMViscoElastic.
Definition at line 145 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), oofem::ConcreteFCMViscoElastic::giveFractureEnergy(), and giveNormalCrackingStress().
|
inlineoverridevirtual |
Implements oofem::FEMComponent.
Reimplemented in oofem::ConcreteFCMViscoElastic, and oofem::FRCFCMNL.
Definition at line 102 of file concretefcm.h.
References _IFT_ConcreteFCM_Name.
|
overridevirtual |
Returns the integration point corresponding value in Reduced form.
| answer | Contain corresponding ip value, zero sized if not available. |
| gp | Integration point to which the value refers. |
| type | Determines the type of internal variable. |
| tStep | Determines the time step. |
Reimplemented from oofem::Material.
Reimplemented in oofem::ConcreteFCMViscoElastic, oofem::FRCFCM, and oofem::FRCFCMNL.
Definition at line 846 of file concretefcm.C.
References oofem::FloatArray::at(), computeResidualTensileStrength(), giveTensileStrength(), oofem::FloatArray::resize(), and oofem::FloatArray::zero().
Referenced by oofem::ConcreteFCMViscoElastic::giveIPValue().
|
overrideprotectedvirtual |
computes normal stress associated with i-th crack direction
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 368 of file concretefcm.C.
References oofem::FCMMaterial::computeOverallElasticStiffness(), E, eps_f, fcm_SMALL_STRAIN, Gf, oofem::FCMMaterialStatus::giveCharLength(), giveFractureEnergy(), oofem::FCMMaterialStatus::giveMaxCrackStrain(), oofem::FCMMaterial::giveNumberOfCracksInDirection(), giveStatus(), oofem::FCMMaterialStatus::giveTempCrackStatus(), giveTensileStrength(), H, oofem::max(), OOFEM_ERROR, OOFEM_WARNING, pscm_CLOSED, soft_eps, soft_function_eps, soft_function_w, soft_w, softType, ST_Exponential, ST_Hordijk, ST_Linear, ST_LinearHardeningStrain, ST_NONE, ST_UserDefinedCrack, and ST_UserDefinedStrain.
Referenced by oofem::ConcreteFCMViscoElastic::giveIPValue().
|
overridevirtual |
Returns material status of receiver in given integration point. If status does not exist yet, it is created using CreateStatus member function.
| gp | Returns reference to material status belonging to integration point gp. |
Reimplemented from oofem::Material.
Reimplemented in oofem::ConcreteFCMViscoElastic.
Definition at line 868 of file concretefcm.C.
References oofem::RandomMaterialExtensionInterface::_generateStatusVariables(), CreateStatus(), oofem::GaussPoint::giveMaterialStatus(), oofem::GaussPoint::hasMaterialStatus(), and oofem::GaussPoint::setMaterialStatus().
Referenced by checkSnapBack(), oofem::FRCFCM::computeCrackFibreAngle(), oofem::FRCFCM::computeD2ModulusForCrack(), computeResidualTensileStrength(), oofem::FRCFCM::computeStressInFibersInCracked(), oofem::FRCFCM::computeTempDamage(), oofem::FRCFCM::estimateD2ModulusForCrack(), give(), giveCrackingModulus(), oofem::FRCFCM::giveCrackingModulus(), giveCrackingModulusInTension(), oofem::FRCFCM::giveIPValue(), oofem::FRCFCMNL::giveIPValue(), giveNormalCrackingStress(), oofem::FRCFCMNL::giveRealStressVector(), oofem::FRCFCMNL::isStrengthExceeded(), and oofem::FRCFCM::maxShearStress().
|
inlineoverrideprotectedvirtual |
comutes tensile strength
Implements oofem::FCMMaterial.
Reimplemented in oofem::ConcreteFCMViscoElastic.
Definition at line 144 of file concretefcm.h.
References ft_strength, and give().
Referenced by checkSnapBack(), computeResidualTensileStrength(), giveCrackingModulusInTension(), giveIPValue(), giveNormalCrackingStress(), oofem::ConcreteFCMViscoElastic::giveTensileStrength(), oofem::FRCFCM::isStrengthExceeded(), and maxShearStress().
|
overridevirtual |
Initializes receiver according to object description stored in input record. This function is called immediately after creating object using constructor. Input record can be imagined as data record in component database belonging to receiver. Receiver may use value-name extracting functions to extract particular field from record. Note that initializeFrom may be called mutiple times.
| ir | Input record to initialize from. |
| priority | Priority of the input record. This is used to determine the order of initialization |
Reimplemented from oofem::FEMComponent.
Reimplemented in oofem::ConcreteFCMViscoElastic, oofem::FRCFCM, and oofem::FRCFCMNL.
Definition at line 48 of file concretefcm.C.
References _IFT_ConcreteFCM_ag, _IFT_ConcreteFCM_beta, _IFT_ConcreteFCM_beta_function, _IFT_ConcreteFCM_beta_w, _IFT_ConcreteFCM_eps_f, _IFT_ConcreteFCM_fc, _IFT_ConcreteFCM_ft, _IFT_ConcreteFCM_gf, _IFT_ConcreteFCM_H, _IFT_ConcreteFCM_lengthScale, _IFT_ConcreteFCM_sf, _IFT_ConcreteFCM_sf_numer, _IFT_ConcreteFCM_shearStrengthType, _IFT_ConcreteFCM_shearType, _IFT_ConcreteFCM_soft_eps, _IFT_ConcreteFCM_soft_function_eps, _IFT_ConcreteFCM_soft_function_w, _IFT_ConcreteFCM_soft_w, _IFT_ConcreteFCM_softType, _IFT_FCM_crackSpacing, ag, beta, beta_function, beta_w, eps_f, fc, Ft, Gf, oofem::FCMMaterial::giveCrackSpacing(), H, IR_GIVE_FIELD, IR_GIVE_OPTIONAL_FIELD, lengthScale, sf, sf_numer, shearStrengthType, shearType, SHR_Const_ShearFactorCoeff, SHR_Const_ShearRetFactor, SHR_NONE, SHR_UserDefined_ShearRetFactor, SHS_Collins_Interlock, SHS_Const_Ft, SHS_NONE, SHS_Residual_Ft, soft_eps, soft_function_eps, soft_function_w, soft_w, softType, ST_Exponential, ST_Hordijk, ST_Linear, ST_LinearHardeningStrain, ST_NONE, ST_UserDefinedCrack, and ST_UserDefinedStrain.
Referenced by oofem::ConcreteFCMViscoElastic::initializeFrom().
|
overrideprotectedvirtual |
computes the maximum value of the shear stress; if the shear stress exceeds this value, it is cropped
Implements oofem::FCMMaterial.
Reimplemented in oofem::FRCFCM.
Definition at line 751 of file concretefcm.C.
References ag, oofem::FCMMaterial::computeMaxNormalCrackOpening(), oofem::FCMMaterial::computeNormalCrackOpening(), computeResidualTensileStrength(), fc, fcm_BIGNUMBER, giveTensileStrength(), oofem::FCMMaterial::isIntactForShear(), lengthScale, oofem::max(), OOFEM_ERROR, shearStrengthType, SHS_Collins_Interlock, SHS_Const_Ft, SHS_NONE, and SHS_Residual_Ft.
|
protected |
Collins' aggregate interlock: aggregate diameter in appropriate units (same as FE mesh).
Definition at line 128 of file concretefcm.h.
Referenced by initializeFrom(), and maxShearStress().
|
protected |
shear retention factor
Definition at line 118 of file concretefcm.h.
Referenced by computeD2ModulusForCrack(), computeEffectiveShearModulus(), and initializeFrom().
|
protected |
Definition at line 137 of file concretefcm.h.
Referenced by computeD2ModulusForCrack(), and initializeFrom().
|
protected |
user-defined shear retention factor (with respect to crack opening)
Definition at line 137 of file concretefcm.h.
Referenced by computeD2ModulusForCrack(), and initializeFrom().
|
protected |
strain at failure
Definition at line 142 of file concretefcm.h.
Referenced by giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
Collins' aggregate interlock: compressive strength in MPa.
Definition at line 126 of file concretefcm.h.
Referenced by initializeFrom(), and maxShearStress().
|
protected |
Tensile strength.
Definition at line 116 of file concretefcm.h.
Referenced by oofem::FRCFCM::computeCrackSpacing(), give(), oofem::ConcreteFCMViscoElastic::giveFractureEnergy(), oofem::ConcreteFCMViscoElastic::giveTensileStrength(), initializeFrom(), and oofem::ConcreteFCMViscoElastic::initializeFrom().
|
protected |
Fracture energy.
Definition at line 114 of file concretefcm.h.
Referenced by checkSnapBack(), give(), giveCrackingModulusInTension(), oofem::ConcreteFCMViscoElastic::giveFractureEnergy(), giveNormalCrackingStress(), initializeFrom(), and oofem::ConcreteFCMViscoElastic::initializeFrom().
|
protected |
hardening modulus
Definition at line 140 of file concretefcm.h.
Referenced by giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
Collins' aggregate interlock: 1 for meter, 1000 for analysis in mm.
Definition at line 130 of file concretefcm.h.
Referenced by initializeFrom(), and maxShearStress().
|
protected |
shear factor
Definition at line 120 of file concretefcm.h.
Referenced by computeD2ModulusForCrack(), and initializeFrom().
|
protected |
shear factor for numerical purpose
Definition at line 122 of file concretefcm.h.
Referenced by computeNumerD2ModulusForCrack(), and initializeFrom().
|
protected |
Definition at line 169 of file concretefcm.h.
Referenced by initializeFrom(), and maxShearStress().
|
protected |
Definition at line 165 of file concretefcm.h.
Referenced by computeD2ModulusForCrack(), computeEffectiveShearModulus(), oofem::FRCFCM::computeEffectiveShearModulus(), computeNumerD2ModulusForCrack(), and initializeFrom().
|
protected |
user-defined softening (traction-strain)
Definition at line 135 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
Definition at line 135 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
Definition at line 133 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
user-defined softening (traction-COD)
Definition at line 133 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().
|
protected |
Definition at line 161 of file concretefcm.h.
Referenced by checkSnapBack(), giveCrackingModulusInTension(), giveNormalCrackingStress(), and initializeFrom().