Skip to content

Commit a11e0b9

Browse files
committed
Add heat conduction in a rectangle with a hole example
1 parent 6544799 commit a11e0b9

5 files changed

Lines changed: 13133 additions & 1 deletion

File tree

assets/rect-with-hole-quad.png

81 KB
Loading

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,9 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
679679
</li>
680680
<li>
681681
<span class="tutorial-name">Lid-Driven Cavity (2D Creeping Flow)</span>
682-
<a href="https://feascript.com/tutorials/lid-driven-cavity-2d-creeping-flow.html" class="badge badge-basic"
682+
<a
683+
href="https://feascript.com/tutorials/lid-driven-cavity-2d-creeping-flow.html"
684+
class="badge badge-basic"
683685
>Basic HTML</a
684686
>
685687
<a

sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<loc>https://feascript.com/tutorials/heat-conduction-2d-fin-performance-test.html</loc>
3030
<priority>0.4</priority>
3131
</url>
32+
<url>
33+
<loc>https://feascript.com/tutorials/heat-conduction-2d-rect-hole.html</loc>
34+
<priority>0.4</priority>
35+
</url>
3236
<url>
3337
<loc>https://feascript.com/tutorials/solidification-front-2d.html</loc>
3438
<priority>0.8</priority>

0 commit comments

Comments
 (0)