OOFEM 3.0
Loading...
Searching...
No Matches
cebfip78.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 cebfip78_h
36#define cebfip78_h
37
38#include "maxwellChM.h"
39
41
42#define _IFT_CebFip78Material_Name "cebfip78"
43#define _IFT_CebFip78Material_e28 "e28"
44#define _IFT_CebFip78Material_fibf "fibf"
45#define _IFT_CebFip78Material_kap_a_per_area "kap_a_per_area"
46#define _IFT_CebFip78Material_kap_c "kap_c"
47#define _IFT_CebFip78Material_kap_tt "kap_tt"
48#define _IFT_CebFip78Material_u "u"
50
51namespace oofem {
57{
58protected:
59 double E28 = 0.;
60 double fibf = 0.;
61 double kap_a_per_area = 0.;
62 double kap_c = 0.;
63 double kap_tt = 0.;
64 double u = 0.;
65
66public:
68
69 const char *giveClassName() const override { return "CebFip78Material"; }
70 const char *giveInputRecordName() const override { return _IFT_CebFip78Material_Name; }
71 void initializeFrom(InputRecord &ir) override;
72
73 double computeCreepFunction(double t, double t_prime, GaussPoint *gp, TimeStep *tStep) const override;
74};
75} // end namespace oofem
76#endif // cebfip78_h
#define _IFT_CebFip78Material_Name
Definition cebfip78.h:42
double computeCreepFunction(double t, double t_prime, GaussPoint *gp, TimeStep *tStep) const override
Evaluation of the creep compliance function at time t when loading is acting from time t_prime.
Definition cebfip78.C:58
double kap_c
Coefficient of type of cement.
Definition cebfip78.h:62
double kap_tt
Coefficient of temperature effects.
Definition cebfip78.h:63
double fibf
Basic creep coefficient.
Definition cebfip78.h:60
double E28
Young modulus at age of 28 days [MPa].
Definition cebfip78.h:59
double kap_a_per_area
Coefficient of hydrometric conditions.
Definition cebfip78.h:61
CebFip78Material(int n, Domain *d)
Definition cebfip78.h:67
const char * giveClassName() const override
Definition cebfip78.h:69
const char * giveInputRecordName() const override
Definition cebfip78.h:70
void initializeFrom(InputRecord &ir) override
Definition cebfip78.C:44
double u
Surface imposed to environment [mm^2]; temporary here ; should be in crosssection level.
Definition cebfip78.h:64
MaxwellChainMaterial(int n, Domain *d)
Definition maxwellChM.C:44

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