OOFEM 3.0
Loading...
Searching...
No Matches
hemokunzelmat.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 program is free software; you can redistribute it and/or modify
21 * it under the terms of the GNU General Public License as published by
22 * the Free Software Foundation; either version 2 of the License, or
23 * (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
28 * GNU General Public License for more details.
29 *
30 * You should have received a copy of the GNU General Public License
31 * along with this program; if not, write to the Free Software
32 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 */
34
35#ifndef hemokunzelmat_h
36#define hemokunzelmat_h
37
39
41
42#define _IFT_HeMoKunzelMaterial_Name "hemokunzel"
43#define _IFT_HeMoKunzelMaterial_iso_type "iso_type"
44#define _IFT_HeMoKunzelMaterial_permeability_type "permeability_type"
45#define _IFT_HeMoKunzelMaterial_iso_a "iso_a"
46#define _IFT_HeMoKunzelMaterial_iso_n "iso_n"
47#define _IFT_HeMoKunzelMaterial_iso_wh "iso_wh"
48#define _IFT_HeMoKunzelMaterial_iso_b "iso_b"
49#define _IFT_HeMoKunzelMaterial_mu "mu"
50#define _IFT_HeMoKunzelMaterial_pl "pl"
51#define _IFT_HeMoKunzelMaterial_a "a"
52#define _IFT_HeMoKunzelMaterial_lambda0 "lambda0"
53#define _IFT_HeMoKunzelMaterial_b "b"
54#define _IFT_HeMoKunzelMaterial_rhoh2o "rhoh2o"
55#define _IFT_HeMoKunzelMaterial_cs "cs"
56#define _IFT_HeMoKunzelMaterial_cw "cw"
57#define _IFT_HeMoKunzelMaterial_hv "hv"
58#define _IFT_HeMoKunzelMaterial_perm_h "perm_h"
59#define _IFT_HeMoKunzelMaterial_perm_dwh "perm_dw(h)"
60#define _IFT_HeMoKunzelMaterial_perm_wv "perm_wv"
61#define _IFT_HeMoKunzelMaterial_perm_dwwv "perm_dw(wv)"
63
64namespace oofem {
68{
69protected:
71
78
79 double A = 0.;
80
81 double iso_wh = 0.;
82 double iso_n = 0.;
83 double iso_a = 0.;
84 double iso_b = 0.;
85
86 double mu = 0.;
87 double PL = 0.;
88
89 double lambda0 = 0.;
90 double b = 0.;
91 double rho = 0.;
92 double rhoH2O = 0.;
93 double cs = 0.;
94 double cw = 0.;
95 double hv = 0.;
96
97public:
104
105 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;
106 FloatMatrixF<3,3> computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override;
107 double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *atTime) const override;
108
109 bool isCharacteristicMtrxSymmetric(MatResponseMode rMode) const override;
110
111 void initializeFrom(InputRecord &ir) override;
112
113 double give(int aProperty, GaussPoint *gp) const override;
114
115 bool hasMaterialModeCapability(MaterialMode mode) const override;
116
117 const char *giveInputRecordName() const override { return _IFT_HeMoKunzelMaterial_Name; }
118 const char *giveClassName() const override { return "HeMoKunzelMaterial"; }
119
120 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *atTime) override;
121
123 double giveMoistureContent(double h) const;
124
126 double giveMoistureContentDerivative(double h) const;
127
128 double computeWaterVaporPerm(double T) const;
129 double computeSatVaporPressure(double T) const;
130 double computeSatVaporPressureDerivative(double T) const;
131 double computeDw(double h) const;
132
133 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override { return std::make_unique<HeMoTransportMaterialStatus>(gp); }
134
135protected:
136 double computeCapacityCoeff(MatResponseMode mode, GaussPoint *gp, TimeStep *atTime) const;
137
138 double perm_mm(double h, double T) const;
139 double perm_mh(double h, double T) const;
140 double perm_hm(double h, double T) const;
141 double perm_hh(double h, double T) const;
142
143};
144} // end namespace oofem
145#endif // hemokunzelmat_h
double computeWaterVaporPerm(double T) const
double perm_mh(double h, double T) const
void initializeFrom(InputRecord &ir) override
double iso_a
Parameter of Hansen's isotherm.
double hv
latent heat of phase change/evaporation enthalpy of pure water [J/kg]
bool isCharacteristicMtrxSymmetric(MatResponseMode rMode) const override
double rho
bulk density of dry building material [kg m^-3]
double giveMoistureContent(double h) const
returns water content (in kg/m^3)
double computeCapacityCoeff(MatResponseMode mode, GaussPoint *gp, TimeStep *atTime) const
FloatMatrixF< 3, 3 > computeTangent3D(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
double computeDw(double h) const
double b
thermal conductivity supplement [-]
enum oofem::HeMoKunzelMaterial::permeabilityType Permeability
double cw
specific heat capacity of liquid water [J kg^-1 K^-1]
double perm_mm(double h, double T) const
double mu
water vapor diffusion resistance [-]
double iso_b
Parameter of Kunzel's isotherm.
double iso_wh
Parameter of Hansen's/Kunzel's isotherm - max. adsorbed water content [kg/m^3].
double iso_n
Parameter of Hansen's isotherm - exponent.
double perm_hm(double h, double T) const
const char * giveInputRecordName() const override
enum oofem::HeMoKunzelMaterial::isothermType Isotherm
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
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *atTime) override
double giveMoistureContentDerivative(double h) const
computes derivative of the moisture storage function (sorption isotherm) with respect to relative hum...
double computeSatVaporPressure(double T) const
double perm_hh(double h, double T) const
bool hasMaterialModeCapability(MaterialMode mode) const override
double give(int aProperty, GaussPoint *gp) const override
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
FloatArray perm_h
values of the multilinear permeability
HeMoKunzelMaterial(int n, Domain *d)
double rhoH2O
water density [kg m^-3]
double lambda0
thermal conductivity [W m^-1 K^-1]
double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *atTime) const override
const char * giveClassName() const override
double cs
specific heat capacity of the building material [J kg^-1 K^-1]
double A
water absorption coefficient [kg m^-2 s^-0.5]
double PL
ambient atmospheric pressure [Pa]
double computeSatVaporPressureDerivative(double T) const
TransportMaterial(int n, Domain *d)
#define _IFT_HeMoKunzelMaterial_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