Skip to content

Commit 789bcb3

Browse files
committed
Update README for Heat Conduction 2D Fin example
1 parent 7bf8f05 commit 789bcb3

File tree

1 file changed

+4
-13
lines changed
  • examples/solidHeatTransferScript/HeatConduction2DFin

1 file changed

+4
-13
lines changed

examples/solidHeatTransferScript/HeatConduction2DFin/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@
44

55
This example demonstrates solving a steady-state heat transfer problem in a 2D rectangular domain using the FEAScript-platform visual editor. The problem represents a typical cooling fin scenario, where heat conduction is modeled to understand temperature distribution under specific boundary conditions.
66

7-
### Using the Example
7+
### Available Versions
88

9-
This example is provided as an XML file (`HeatConduction2DFin.xml`) which can be directly loaded into the [FEAScript-platform](https://platform.feascript.com) visual editor:
9+
1. **Standard Version** (`HeatConduction2DFin.xml`)
1010

11-
1. Visit the [FEAScript-platform](https://platform.feascript.com) in your browser
12-
2. Click the "Load Project" button in the Control Panel
13-
3. Select the `HeatConduction2DFin.xml` file from your computer
14-
4. The blocks will be loaded into the editor, showing the complete simulation setup
15-
5. Click "Evaluate" in the Control Panel to run the simulation
16-
6. The results (temperature contour plot) will be displayed in the 'Solution' tab
11+
### Instructions
1712

18-
### Related Examples
19-
20-
For JavaScript API implementations of the same problem, see:
21-
- [Core library examples](https://github.com/FEAScript/FEAScript-core/tree/main/examples/solidHeatTransferScript/HeatConduction2DFin)
22-
- [Online tutorial](https://feascript.com/tutorials/HeatConduction2DFin.html)
13+
The provided XML file can be directly loaded into the [FEAScript-platform](https://platform.feascript.com) visual editor. The mesh configuration and boundary conditions are defined as visual blocks. For a step-by-step guide, refer to the corresponding [tutorial](https://feascript.com/tutorials/HeatConduction2DFinPlatform.html). For additional details about the mathematical formulation, refer also to the [JavaScript API tutorial](https://feascript.com/tutorials/HeatConduction2DFin.html)

0 commit comments

Comments
 (0)