OOFEM 3.0
Loading...
Searching...
No Matches
hydratinghemomat.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License as published by the Free Software Foundation; either
23 * version 2.1 of the License, or (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
29 *
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 */
34
35#ifndef hydratinghemomat_h
36#define hydratinghemomat_h
37
39#include "tm/Materials/hydram.h"
40
42
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"
49
50namespace oofem {
55{
56protected:
57 bool hydration = false, hydrationHeat = false, hydrationLHS = false, teplotaOut = false;
58
59public:
61
62 void setMixture(MixtureType mix);
63
64 bool hasInternalSource() const override;
65 void computeInternalSourceVector(FloatArray &val, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override;
66 void updateInternalState(const FloatArray &state, GaussPoint *gp, TimeStep *tStep) override;
67
68 double giveCharacteristicValue(MatResponseMode mode,
69 GaussPoint *gp,
70 TimeStep *tStep) const override;
71
72 // saves current context(state) into stream
73 void saveIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override;
74 void restoreIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override;
75
76 // identification and auxiliary functions
77 const char *giveInputRecordName() const override { return _IFT_HydratingHeMoMaterial_Name; }
78 const char *giveClassName() const override { return "HydratingHeMoMaterial"; }
79
80 void initializeFrom(InputRecord &ir) override;
81
82 // post-processing
83 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
84
85 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override;
86};
87} // end namespace oofem
88#endif // hydratinghemomat_h
HeMoTKMaterial(int n, Domain *d)
Definition hemotkmat.h:92
double n
Constant-exponent (obtained from experiments) [Pedersen, 1990].
Definition hemotkmat.h:75
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
long ContextMode
Definition contextmode.h:43
MixtureType
Definition hydram.h:148

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