impoved naming

This commit is contained in:
Martin Diehl 2022-12-08 16:57:26 +01:00
parent 7b986f6f77
commit cca5d6d495
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 599d5accf4f5249257972cef997e8078e857c5a1
Subproject commit e9254133c1e9ea3855a4fd17078d4c6f7d8728b1

View File

@ -1,4 +1,4 @@
type: externalheat
f_T: [1, 1, 0, 0]
t_n: [0, 500, 500.001, 1000]
f: [1, 1, 0, 0]
t: [0, 500, 500.001, 1000]

View File

@ -60,7 +60,7 @@ module function externalheat_init(source_length) result(mySources)
associate(prm => param(ph))
src => sources%get_dict(so)
prm%f = table(src,'t_n','f_T')
prm%f = table(src,'t','f')
Nmembers = count(material_phaseID == ph)
call phase_allocateState(thermalState(ph)%p(so),Nmembers,1,1,0)