35#ifndef steelrelaxmat_h
36#define steelrelaxmat_h
46#define _IFT_SteelRelaxMat_Name "steelrelaxmat"
47#define _IFT_SteelRelaxMat_E "e"
48#define _IFT_SteelRelaxMat_reinfClass "reinfclass"
49#define _IFT_SteelRelaxMat_k1 "k1"
50#define _IFT_SteelRelaxMat_k2 "k2"
51#define _IFT_SteelRelaxMat_rho1000 "rho1000"
52#define _IFT_SteelRelaxMat_timeFactor "timefactor"
53#define _IFT_SteelRelaxMat_charStrength "charstrength"
54#define _IFT_SteelRelaxMat_approach "approach"
55#define _IFT_SteelRelaxMat_tolerance "tolerance"
56#define _IFT_SteelRelaxMat_relRelaxBound "relrelaxbound"
144 TimeStep *tStep, ValueModeType mode)
const;
149 TimeStep *tStep, ValueModeType mode)
const;
216 const char *
giveClassName()
const override {
return "SteelRelaxMatStatus"; }
void initTempStatus() override
double tempRelaxIntVariable
double giveTempPrestress() const
double giveRelaxIntVariable() const
void setTempPrestress(double src)
double givePrestress() const
double giveTempRelaxIntVariable() const
void printOutputAt(FILE *file, TimeStep *tStep) const override
Print receiver's output to given stream.
void saveContext(DataStream &stream, ContextMode mode) override
void restoreContext(DataStream &stream, ContextMode mode) override
SteelRelaxMatStatus(GaussPoint *g)
void setTempRelaxIntVariable(double src)
const char * giveClassName() const override
void updateYourself(TimeStep *tStep) override
double k1
constant depending on the reinforcement class
double tolerance
tolerance specifying the residual in the stress evaluation algorithm, default value is $10^{-6}...
double rho1000
constant depending on the reinforcement class
FloatMatrixF< 1, 1 > give1dStressStiffMtrx(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
void evalStressRelaxationAtConstStrain(double &answer, GaussPoint *gp, double dt) const
void giveStressDependentPartOfStrainVector(FloatArray &answer, GaussPoint *gp, const FloatArray &totalStrain, TimeStep *tStep, ValueModeType mode) const
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
SteelRelaxMat(int n, Domain *d)
bool isCharacteristicMtrxSymmetric(MatResponseMode rMode) const override
const char * giveClassName() const override
void computeStressRelaxationStrainVector(FloatArray &answer, GaussPoint *gp, const FloatArray &totalStrain, TimeStep *tStep, ValueModeType mode) const
FloatArrayF< 1 > giveRealStressVector_1d(const FloatArrayF< 1 > &reducedE, GaussPoint *gp, TimeStep *tStep) const override
Default implementation relies on giveRealStressVector_StressControl.
double mu
ratio of prestress vs. characteristic strength
bool hasMaterialModeCapability(MaterialMode mode) const override
enum oofem::SteelRelaxMat::approachType Approach
bool hasCastingTimeSupport() const override
const char * giveInputRecordName() const override
double k2
constant depending on the reinforcement class
void initializeFrom(InputRecord &ir) override
void computeIncrOfPrestressLossAtVarStrain(double &answer, GaussPoint *gp, TimeStep *tStep, double stress) const
void giveRealStressVector(FloatArray &answer, GaussPoint *gp, const FloatArray &reducedStrain, TimeStep *tStep) const override
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
double charStrength
characteristic strength of prestressing steel in appropriate units (not necessarily MPa)
StructuralMaterialStatus(GaussPoint *g)
Constructor. Creates new StructuralMaterialStatus with IntegrationPoint g.
StructuralMaterial(int n, Domain *d)
#define _IFT_SteelRelaxMat_Name