Skip to content

Commit de5783e

Browse files
Merge branch 'master' of https://github.com/su2code/su2code.github.io into feature_NICFD
2 parents 811285d + 9363f6b commit de5783e

File tree

12 files changed

+326
-4
lines changed

12 files changed

+326
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bootwatch: yeti
1616
# Build settings
1717
markdown: kramdown
1818
highlighter: rouge
19-
gems:
19+
plugins:
2020
- jekyll-feed
2121
- jekyll-redirect-from
2222
- jekyll-seo-tag

_data/tutorials.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,16 @@
4040
- Linear_Dynamics
4141
- Nonlinear_Elasticity
4242
- Multiple_Material
43-
43+
4444
- title: Multiphysics
4545
tutorials:
4646
- Static_FSI
4747
- Dynamic_FSI_Python
4848
- Static_CHT
4949
- Inc_Heated_Cylinders_Unsteady
5050
- SS_CR_CHT
51-
- Inc_Combustion
51+
- Inc_Combustion
52+
- TFC_python
5253

5354
- title: Design Features
5455
tutorials:

_tutorials/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Simulation of a non-linear problem with multiple material definitions
9696
* [Static Fluid-Structure Interaction](/tutorials/Static_FSI/)
9797
Non-linear structural mechanics coupled with incompressible Navier-Stokes flow
9898
* [Dynamic Fluid-Structure Interaction with the Python wrapper](/tutorials/Dynamic_FSI_Python/)
99-
Linear Nastran-like model coupled with compressible unsteady RANS equations using the Python wrapper
99+
Linear Nastran-like model coupled with compressible unsteady RANS equations using the Python wrapper.
100100
* [Static Conjugate Heat Transfer](/tutorials/Static_CHT/)
101101
Simulation of multiple heated cylinders in incompressible fluid flow.
102102
* [Unsteady Conjugate Heat Transfer](/tutorials/Inc_Heated_Cylinders_Unsteady/)
@@ -105,6 +105,8 @@ Simulation of an unsteady coupled CHT problem incorporating multiple physical zo
105105
Simulation of CHT between solid domains with contact resistance.
106106
* [Pre-mixed Hydrogen Combustion](/tutorials/Inc_Combustion/)
107107
Simulation of a laminar, pre-mixed hydrogen flame on a cooled burner plate.
108+
* [Python wrapper for User Defined Functionality](/tutorials/TFC_python/)
109+
Use the Python wrapper to setup user defined source terms, initial conditions and boundary conditions for combustion.
108110

109111
#### Shape Design Features
110112

_tutorials/multiphysics/TFC_python/TFC_python.md

Lines changed: 319 additions & 0 deletions
Large diffs are not rendered by default.
20.6 KB
Loading
8.85 KB
Loading
61.9 KB
Loading
26.7 KB
Loading
19.1 KB
Loading
50.3 KB
Loading

0 commit comments

Comments
 (0)