Go to the documentation of this file.
45 MaxwellChainMaterial :: initializeFrom(ir);
56DoublePowerLawMaterial :: computeCreepFunction(
double t,
double t_prime,
GaussPoint *gp,
TimeStep *tStep)
const
62 double e0 = 1.50 *
E28;
64 double h1 = pow(t - t_prime,
n);
65 double h2 = pow(t_prime, -
m) +
alpha;
68 return 1. / e0 + h1 * h2 * h3;
#define REGISTER_Material(class)
double fi1
Basic creep coefficient.
double E28
Young modulus at age of 28 days [MPa].
#define _IFT_DoublePowerLawMaterial_fi1
#define _IFT_DoublePowerLawMaterial_n
#define _IFT_DoublePowerLawMaterial_alpha
#define _IFT_DoublePowerLawMaterial_m
#define _IFT_DoublePowerLawMaterial_e28
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