OOFEM 3.0
Loading...
Searching...
No Matches
hydratingisoheatmat.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 hydratingisoheatmat_h
36#define hydratingisoheatmat_h
37
39#include "tm/Materials/hydram.h"
40
42
43#define _IFT_HydratingIsoHeatMaterial_Name "hisoheat"
44#define _IFT_HydratingIsoHeatMaterial_hydration "hydration"
45#define _IFT_HydratingIsoHeatMaterial_mix "mix"
46#define _IFT_HydratingIsoHeatMaterial_noHeat "noheat"
47#define _IFT_HydratingIsoHeatMaterial_noLHS "nolhs"
49
50namespace oofem {
55{
56public:
58
60 const char *giveClassName() const override { return "HydratingTransportMaterialStatus"; }
61
62 void updateYourself(TimeStep *tStep) override {
63 HydrationModelStatusInterface :: updateYourself(tStep);
64 TransportMaterialStatus :: updateYourself(tStep);
65 }
66 void printOutputAt(FILE *file, TimeStep *tStep) const override;
67};
68
75{
76protected:
77 bool hydration = false, hydrationHeat = false, hydrationLHS = false;
78
79public:
81
82 void setMixture(MixtureType mix);
83
85 bool hasInternalSource() const override;
86 void computeInternalSourceVector(FloatArray &val, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override;
87 void updateInternalState(const FloatArray &state, GaussPoint *gp, TimeStep *tStep) override;
88
89 double giveCharacteristicValue(MatResponseMode mode,
90 GaussPoint *gp,
91 TimeStep *tStep) const override;
92
93 void saveIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override;
94 void restoreIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override;
95
96 // identification and auxiliary functions
97 const char *giveInputRecordName() const override { return _IFT_HydratingIsoHeatMaterial_Name; }
98 const char *giveClassName() const override { return "HydratingIsoHeatMaterial"; }
99
100 void initializeFrom(InputRecord &ir) override;
101
102 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
103 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override;
104};
105} // end namespace oofem
106#endif // hydratingisoheatmat_h
bool hasInternalSource() const override
Return true if hydration heat source is present.
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
void initializeFrom(InputRecord &ir) override
const char * giveInputRecordName() const override
void saveIPContext(DataStream &stream, ContextMode mode, GaussPoint *gp) override
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
const char * giveClassName() const override
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 updateInternalState(const FloatArray &state, GaussPoint *gp, TimeStep *tStep) override
void printOutputAt(FILE *file, TimeStep *tStep) const override
Print receiver's output to given stream.
Interface * giveInterface(InterfaceType t) override
const char * giveClassName() const override
void updateYourself(TimeStep *tStep) override
HydrationModelStatusInterface()
Constructor. Nulls the hydrationModelStatus pointer.
Definition hydram.h:281
IsotropicHeatTransferMaterial(int n, Domain *d)
Definition isoheatmat.C:45
#define _IFT_HydratingIsoHeatMaterial_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