thermal examples + tests
This commit is contained in:
parent
7072ab0984
commit
ee3d3b75c7
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 978d132e3baaf60e00f8ac2e70f00285c5cc0328
|
||||
Subproject commit 1df86eb3d63923557406999ed5a1b41a27fb1fda
|
|
@ -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]
|
|
@ -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]
|
Loading…
Reference in New Issue