Skip to content

Commit 929c6a6

Browse files
committed
Fix boundary condition y-coordinate in Heat Conduction tutorial
1 parent 5089fda commit 929c6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/HeatConduction2DFin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 id="mathematicalformulation"><a name="Mathematical formulation"></a>Mathemat
9999
constant temperature boundary conditions are implemented as Dirichlet types in the finite element code.
100100
The symmetry boundary condition is implemented as a Neumann zero-flux type \( \left(
101101
\frac{dT}{dx}|_{x=0}=0 \right) \), while the convective cooling boundary condition is of the Robin type.
102-
Specifically, the latter is expressed as \(\frac{dT}{dy}|_{y=4}=-{\frac{h}{k}}(T-T_0)\), where \(h\) is
102+
Specifically, the latter is expressed as \(\frac{dT}{dy}|_{y=2}=-{\frac{h}{k}}(T-T_0)\), where \(h\) is
103103
the heat transfer coefficient, \(k\) the thermal conductivity and \(T_0\) is the external temperature.
104104
We assume here that \({\frac{h}{k}}\) = 1 m<sup>-1</sup> and \(T_0\) = 20 &deg;C.
105105
</p>

0 commit comments

Comments
 (0)