OOFEM 3.0
Loading...
Searching...
No Matches
concretefcm.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License as published by the Free Software Foundation; either
23 * version 2.1 of the License, or (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
29 *
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 */
34
35#ifndef concretefcm_h
36#define concretefcm_h
37
38#include "sm/Materials/fcm.h"
39#include "randommaterialext.h"
40
42
43#define _IFT_ConcreteFCM_Name "concretefcm"
44#define _IFT_ConcreteFCM_softType "softtype"
45#define _IFT_ConcreteFCM_shearType "sheartype"
46#define _IFT_ConcreteFCM_shearStrengthType "shearstrengthtype"
47#define _IFT_ConcreteFCM_gf "gf"
48#define _IFT_ConcreteFCM_ft "ft"
49#define _IFT_ConcreteFCM_beta "beta"
50#define _IFT_ConcreteFCM_sf "sf"
51#define _IFT_ConcreteFCM_sf_numer "sf_numer"
52#define _IFT_ConcreteFCM_fc "fc"
53#define _IFT_ConcreteFCM_ag "ag"
54#define _IFT_ConcreteFCM_lengthScale "lengthscale"
55#define _IFT_ConcreteFCM_soft_w "soft_w"
56#define _IFT_ConcreteFCM_soft_function_w "soft(w)"
57#define _IFT_ConcreteFCM_soft_eps "soft_eps"
58#define _IFT_ConcreteFCM_soft_function_eps "soft(eps)"
59#define _IFT_ConcreteFCM_beta_w "beta_w"
60#define _IFT_ConcreteFCM_beta_function "beta(w)"
61#define _IFT_ConcreteFCM_H "h"
62#define _IFT_ConcreteFCM_eps_f "eps_f"
64
65namespace oofem {
70{
71public:
73
74 void printOutputAt(FILE *file, TimeStep *tStep) const override;
75
76 const char *giveClassName() const override { return "ConcreteFCMStatus"; }
77
78 void initTempStatus() override;
79 void updateYourself(TimeStep *tStep) override;
80
82
83 void saveContext(DataStream &stream, ContextMode mode) override;
84 void restoreContext(DataStream &stream, ContextMode mode) override;
85};
86
87
96{
97public:
98 ConcreteFCM(int n, Domain *d);
99
100 void initializeFrom(InputRecord &ir) override;
101 const char *giveClassName() const override { return "ConcreteFCM"; }
102 const char *giveInputRecordName() const override { return _IFT_ConcreteFCM_Name; }
103
104 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override { return std::make_unique<ConcreteFCMStatus>(gp); }
105
106 double give(int aProperty, GaussPoint *gp) const override;
107
108 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
109
110 MaterialStatus* giveStatus(GaussPoint *gp) const override;
111
112protected:
114 double Gf = 0.;
116 double Ft = 0.;
118 double beta = 0.;
120 double sf = 0.;
122 double sf_numer = 0.;
123
124 // 3 parameters for collins aggregate interlock:
126 double fc = 0.;
128 double ag = 0.;
130 double lengthScale = 0.;
131
138
140 double H = 0.;
142 double eps_f = 0.;
143
144 double giveTensileStrength(GaussPoint *gp, TimeStep *tStep) const override { return this->give(ft_strength, gp); }
145 virtual double giveFractureEnergy(GaussPoint *gp, TimeStep *tStep) const { return this->give(gf_ID, gp); }
146 double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override;
147 double giveCrackingModulusInTension(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override;
148 double computeEffectiveShearModulus(GaussPoint *gp, TimeStep *tStep, int i) const override;
149 double computeD2ModulusForCrack(GaussPoint *gp, TimeStep *tStep, int icrack) const override;
150 double computeNumerD2ModulusForCrack(GaussPoint *gp, TimeStep *tStep, int icrack) const override;
151 double giveNormalCrackingStress(GaussPoint *gp, TimeStep *tStep, double eps_cr, int i) const override;
152 double maxShearStress(GaussPoint *gp, TimeStep *tStep, int i) const override;
153
155 virtual double computeResidualTensileStrength(GaussPoint *gp, TimeStep *tStep) const;
156
157 void checkSnapBack(GaussPoint *gp, TimeStep *tStep, int crack) const override;
158
162
166
170};
171} // end namespace oofem
172#endif // concretefcm_h
Interface * giveInterface(InterfaceType it) override
const char * giveClassName() const override
Definition concretefcm.h:76
void initTempStatus() override
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
ConcreteFCMStatus(GaussPoint *g)
void updateYourself(TimeStep *tStep) override
double lengthScale
Collins' aggregate interlock: 1 for meter, 1000 for analysis in mm.
virtual double computeResidualTensileStrength(GaussPoint *gp, TimeStep *tStep) const
based on the maximum crack opening evaluates the residual strength
double giveTensileStrength(GaussPoint *gp, TimeStep *tStep) const override
comutes tensile strength
FloatArray beta_w
user-defined shear retention factor (with respect to crack opening)
virtual double giveFractureEnergy(GaussPoint *gp, TimeStep *tStep) const
FloatArray soft_function_eps
ShearRetentionType
type of reduction of the shear stiffness caused by cracking
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
void checkSnapBack(GaussPoint *gp, TimeStep *tStep, int crack) const override
checks possible snap-back
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,...
void initializeFrom(InputRecord &ir) override
Definition concretefcm.C:48
double fc
Collins' aggregate interlock: compressive strength in MPa.
double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override
returns stiffness in the normal direction of the i-th crack
FloatArray soft_w
user-defined softening (traction-COD)
double ag
Collins' aggregate interlock: aggregate diameter in appropriate units (same as FE mesh).
double beta
shear retention factor
double sf
shear factor
FloatArray soft_function_w
FloatArray soft_eps
user-defined softening (traction-strain)
double sf_numer
shear factor for numerical purpose
double eps_f
strain at failure
FloatArray beta_function
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
double computeD2ModulusForCrack(GaussPoint *gp, TimeStep *tStep, int icrack) const override
shear modulus for a given crack plane (1, 2, 3)
const char * giveClassName() const override
double Ft
Tensile strength.
ConcreteFCM(int n, Domain *d)
Definition concretefcm.C:44
double computeEffectiveShearModulus(GaussPoint *gp, TimeStep *tStep, int i) const override
returns Geff which is necessary in the global stiffness matrix
double computeNumerD2ModulusForCrack(GaussPoint *gp, TimeStep *tStep, int icrack) const override
shear modulus for numerical purpose (stiffness matrix) for a given crack plane (1,...
double give(int aProperty, GaussPoint *gp) const override
double Gf
Fracture energy.
ShearStrengthType shearStrengthType
double giveCrackingModulusInTension(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep, int i) const override
returns stiffness in the normal direction of the i-th crack
double giveNormalCrackingStress(GaussPoint *gp, TimeStep *tStep, double eps_cr, int i) const override
computes normal stress associated with i-th crack direction
ShearStrengthType
defines the maximum value of shear stress
MaterialStatus * giveStatus(GaussPoint *gp) const override
SofteningType
type of post-peak behavior in the normal direction to the crack plane
const char * giveInputRecordName() const override
SofteningType softType
ShearRetentionType shearType
double H
hardening modulus
FCMMaterialStatus(GaussPoint *g)
Definition fcm.C:2300
FCMMaterial(int n, Domain *d)
Definition fcm.C:46
#define _IFT_ConcreteFCM_Name
Definition concretefcm.h:43
#define gf_ID
Definition matconst.h:85
#define ft_strength
Definition matconst.h:91
long ContextMode
Definition contextmode.h:43

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011