thermal examples + tests

This commit is contained in:
Martin Diehl 2021-03-27 17:10:50 +01:00
parent 7072ab0984
commit ee3d3b75c7
3 changed files with 23 additions and 1 deletions

@ -1 +1 @@
Subproject commit 978d132e3baaf60e00f8ac2e70f00285c5cc0328
Subproject commit 1df86eb3d63923557406999ed5a1b41a27fb1fda

View File

@ -0,0 +1,11 @@
adiabatic:
rho: 1
thermal:
c_p: 1
K_11: 0
K_22: 0
K_33: 0
source:
- type: externalheat
f_T: [1, 1, 0, 0]
t_n: [0, 500, 500.001, 1000]

View File

@ -0,0 +1,11 @@
fast-convection:
rho: 1
thermal:
c_p: 1
K_11: 1e30
K_22: 1e30
K_33: 1e30
source:
- type: externalheat
f_T: [1, 1, 0, 0]
t_n: [0, 500, 500.001, 1000]