OOFEM 3.0
Loading...
Searching...
No Matches
hemobaznajmat.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 hemobaznajmat_h
36#define hemobaznajmat_h
37
39
41
42#define _IFT_HeMoBazNajMaterial_Name "hemobaznajmat"
43#define _IFT_HeMoBazNajMaterial_c1 "c1"
44#define _IFT_HeMoBazNajMaterial_n "n"
45#define _IFT_HeMoBazNajMaterial_alpha0 "alpha0"
46#define _IFT_HeMoBazNajMaterial_hc "hc"
47#define _IFT_HeMoBazNajMaterial_capa "capa"
48#define _IFT_HeMoBazNajMaterial_k "k"
49#define _IFT_HeMoBazNajMaterial_c "c"
51
52namespace oofem {
56{
57protected:
59 double moistureCapacity = 0.;
60
62 double C1 = 0.;
64 double n = 0.;
66 double alpha0 = 0.;
68 double hC = 0.;
69
70 double heatConductivity = 0.;
71 double heatCapacity = 0.;
72
73public:
80
81 std::pair<FloatArrayF<3>, FloatArrayF<3>> computeHeMoFlux3D(const FloatArrayF<3> &grad_t, const FloatArrayF<3> &grad_w, double t, double h, GaussPoint *gp, TimeStep *tStep) const override;
82 FloatMatrixF<3,3> computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override;
83
84 double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override;
85
86 bool isCharacteristicMtrxSymmetric(MatResponseMode rMode) const override;
87
88 void initializeFrom(InputRecord &ir) override;
89
90 double give(int aProperty, GaussPoint *gp) const override;
91
92 bool hasMaterialModeCapability(MaterialMode mode) const override;
93 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override;
94
95 const char *giveInputRecordName() const override { return _IFT_HeMoBazNajMaterial_Name; }
96 const char *giveClassName() const override { return "HeMoBazNajMaterial"; }
97
98 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override { return std::make_unique<HeMoTransportMaterialStatus>(gp); }
99
100protected:
101 double computeCapacityCoeff(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const;
102
103 double perm_mm(double h, double T) const;
104 double perm_mh(double h, double T) const;
105 double perm_hm(double h, double T) const;
106 double perm_hh(double h, double T) const;
107};
108} // end namespace oofem
109#endif // hemobaznajmat_h
double n
exponent in nonlinear permeability function [-]
const char * giveClassName() const override
double computeCapacityCoeff(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const
FloatMatrixF< 3, 3 > computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
double perm_mh(double h, double T) const
double perm_hm(double h, double T) const
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
const char * giveInputRecordName() const override
double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
void initializeFrom(InputRecord &ir) override
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
double give(int aProperty, GaussPoint *gp) const override
double heatCapacity
Capacity (c in input file).
HeMoBazNajMaterial(int n, Domain *d)
double moistureCapacity
sorption isotherm derivative [kg/m^3]
double heatConductivity
Conductivity (k in input file).
bool isCharacteristicMtrxSymmetric(MatResponseMode rMode) const override
double hC
nonlinear threshold [-]
double perm_hh(double h, double T) const
double perm_mm(double h, double T) const
bool hasMaterialModeCapability(MaterialMode mode) const override
double C1
maximal permeability [kg/ m s]
std::pair< FloatArrayF< 3 >, FloatArrayF< 3 > > computeHeMoFlux3D(const FloatArrayF< 3 > &grad_t, const FloatArrayF< 3 > &grad_w, double t, double h, GaussPoint *gp, TimeStep *tStep) const override
double alpha0
fraction minimal/maximal permeability [-]
TransportMaterial(int n, Domain *d)
#define _IFT_HeMoBazNajMaterial_Name

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