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" 70 virtual const char *
giveClassName()
const {
return "CebFip78Material"; }
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
double kap_tt
Coefficient of temperature effects.
double E28
Young modulus at age of 28 days [MPa].
This class implements a CEB-FIP 78 rheologic Maxwell chain model in a finite element problem...
double u
Surface imposed to environment [mm^2]; temporary here ; should be in crosssection level...
virtual const char * giveClassName() const
virtual ~CebFip78Material()
double fibf
Basic creep coefficient.
virtual const char * giveInputRecordName() const
#define _IFT_CebFip78Material_Name
CebFip78Material(int n, Domain *d)
This class implements an aging Maxwell chain model describing a viscoelastic material.
IRResultType
Type defining the return values of InputRecord reading operations.
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...
double kap_a_per_area
Coefficient of hydrometric conditions.
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.
double kap_c
Coefficient of type of cement.
Class representing solution step.