-
Notifications
You must be signed in to change notification settings - Fork 0
/
BTU__Minimal_8cc_source.html
173 lines (171 loc) · 23.9 KB
/
BTU__Minimal_8cc_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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!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/energy/BTU_Minimal.cc 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-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800</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_6dbe3a74fddfb865e2d1b322bca63f2b.html">energy</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">BTU_Minimal.cc</div> </div>
</div><!--header-->
<div class="contents">
<a href="BTU__Minimal_8cc.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, 2023 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">#include "pism/energy/BTU_Minimal.hh"</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include "pism/util/MaxTimestep.hh"</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="keyword">namespace </span><a class="code" href="namespacepism.html">pism</a> {</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span>energy {</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a9f219b526efaeff1d57878e97ee33f05.html#a9f219b526efaeff1d57878e97ee33f05"> 26</a></span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a9f219b526efaeff1d57878e97ee33f05.html#a9f219b526efaeff1d57878e97ee33f05">BTU_Minimal::BTU_Minimal</a>(std::shared_ptr<const Grid> <a class="code" href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">g</a>)</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  : <a class="code" href="classpism_1_1energy_1_1BedThermalUnit.html">BedThermalUnit</a>(<a class="code" href="namespacepism_a47d754ed3e959d5866b02a1b78b6a5b5.html#a47d754ed3e959d5866b02a1b78b6a5b5">g</a>) {</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="comment">// empty</span></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>  </div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a201e9c2e1c4495f1fdccb33d9af0989e.html#a201e9c2e1c4495f1fdccb33d9af0989e"> 31</a></span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a201e9c2e1c4495f1fdccb33d9af0989e.html#a201e9c2e1c4495f1fdccb33d9af0989e">BTU_Minimal::init_impl</a>(<span class="keyword">const</span> <a class="code" href="structpism_1_1InputOptions.html">InputOptions</a> &opts) {</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <a class="code" href="classpism_1_1Component_a29575eba605feccf4403d6b4ff0954a4.html#a29575eba605feccf4403d6b4ff0954a4">m_log</a>->message(2,</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="stringliteral">"* Initializing the minimal model for lithosphere:\n"</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="stringliteral">" stored time-independent geothermal flux applied to ice base...\n"</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>  <a class="code" href="classpism_1_1energy_1_1BedThermalUnit_a6443c4334e00de7c6e165030a4490d0a.html#a6443c4334e00de7c6e165030a4490d0a">BedThermalUnit::init_impl</a>(opts);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="comment">// The flux through the top surface is the same as the flux through the bottom surface.</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classpism_1_1energy_1_1BedThermalUnit_adfc811194c0ddcce465f80c9f7a5b4ef.html#adfc811194c0ddcce465f80c9f7a5b4ef">m_top_surface_flux</a>.<a class="code" href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae">copy_from</a>(<a class="code" href="classpism_1_1energy_1_1BedThermalUnit_a5c7563d7cfb2e6d1c0d8f2468a2a4ca8.html#a5c7563d7cfb2e6d1c0d8f2468a2a4ca8">m_bottom_surface_flux</a>);</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> }</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a2814cf826f6afc1fbf114d1a38204dfd.html#a2814cf826f6afc1fbf114d1a38204dfd"> 42</a></span> <span class="keywordtype">double</span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a2814cf826f6afc1fbf114d1a38204dfd.html#a2814cf826f6afc1fbf114d1a38204dfd">BTU_Minimal::vertical_spacing_impl</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordflow">return</span> 0.0;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</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"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a41c1b9e194d3a160f8f48f916465abc3.html#a41c1b9e194d3a160f8f48f916465abc3"> 46</a></span> <span class="keywordtype">double</span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a41c1b9e194d3a160f8f48f916465abc3.html#a41c1b9e194d3a160f8f48f916465abc3">BTU_Minimal::depth_impl</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordflow">return</span> 0.0;</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> }</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a3faee2fe6c72e43f3879f702d91b997d.html#a3faee2fe6c72e43f3879f702d91b997d"> 50</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a3faee2fe6c72e43f3879f702d91b997d.html#a3faee2fe6c72e43f3879f702d91b997d">BTU_Minimal::Mz_impl</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">return</span> 0;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> }</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a82fca226a3bfa2666c62805ddc165f1e.html#a82fca226a3bfa2666c62805ddc165f1e"> 54</a></span> <a class="code" href="classpism_1_1MaxTimestep.html">MaxTimestep</a> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_a82fca226a3bfa2666c62805ddc165f1e.html#a82fca226a3bfa2666c62805ddc165f1e">BTU_Minimal::max_timestep_impl</a>(<span class="keywordtype">double</span> t)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  (void) t;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="comment">// no time step restriction</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">return</span> <a class="code" href="classpism_1_1MaxTimestep.html">MaxTimestep</a>(<span class="stringliteral">"minimal thermal bedrock layer"</span>);</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> }</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classpism_1_1energy_1_1BTU__Minimal_a4adf368bdd86c40e4802cb17c09785e8.html#a4adf368bdd86c40e4802cb17c09785e8"> 60</a></span> <span class="keywordtype">void</span> <a class="code" href="classpism_1_1energy_1_1BTU__Minimal_ae1f93a7dbc10618f045c577235b80111.html#ae1f93a7dbc10618f045c577235b80111">BTU_Minimal::update_impl</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Scalar.html">array::Scalar</a> &bedrock_top_temperature, <span class="keywordtype">double</span> t, <span class="keywordtype">double</span> dt) {</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  (void) bedrock_top_temperature;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  (void) t;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  (void) dt;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="comment">// empty</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> }</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> } <span class="comment">// end of namespace energy</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> } <span class="comment">// end of namespace pism</span></div>
<div class="ttc" id="aclasspism_1_1Component_a29575eba605feccf4403d6b4ff0954a4_html_a29575eba605feccf4403d6b4ff0954a4"><div class="ttname"><a href="classpism_1_1Component_a29575eba605feccf4403d6b4ff0954a4.html#a29575eba605feccf4403d6b4ff0954a4">pism::Component::m_log</a></div><div class="ttdeci">const Logger::ConstPtr m_log</div><div class="ttdoc">logger (for easy access)</div><div class="ttdef"><b>Definition:</b> <a href="Component_8hh_source.html#l00162">Component.hh:162</a></div></div>
<div class="ttc" id="aclasspism_1_1MaxTimestep_html"><div class="ttname"><a href="classpism_1_1MaxTimestep.html">pism::MaxTimestep</a></div><div class="ttdoc">Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to...</div><div class="ttdef"><b>Definition:</b> <a href="MaxTimestep_8hh_source.html#l00031">MaxTimestep.hh:31</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae_html_a7b9a0d8a83d5379f1debdcefce0fffae"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae">pism::array::Array2D::copy_from</a></div><div class="ttdeci">void copy_from(const Array2D< T > &source)</div><div class="ttdef"><b>Definition:</b> <a href="Array2D_8hh_source.html#l00073">Array2D.hh:73</a></div></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__Minimal_a201e9c2e1c4495f1fdccb33d9af0989e_html_a201e9c2e1c4495f1fdccb33d9af0989e"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a201e9c2e1c4495f1fdccb33d9af0989e.html#a201e9c2e1c4495f1fdccb33d9af0989e">pism::energy::BTU_Minimal::init_impl</a></div><div class="ttdeci">void init_impl(const InputOptions &opts)</div><div class="ttdoc">Initialize the bedrock thermal unit.</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00031">BTU_Minimal.cc:31</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_a2814cf826f6afc1fbf114d1a38204dfd_html_a2814cf826f6afc1fbf114d1a38204dfd"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a2814cf826f6afc1fbf114d1a38204dfd.html#a2814cf826f6afc1fbf114d1a38204dfd">pism::energy::BTU_Minimal::vertical_spacing_impl</a></div><div class="ttdeci">double vertical_spacing_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00042">BTU_Minimal.cc:42</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_a3faee2fe6c72e43f3879f702d91b997d_html_a3faee2fe6c72e43f3879f702d91b997d"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a3faee2fe6c72e43f3879f702d91b997d.html#a3faee2fe6c72e43f3879f702d91b997d">pism::energy::BTU_Minimal::Mz_impl</a></div><div class="ttdeci">unsigned int Mz_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00050">BTU_Minimal.cc:50</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_a41c1b9e194d3a160f8f48f916465abc3_html_a41c1b9e194d3a160f8f48f916465abc3"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a41c1b9e194d3a160f8f48f916465abc3.html#a41c1b9e194d3a160f8f48f916465abc3">pism::energy::BTU_Minimal::depth_impl</a></div><div class="ttdeci">double depth_impl() const</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00046">BTU_Minimal.cc:46</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_a82fca226a3bfa2666c62805ddc165f1e_html_a82fca226a3bfa2666c62805ddc165f1e"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a82fca226a3bfa2666c62805ddc165f1e.html#a82fca226a3bfa2666c62805ddc165f1e">pism::energy::BTU_Minimal::max_timestep_impl</a></div><div class="ttdeci">MaxTimestep max_timestep_impl(double t) const</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00054">BTU_Minimal.cc:54</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_a9f219b526efaeff1d57878e97ee33f05_html_a9f219b526efaeff1d57878e97ee33f05"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_a9f219b526efaeff1d57878e97ee33f05.html#a9f219b526efaeff1d57878e97ee33f05">pism::energy::BTU_Minimal::BTU_Minimal</a></div><div class="ttdeci">BTU_Minimal(std::shared_ptr< const Grid > g)</div><div class="ttdef"><b>Definition:</b> <a href="BTU__Minimal_8cc_source.html#l00026">BTU_Minimal.cc:26</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BTU__Minimal_ae1f93a7dbc10618f045c577235b80111_html_ae1f93a7dbc10618f045c577235b80111"><div class="ttname"><a href="classpism_1_1energy_1_1BTU__Minimal_ae1f93a7dbc10618f045c577235b80111.html#ae1f93a7dbc10618f045c577235b80111">pism::energy::BTU_Minimal::update_impl</a></div><div class="ttdeci">virtual void update_impl(const array::Scalar &bedrock_top_temperature, double t, double dt)=0</div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BedThermalUnit_a5c7563d7cfb2e6d1c0d8f2468a2a4ca8_html_a5c7563d7cfb2e6d1c0d8f2468a2a4ca8"><div class="ttname"><a href="classpism_1_1energy_1_1BedThermalUnit_a5c7563d7cfb2e6d1c0d8f2468a2a4ca8.html#a5c7563d7cfb2e6d1c0d8f2468a2a4ca8">pism::energy::BedThermalUnit::m_bottom_surface_flux</a></div><div class="ttdeci">array::Scalar m_bottom_surface_flux</div><div class="ttdoc">upward heat flux through the bottom surface of the bed thermal layer</div><div class="ttdef"><b>Definition:</b> <a href="BedThermalUnit_8hh_source.html#l00148">BedThermalUnit.hh:148</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BedThermalUnit_a6443c4334e00de7c6e165030a4490d0a_html_a6443c4334e00de7c6e165030a4490d0a"><div class="ttname"><a href="classpism_1_1energy_1_1BedThermalUnit_a6443c4334e00de7c6e165030a4490d0a.html#a6443c4334e00de7c6e165030a4490d0a">pism::energy::BedThermalUnit::init_impl</a></div><div class="ttdeci">virtual void init_impl(const InputOptions &opts)</div><div class="ttdoc">Initialize the bedrock thermal unit.</div><div class="ttdef"><b>Definition:</b> <a href="BedThermalUnit_8cc_source.html#l00121">BedThermalUnit.cc:121</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BedThermalUnit_adfc811194c0ddcce465f80c9f7a5b4ef_html_adfc811194c0ddcce465f80c9f7a5b4ef"><div class="ttname"><a href="classpism_1_1energy_1_1BedThermalUnit_adfc811194c0ddcce465f80c9f7a5b4ef.html#adfc811194c0ddcce465f80c9f7a5b4ef">pism::energy::BedThermalUnit::m_top_surface_flux</a></div><div class="ttdeci">array::Scalar m_top_surface_flux</div><div class="ttdoc">upward heat flux through the top surface of the bed thermal layer</div><div class="ttdef"><b>Definition:</b> <a href="BedThermalUnit_8hh_source.html#l00151">BedThermalUnit.hh:151</a></div></div>
<div class="ttc" id="aclasspism_1_1energy_1_1BedThermalUnit_html"><div class="ttname"><a href="classpism_1_1energy_1_1BedThermalUnit.html">pism::energy::BedThermalUnit</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="BedThermalUnit_8hh_source.html#l00101">BedThermalUnit.hh:101</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_1InputOptions_html"><div class="ttname"><a href="structpism_1_1InputOptions.html">pism::InputOptions</a></div><div class="ttdef"><b>Definition:</b> <a href="Component_8hh_source.html#l00058">Component.hh:58</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>