This directory contains Node.js examples demonstrating how to use the FEAScript library to solve steady-state heat conduction problems.
This example demonstrates a heat flow case through a building wall.
For detailed information on the model setup, refer to the corresponding tutorial in the FEAScript website.
Basic implementation using an internally generated structured mesh.
Implementation using an unstructured mesh generated by Gmsh (the mesh file, rect_quad_unstruct.msh, is also located in the current directory).
For detailed information on the model setup, refer to the corresponding tutorial in the FEAScript website.
Implementation using a Gmsh-generated mesh for a rhomboid domain (the mesh file, rhom_quad.msh, is also located in the current directory).
For detailed information on the model setup, refer to the corresponding tutorial in the FEAScript website.
echo '{"type":"module"}' > package.jsonnpm install feascript mathjsnode heatConduction2DFin.js(or node heatConduction2DFinGmsh.js / node heatConduction2DRhomFinGmsh.js)
