OOFEM 3.0
Loading...
Searching...
No Matches
isoheatmat.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 isoheatmat_h
36#define isoheatmat_h
37
39#include "floatarray.h"
40#include "floatmatrix.h"
41#include "scalarfunction.h"
42#include "floatmatrixf.h"
43
45
46#define _IFT_IsotropicHeatTransferMaterial_Name "isoheat"
47#define _IFT_IsotropicHeatTransferMaterial_k "k"
48#define _IFT_IsotropicHeatTransferMaterial_c "c"
49#define _IFT_IsotropicHeatTransferMaterial_maturityT0 "maturityt0"
50#define _IFT_IsotropicHeatTransferMaterial_d "td"
52
53namespace oofem {
54
60{
61protected:
65 double maturityT0 = 0.;
66
67public:
69
70 FloatArrayF<3> computeFlux3D(const FloatArrayF<3> &grad, double field, GaussPoint *gp, TimeStep *tStep) const override;
71 FloatMatrixF<3,3> computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override;
72
73 virtual double giveIsotropicConductivity(GaussPoint *gp, TimeStep *tStep) const;
74
75 double giveCharacteristicValue(MatResponseMode mode,
76 GaussPoint *gp,
77 TimeStep *tStep) const override;
78
79 virtual double giveMaturityT0() const { return maturityT0; }
80
81 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
82
83 const char *giveInputRecordName() const override { return _IFT_IsotropicHeatTransferMaterial_Name; }
84 const char *giveClassName() const override { return "IsotropicHeatTransferMaterial"; }
85
86 void initializeFrom(InputRecord &ir) override;
87
88 double giveProperty(int aProperty, GaussPoint *gp, TimeStep *tStep) const;
89 double giveTemperature(GaussPoint *gp) const;
90};
91
92} // end namespace oofem
93#endif // isoheatmat_h
const char * giveClassName() const override
Definition isoheatmat.h:84
virtual double giveIsotropicConductivity(GaussPoint *gp, TimeStep *tStep) const
Definition isoheatmat.C:100
ScalarFunction capacity
Capacity (c in input file).
Definition isoheatmat.h:63
ScalarFunction conductivity
Conductivity (k in input file).
Definition isoheatmat.h:62
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
Definition isoheatmat.C:121
virtual double giveMaturityT0() const
Definition isoheatmat.h:79
IsotropicHeatTransferMaterial(int n, Domain *d)
Definition isoheatmat.C:45
void initializeFrom(InputRecord &ir) override
Definition isoheatmat.C:49
double giveTemperature(GaussPoint *gp) const
Definition isoheatmat.C:149
double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
Definition isoheatmat.C:106
FloatArrayF< 3 > computeFlux3D(const FloatArrayF< 3 > &grad, double field, GaussPoint *gp, TimeStep *tStep) const override
Definition isoheatmat.C:77
FloatMatrixF< 3, 3 > computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
Definition isoheatmat.C:92
const char * giveInputRecordName() const override
Definition isoheatmat.h:83
double giveProperty(int aProperty, GaussPoint *gp, TimeStep *tStep) const
Definition isoheatmat.C:60
double maturityT0
Baseline for maturity mathod.
Definition isoheatmat.h:65
ScalarFunction density
Density (td in input file).
Definition isoheatmat.h:64
TransportMaterial(int n, Domain *d)
#define _IFT_IsotropicHeatTransferMaterial_Name
Definition isoheatmat.h:46

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