OOFEM 3.0
Loading...
Searching...
No Matches
concrete3.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 concrete3_h
36#define concrete3_h
37
38#include "sm/Materials/rcm2.h"
40
42
43#define _IFT_Concrete3_Name "concrete3"
44#define _IFT_Concrete3_exp_soft "exp_soft"
46
47namespace oofem {
56class Concrete3 : public RCM2Material
57{
59
60private:
61 //double shearRetFactor; // shearRetentionFactor
63
64public:
65 Concrete3(int n, Domain * d);
66 virtual ~Concrete3() {
68 }
69
70 void initializeFrom(InputRecord &ir) override;
71 const char *giveClassName() const override { return "Concrete3"; }
72 const char *giveInputRecordName() const override { return _IFT_Concrete3_Name; }
73
74 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override;
75
76protected:
77 double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp,
78 double crackStrain, int i) const override;
79 //double giveShearRetentionFactor(GaussPoint* gp, double eps_cr, int i) override;
80 double giveNormalCrackingStress(GaussPoint *gp, double eps_cr, int i) const override;
81 double giveMinCrackStrainsForFullyOpenCrack(GaussPoint *gp, int i) const override;
82 //void updateStatusForNewCrack( GaussPoint*, int, double) override;
83 double computeStrength(GaussPoint *, double) const override;
84 int checkSizeLimit(GaussPoint *gp, double) const override;
85};
86} // end namespace oofem
87#endif // concrete3_h
double giveCrackingModulus(MatResponseMode rMode, GaussPoint *gp, double crackStrain, int i) const override
Definition concrete3.C:245
double computeStrength(GaussPoint *, double) const override
Definition concrete3.C:79
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
Definition concrete3.C:50
int checkSizeLimit(GaussPoint *gp, double) const override
Definition concrete3.C:61
double giveNormalCrackingStress(GaussPoint *gp, double eps_cr, int i) const override
Definition concrete3.C:386
const char * giveClassName() const override
Definition concrete3.h:71
Concrete3_softeningMode softeningMode
Definition concrete3.h:62
virtual ~Concrete3()
Definition concrete3.h:66
double giveMinCrackStrainsForFullyOpenCrack(GaussPoint *gp, int i) const override
Definition concrete3.C:126
void initializeFrom(InputRecord &ir) override
Definition concrete3.C:481
Concrete3(int n, Domain *d)
Definition concrete3.C:43
const char * giveInputRecordName() const override
Definition concrete3.h:72
LinearElasticMaterial * linearElasticMaterial
Definition rcm2.h:178
RCM2Material(int n, Domain *d)
Definition rcm2.C:48
#define _IFT_Concrete3_Name
Definition concrete3.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