File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed
Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1212
1313< html >
1414 < head >
15- < title > FEAScript: Heat transfer on a 2D solid example </ title >
15+ < title > FEAScript: Heat conduction in two-dimensional fin </ title >
1616 < link rel ="icon " type ="image/x-icon " href ="./images/favicon.ico " />
1717 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
1818 < meta
@@ -48,7 +48,7 @@ <h1 class="top">
4848 />
4949 </ a >
5050 </ h1 >
51- < h1 > Heat transfer on a 2D solid (cooling fin) example </ h1 >
51+ < h1 > Heat conduction in two-dimensional fin</ h1 >
5252
5353 < ul id ="menu ">
5454 < li > < a href ="#mathematicalformulation "> Mathematical formulation</ a > </ li >
@@ -312,4 +312,4 @@ <h2 id="results"><a name="Results"></a>Results</h2>
312312 } ) ;
313313 </ script >
314314 </ body >
315- </ html >
315+ </ html >
Original file line number Diff line number Diff line change @@ -94,12 +94,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
9494 < li >
9595 Solvers
9696 < ul >
97- < li >
98- Boundary value problems solver for 1D domains (< i
99- > under development</ i
100- > )
101- </ li >
102- < li > Heat transfer solver for 2D domains</ li >
97+ < li > Heat conduction solver</ li >
10398 </ ul >
10499 </ li >
105100 < li >
@@ -115,7 +110,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
115110 Visualization
116111 < ul >
117112 < li >
118- Contour plots using
113+ Results plots using
119114 < a href ="https://plotly.com/javascript/ " target ="_blank "
120115 > Plotly.js</ a
121116 >
@@ -145,18 +140,19 @@ <h3>Running examples</h3>
145140 </ p >
146141 < ul >
147142 <!-- Run examples on the GitHub server -->
143+ < li >
144+ Heat conduction in large plane wall < i > (under development)</ i >
145+ </ li >
148146 < li >
149147 < a href ="https://feascript.com/exampleHeatTrasnfer.html " target ="_blank "
150- > Heat transfer on a 2D solid (cooling fin)</ a
151- > . This example demonstrates the use of FEAScript to define and solve a
152- simple heat transfer problem on your web browser.
148+ > Heat conduction in two-dimensional fin</ a
149+ >
153150 </ li >
154151 <!-- Run examples on a local server *** Don't forget to change it before commit *** -->
155152 <!--<li>
156153 <a href="./exampleHeatTrasnfer.html" target="_blank"
157- >Heat transfer on a 2D solid</a
158- >. The example demonstrates the use of FEAScript to define and solve a
159- heat transfer problem on your web browser.
154+ >Heat conduction in two-dimensional fin</a
155+ >
160156 </li>-->
161157 </ ul >
162158 < p >
You can’t perform that action at this time.
0 commit comments