-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBTU__Verification_8hh_source.html
146 lines (144 loc) · 16.8 KB
/
BTU__Verification_8hh_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PISM, A Parallel Ice Sheet Model: src/verification/BTU_Verification.hh Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="browser.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PISM, A Parallel Ice Sheet Model
 <span id="projectnumber">stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_54b1e6c540d67b59af2f275fe685da39.html">verification</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">BTU_Verification.hh</div> </div>
</div><!--header-->
<div class="contents">
<a href="BTU__Verification_8hh.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* Copyright (C) 2016, 2017, 2021 PISM Authors</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * This file is part of PISM.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * PISM is free software; you can redistribute it and/or modify it under the</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * terms of the GNU General Public License as published by the Free Software</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * Foundation; either version 3 of the License, or (at your option) any later</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * version.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * PISM is distributed in the hope that it will be useful, but WITHOUT ANY</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * details.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * You should have received a copy of the GNU General Public License</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * along with PISM; if not, write to the Free Software</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef BTU_VERIFICATION_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define BTU_VERIFICATION_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "pism/energy/BTU_Full.hh"</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">namespace </span><a class="code" href="namespacepism.html">pism</a> {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span>energy {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Verification.html"> 28</a></span> <span class="keyword">class </span><a class="code" href="classpism_1_1energy_1_1BTU__Verification.html">BTU_Verification</a> : <span class="keyword">public</span> <a class="code" href="classpism_1_1energy_1_1BTU__Full.html">BTU_Full</a></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> {</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <a class="code" href="classpism_1_1energy_1_1BTU__Verification_a368cd805cdaf57a10d62d55e9bf87c30.html#a368cd805cdaf57a10d62d55e9bf87c30">BTU_Verification</a>(std::shared_ptr<const Grid> <a class="code" href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">g</a>,</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">const</span> <a class="code" href="structpism_1_1energy_1_1BTUGrid.html">BTUGrid</a> &vertical_grid,</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordtype">int</span> test, <span class="keywordtype">bool</span> bii);</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Verification_a4d6e5768d43067d10b033246e70386c2.html#a4d6e5768d43067d10b033246e70386c2"> 34</a></span>  <span class="keyword">virtual</span> <a class="code" href="classpism_1_1energy_1_1BTU__Verification_a4d6e5768d43067d10b033246e70386c2.html#a4d6e5768d43067d10b033246e70386c2">~BTU_Verification</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1energy_1_1BTU__Verification_a94d8c81d4cb86901f3c2f3ceea1b66c2.html#a94d8c81d4cb86901f3c2f3ceea1b66c2">initialize_bottom_surface_flux</a>();</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1energy_1_1BTU__Verification_aa829501001568b947966cad830a2da1d.html#aa829501001568b947966cad830a2da1d">bootstrap</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a> &bedrock_top_temperature);</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Verification_a10e9e528484860cc11c37b2b50d7b76a.html#a10e9e528484860cc11c37b2b50d7b76a"> 39</a></span>  <span class="keywordtype">int</span> <a class="code" href="classpism_1_1energy_1_1BTU__Verification_a10e9e528484860cc11c37b2b50d7b76a.html#a10e9e528484860cc11c37b2b50d7b76a">m_testname</a>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Verification_ab3360428a6cc0d7efbf9dd2e649b8858.html#ab3360428a6cc0d7efbf9dd2e649b8858"> 40</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpism_1_1energy_1_1BTU__Verification_ab3360428a6cc0d7efbf9dd2e649b8858.html#ab3360428a6cc0d7efbf9dd2e649b8858">m_bedrock_is_ice</a>;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> };</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> } <span class="comment">// end of namespace energy</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> } <span class="comment">// end of namespace pism</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#endif </span><span class="comment">/* BTU_VERIFICATION_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="aclasspism_1_1array_1_1Scalar_html"><div class="ttname"><a href="classpism_1_1array_1_1Scalar.html">pism::array::Scalar</a></div><div class="ttdef"><b>Definition:</b> <a href="Scalar_8hh_source.html#l00031">Scalar.hh:31</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Full_html"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Full.html">pism::energy::BTU_Full</a></div><div class="ttdoc">Given the temperature of the top of the bedrock, for the duration of one time-step,...</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Full_8hh_source.html#l00084">BTU_Full.hh:84</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_a10e9e528484860cc11c37b2b50d7b76a_html_a10e9e528484860cc11c37b2b50d7b76a"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_a10e9e528484860cc11c37b2b50d7b76a.html#a10e9e528484860cc11c37b2b50d7b76a">pism::energy::BTU_Verification::m_testname</a></div><div class="ttdeci">int m_testname</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8hh_source.html#l00039">BTU_Verification.hh:39</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_a368cd805cdaf57a10d62d55e9bf87c30_html_a368cd805cdaf57a10d62d55e9bf87c30"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_a368cd805cdaf57a10d62d55e9bf87c30.html#a368cd805cdaf57a10d62d55e9bf87c30">pism::energy::BTU_Verification::BTU_Verification</a></div><div class="ttdeci">BTU_Verification(std::shared_ptr< const Grid > g, const BTUGrid &vertical_grid, int test, bool bii)</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8cc_source.html#l00030">BTU_Verification.cc:30</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_a4d6e5768d43067d10b033246e70386c2_html_a4d6e5768d43067d10b033246e70386c2"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_a4d6e5768d43067d10b033246e70386c2.html#a4d6e5768d43067d10b033246e70386c2">pism::energy::BTU_Verification::~BTU_Verification</a></div><div class="ttdeci">virtual ~BTU_Verification()=default</div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_a94d8c81d4cb86901f3c2f3ceea1b66c2_html_a94d8c81d4cb86901f3c2f3ceea1b66c2"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_a94d8c81d4cb86901f3c2f3ceea1b66c2.html#a94d8c81d4cb86901f3c2f3ceea1b66c2">pism::energy::BTU_Verification::initialize_bottom_surface_flux</a></div><div class="ttdeci">virtual void initialize_bottom_surface_flux()</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8cc_source.html#l00039">BTU_Verification.cc:39</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_aa829501001568b947966cad830a2da1d_html_aa829501001568b947966cad830a2da1d"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_aa829501001568b947966cad830a2da1d.html#aa829501001568b947966cad830a2da1d">pism::energy::BTU_Verification::bootstrap</a></div><div class="ttdeci">virtual void bootstrap(const array::Scalar &bedrock_top_temperature)</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8cc_source.html#l00044">BTU_Verification.cc:44</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_ab3360428a6cc0d7efbf9dd2e649b8858_html_ab3360428a6cc0d7efbf9dd2e649b8858"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification_ab3360428a6cc0d7efbf9dd2e649b8858.html#ab3360428a6cc0d7efbf9dd2e649b8858">pism::energy::BTU_Verification::m_bedrock_is_ice</a></div><div class="ttdeci">bool m_bedrock_is_ice</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8hh_source.html#l00040">BTU_Verification.hh:40</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Verification_html"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Verification.html">pism::energy::BTU_Verification</a></div><div class="ttdef"><b>Definition:</b> <a href="BTU__Verification_8hh_source.html#l00028">BTU_Verification.hh:29</a></div></div>
<div class="ttc" id="anamespacepism_a47d754ed3e959d5866b02a1b78b6a5b5_html_a47d754ed3e959d5866b02a1b78b6a5b5"><div class="ttname"><a href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">pism::g</a></div><div class="ttdeci">static const double g</div><div class="ttdef"><b>Definition:</b> <a href="exactTestP_8cc_source.html#l00036">exactTestP.cc:36</a></div></div>
<div class="ttc" id="anamespacepism_html"><div class="ttname"><a href="namespacepism.html">pism</a></div><div class="ttdef"><b>Definition:</b> <a href="AgeColumnSystem_8cc_source.html#l00023">AgeColumnSystem.cc:23</a></div></div>
<div class="ttc" id="astructpism_1_1energy_1_1BTUGrid_html"><div class="ttname"><a href="structpism_1_1energy_1_1BTUGrid.html">pism::energy::BTUGrid</a></div><div class="ttdef"><b>Definition:</b> <a href="BedThermalUnit_8hh_source.html#l00036">BedThermalUnit.hh:36</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>