35#ifndef hydratinghemomat_h
36#define hydratinghemomat_h
43#define _IFT_HydratingHeMoMaterial_Name "hhemotk"
44#define _IFT_HydratingHeMoMaterial_hydration "hydration"
45#define _IFT_HydratingHeMoMaterial_mix "mix"
46#define _IFT_HydratingHeMoMaterial_noHeat "noheat"
47#define _IFT_HydratingHeMoMaterial_noLHS "nolhs"
78 const char *
giveClassName()
const override {
return "HydratingHeMoMaterial"; }
HeMoTKMaterial(int n, Domain *d)
double n
Constant-exponent (obtained from experiments) [Pedersen, 1990].
const char * giveInputRecordName() const override
bool hasInternalSource() const override
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
const char * giveClassName() const override
void setMixture(MixtureType mix)
void updateInternalState(const FloatArray &state, GaussPoint *gp, TimeStep *tStep) override
void saveIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
HydratingHeMoMaterial(int n, Domain *d)
double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
void restoreIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override
void computeInternalSourceVector(FloatArray &val, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override
void initializeFrom(InputRecord &ir) override
#define _IFT_HydratingHeMoMaterial_Name