1212
1313< html lang ="en ">
1414 < head >
15- < title > FEAScript: Heat Conduction in a Two-Dimensional Fin Tutorial (Gmsh Example )</ title >
15+ < title > FEAScript: Heat Conduction in a Two-Dimensional Fin Tutorial (Gmsh Mesh )</ title >
1616 < link rel ="icon " type ="image/x-icon " href ="../assets/favicon.ico " />
1717 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
1818 < meta
@@ -72,11 +72,11 @@ <h1 class="top">
7272 />
7373 </ a >
7474 </ h1 >
75- < h1 > Heat Conduction in a Two-Dimensional Fin (Gmsh Example )</ h1 >
75+ < h1 > Heat Conduction in a Two-Dimensional Fin (Gmsh Mesh )</ h1 >
7676
7777 < ul id ="menu ">
7878 < li > < a href ="#gmshfileimport "> Gmsh File Import</ a > </ li >
79- < li > < a href ="#gmshgeofile "> Example Gmsh ` .geo` File</ a > </ li >
79+ < li > < a href ="#gmshgeofile "> Example Gmsh " .geo" File</ a > </ li >
8080 < li > < a href ="#generatedmesh "> Generated Mesh</ a > </ li >
8181 < li > < a href ="#results "> Results</ a > </ li >
8282 </ ul >
@@ -92,7 +92,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin (Gmsh Example)</h1>
9292
9393 < h2 id ="gmshfileimport "> < a name ="gmshfileimport "> </ a > Gmsh File Import</ h2 >
9494 < p >
95- This example demonstrates how to import a Gmsh-generated mesh (` .msh` file format) and solve a heat
95+ This example demonstrates how to import a Gmsh-generated mesh (" .msh" file format) and solve a heat
9696 conduction problem.
9797 </ p >
9898
@@ -162,7 +162,7 @@ <h2 id="gmshfileimport"><a name="gmshfileimport"></a>Gmsh File Import</h2>
162162 </ p >
163163 < ol >
164164 < li >
165- < strong > Physical Groups in Gmsh:</ strong > In your ` .geo` file, you need to define physical groups for
165+ < strong > Physical Groups in Gmsh:</ strong > In your " .geo" file, you need to define physical groups for
166166 boundaries using commands like < code > Physical Line("bottom") = {1};</ code > . These are mapped to tags
167167 in the imported mesh.
168168 </ li >
@@ -181,13 +181,13 @@ <h2 id="gmshfileimport"><a name="gmshfileimport"></a>Gmsh File Import</h2>
181181 </ ol >
182182
183183 < p >
184- You can create your own Gmsh files by writing ` .geo` scripts or using Gmsh's GUI. For this example, we
185- used a simple rectangular domain defined in a ` .geo` file with specific physical groups for each boundary.
184+ You can create your own Gmsh files by writing " .geo" scripts or using Gmsh's GUI. For this example, we
185+ used a simple rectangular domain defined in a " .geo" file with specific physical groups for each boundary.
186186 </ p >
187187
188- < h3 id ="gmshgeofile "> < a name ="gmshgeofile "> </ a > Example Gmsh ` .geo` File</ h3 >
188+ < h3 id ="gmshgeofile "> < a name ="gmshgeofile "> </ a > Example Gmsh " .geo" File</ h3 >
189189 < p >
190- Below is the ` rect.geo` file used in this tutorial. It defines a 4m × 2m rectangular domain with physical
190+ Below is the " rect.geo" file used in this tutorial. It defines a 4m × 2m rectangular domain with physical
191191 lines for each boundary edge:
192192 </ p >
193193
@@ -253,8 +253,8 @@ <h3 id="gmshgeofile"><a name="gmshgeofile"></a>Example Gmsh `.geo` File</h3>
253253 </ ul >
254254
255255 < p >
256- To generate a mesh file from this ` .geo` script, you would run: < code > gmsh rect.geo -2</ code > in your
257- terminal, which creates a ` rect.msh` file that can be imported into FEAScript.
256+ To generate a mesh file from this " .geo" script, you would run: < code > gmsh rect.geo -2</ code > in your
257+ terminal, which creates a " rect.msh" file that can be imported into FEAScript.
258258 </ p >
259259
260260 < h2 id ="generatedmesh "> < a name ="generatedmesh "> </ a > Generated Mesh</ h2 >
@@ -270,7 +270,7 @@ <h2 id="generatedmesh"><a name="generatedmesh"></a>Generated Mesh</h2>
270270 style ="max-width: 40%; height: auto "
271271 />
272272 < p class ="image-caption ">
273- Quadrilateral mesh (` rect_quad_unstruct.msh` ) generated using the ` rect.geo` script with Gmsh
273+ Quadrilateral mesh (" rect_quad_unstruct.msh" ) generated using the " rect.geo" script with Gmsh
274274 </ p >
275275 </ div >
276276
0 commit comments