Go to the documentation of this file.
46 MaxwellChainMaterial :: initializeFrom(ir);
58CebFip78Material :: computeCreepFunction(
double t,
double t_prime,
GaussPoint *gp,
TimeStep *tStep)
const
67 double e0 =
E28 * sqrt( 1.36 * t0 / ( t0 + 10. ) );
69 double fi0 = 0.95 * pow(t0, -0.3) - 0.1;
74 double firv = 0.11 + 0.2 * atan( 0.05 * pow( ( tt - t0 ), 2. / 3. ) );
87 double alpha = 0.078 * exp( -1.20 * log10(hd) );
88 double beta = 0.530 * exp( -0.13 * log10(hd) );
90 double fiir = 0.25 * ( 5.4 - log10(hd) ) * ( exp( -pow(alpha * t0, beta) ) - exp( -pow(alpha * tt, beta) ) );
93 double fi = fi0 + firv + fiir;
95 return ( 1. / e0 ) + fi /
E28;
#define _IFT_CebFip78Material_kap_tt
#define _IFT_CebFip78Material_e28
#define _IFT_CebFip78Material_fibf
#define _IFT_CebFip78Material_kap_a_per_area
#define _IFT_CebFip78Material_kap_c
#define _IFT_CebFip78Material_u
#define REGISTER_Material(class)
double kap_c
Coefficient of type of cement.
double kap_tt
Coefficient of temperature effects.
double fibf
Basic creep coefficient.
double E28
Young modulus at age of 28 days [MPa].
double kap_a_per_area
Coefficient of hydrometric conditions.
double u
Surface imposed to environment [mm^2]; temporary here ; should be in crosssection level.
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