Skip to content

Commit 9363f6b

Browse files
authored
TFC python (#191)
* TFC python wrapper tutorial
1 parent ebf3eb4 commit 9363f6b

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
@@ -39,15 +39,16 @@
3939
- Linear_Dynamics
4040
- Nonlinear_Elasticity
4141
- Multiple_Material
42-
42+
4343
- title: Multiphysics
4444
tutorials:
4545
- Static_FSI
4646
- Dynamic_FSI_Python
4747
- Static_CHT
4848
- Inc_Heated_Cylinders_Unsteady
4949
- SS_CR_CHT
50-
- Inc_Combustion
50+
- Inc_Combustion
51+
- TFC_python
5152

5253
- title: Design Features
5354
tutorials:

_tutorials/index.md

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

107109
#### Shape Design Features
108110

_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)