Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d036f90
Added tutorial for solid-to-solid CHT
EvertBunschoten Aug 6, 2024
ab129d6
Completed tutorial description
EvertBunschoten Aug 19, 2024
79fb708
Added images for solid-solid CHT tutorial
EvertBunschoten Aug 19, 2024
d7975ad
Added links to tutorial mesh files.
EvertBunschoten Aug 21, 2024
c2e8282
Correct image links in Logs and Mesh tab
Ujjawal179 Sep 19, 2024
58ee601
Merge branch 'su2code:master' into master
Ujjawal179 Sep 19, 2024
ec77c32
Merge branch 'su2code:master' into master
Ujjawal179 Oct 1, 2024
e15c53a
Merge pull request #159 from Ujjawal179/master
pcarruscag Oct 1, 2024
8b3cd73
Added combustion tutorial to tutorial list
EvertBunschoten Oct 3, 2024
c86d7b3
Merge branch 'master' of https://github.com/su2code/su2code.github.io…
EvertBunschoten Oct 3, 2024
676cf66
Added solid-solid CHT tutorial to tutorials list
EvertBunschoten Oct 3, 2024
9d40ac0
Updated links and latex equations in text
EvertBunschoten Oct 4, 2024
913fbc8
Updated permalink so tutorial appears correctly in tutorials list
EvertBunschoten Oct 4, 2024
0b38c47
Merge pull request #155 from su2code/feature_solid-solid_cht
EvertBunschoten Oct 4, 2024
0d0e632
Merge branch 'master' of https://github.com/su2code/su2code.github.io…
EvertBunschoten Oct 4, 2024
f1a34e8
Updated title card
EvertBunschoten Oct 4, 2024
7d6de25
Added link to SU2 DataMiner repo f.
EvertBunschoten Oct 8, 2024
2033010
Merge pull request #162 from su2code/fix_index_flamelet_tutorial
EvertBunschoten Oct 8, 2024
18205bf
Update Installation.md
bigfooted Jan 29, 2025
f3142f5
Merge pull request #166 from su2code/bigfooted-patch-3
pcarruscag Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added links to tutorial mesh files.
  • Loading branch information
EvertBunschoten authored Aug 21, 2024
commit d7975adf902b2fec5780152fa2d201f847afcd1d
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The two solid blocks each are subject to an iso-thermal wall boundary condition,

### Mesh Description

The computational mesh for all domains consist of quads and can be generated through Gmesh. The .geo files for [Solid 1](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_1.geo) and [Solid 2](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_2.geo) describe a simple, square mesh with 40 nodes along each side. The .geo file for the [fluid domain](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/fluid_3.geo) contains refinement commands around the solid-fluid interfaces.
The computational domain for this tutorial is made up of three separate meshes; [Solid 1](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_mesh_1.su2), [Solid 2](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_mesh_2.su2), and [Fluid](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/fluid_mesh.su2). The meshes for the solid domains are simple, square meshes with 40 nodes along each side, while the fluid domain mesh is refined near the interface with the solid domains. These meshes can alternatively be generated through Gmesh. The .geo files for [Solid 1](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_1.geo), [Solid 2](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/solid_2.geo), and [Fluid](https://github.com/su2code/Tutorials/tree/master/multiphysics/contact_resistance_cht/fluid_3.geo) allow for the generation of the respective SU2 mesh files.

![Problem Setup Mesh](../../../tutorials_files/multiphysics/contact_resistance_cht/problem_mesh.png)
Figure 4: The computational mesh with all three physical zones.
Expand Down