Skip to content

Commit 9c2ed6f

Browse files
committed
Update boundaryConditionsConfig.json and exampleSolidHeatTransfer01.html for improved boundary conditions definitions
1 parent 6e33a9d commit 9c2ed6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"topBoundary": ["robin", "placeholder"],
3-
"bottomBoundary": ["dirichlet", 200.0],
4-
"leftBoundary": ["neumann", "placeholder"],
5-
"rightBoundary": ["dirichlet", 200.0],
6-
"robinHeatTranfCoeff": 1,
7-
"robinExtTemp": 20
2+
"topBoundary": ["convection", 1, 20],
3+
"bottomBoundary": ["constantTemp", 200.0],
4+
"leftBoundary": ["symmetry"],
5+
"rightBoundary": ["constantTemp", 200.0]
86
}

exampleSolidHeatTransfer01/exampleSolidHeatTransfer01.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ <h2 id="results"><a name="Results"></a>Results</h2>
304304
// 'python3 corsHttpServer'
305305
// The Python server will be accessible at:
306306
// http://127.0.0.1:8000/
307+
// This example will be accessible at:
308+
// http://127.0.0.1:8000/FEAScript-website/exampleSolidHeatTransfer01/exampleSolidHeatTransfer01.html
307309
// For running JavaScript in local HTML files, refer to:
308310
// https://stackoverflow.com/questions/58067499/runing-javascript-in-local-html-files-in-firefox
309311

0 commit comments

Comments
 (0)