OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
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 - 2013 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"
49 
50 
51 namespace oofem {
57 {
58 protected:
59  double E28;
60  double fibf;
61  double kap_a_per_area;
62  double kap_c;
63  double kap_tt;
64  double u;
65 
66 public:
68  virtual ~CebFip78Material() { }
69 
70  virtual const char *giveClassName() const { return "CebFip78Material"; }
71  virtual const char *giveInputRecordName() const { return _IFT_CebFip78Material_Name; }
73 
74  virtual double computeCreepFunction(double t, double t_prime, GaussPoint *gp, TimeStep *tStep);
75 
76 protected:
77 };
78 } // end namespace oofem
79 #endif // cebfip78_h
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: cebfip78.C:44
double kap_tt
Coefficient of temperature effects.
Definition: cebfip78.h:63
Class and object Domain.
Definition: domain.h:115
double E28
Young modulus at age of 28 days [MPa].
Definition: cebfip78.h:59
This class implements a CEB-FIP 78 rheologic Maxwell chain model in a finite element problem...
Definition: cebfip78.h:56
double u
Surface imposed to environment [mm^2]; temporary here ; should be in crosssection level...
Definition: cebfip78.h:64
virtual const char * giveClassName() const
Definition: cebfip78.h:70
virtual ~CebFip78Material()
Definition: cebfip78.h:68
double fibf
Basic creep coefficient.
Definition: cebfip78.h:60
virtual const char * giveInputRecordName() const
Definition: cebfip78.h:71
#define _IFT_CebFip78Material_Name
Definition: cebfip78.h:42
CebFip78Material(int n, Domain *d)
Definition: cebfip78.h:67
This class implements an aging Maxwell chain model describing a viscoelastic material.
Definition: maxwellChM.h:68
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
Class representing the general Input Record.
Definition: inputrecord.h:101
virtual double computeCreepFunction(double t, double t_prime, GaussPoint *gp, TimeStep *tStep)
Evaluation of the creep compliance function at time t when loading is acting from time t_prime...
Definition: cebfip78.C:60
double kap_a_per_area
Coefficient of hydrometric conditions.
Definition: cebfip78.h:61
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
Definition: gausspoint.h:93
double kap_c
Coefficient of type of cement.
Definition: cebfip78.h:62
Class representing solution step.
Definition: timestep.h:80

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:27 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011