impoved naming
This commit is contained in:
parent
7b986f6f77
commit
cca5d6d495
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 599d5accf4f5249257972cef997e8078e857c5a1
|
Subproject commit e9254133c1e9ea3855a4fd17078d4c6f7d8728b1
|
|
@ -1,4 +1,4 @@
|
||||||
type: externalheat
|
type: externalheat
|
||||||
|
|
||||||
f_T: [1, 1, 0, 0]
|
f: [1, 1, 0, 0]
|
||||||
t_n: [0, 500, 500.001, 1000]
|
t: [0, 500, 500.001, 1000]
|
||||||
|
|
|
@ -60,7 +60,7 @@ module function externalheat_init(source_length) result(mySources)
|
||||||
associate(prm => param(ph))
|
associate(prm => param(ph))
|
||||||
src => sources%get_dict(so)
|
src => sources%get_dict(so)
|
||||||
|
|
||||||
prm%f = table(src,'t_n','f_T')
|
prm%f = table(src,'t','f')
|
||||||
|
|
||||||
Nmembers = count(material_phaseID == ph)
|
Nmembers = count(material_phaseID == ph)
|
||||||
call phase_allocateState(thermalState(ph)%p(so),Nmembers,1,1,0)
|
call phase_allocateState(thermalState(ph)%p(so),Nmembers,1,1,0)
|
||||||
|
|
Loading…
Reference in New Issue