Enthalpy properties on Joule study
Posted: Fri Jul 08, 2011 4:36 pm
Hello everbody,
I have some problem to tabulate enthalpy properties in joule study. In the file usthht.f90 (from Reference elec), it is writing:
line 149
! on interpole lineairement
do it = 2, ntab
if(temper.le.th(it)) then
enthal = ht(it-1) &
+(temper-th(it-1))*(ht(it)-ht(it-1))/(th(it)-th(it-1))
endif
enddo
Were the programm take this data (ht and th) and how to enter new data file? I want to use Azote properties.
Thanks in advance for your help
Christophe
I have some problem to tabulate enthalpy properties in joule study. In the file usthht.f90 (from Reference elec), it is writing:
line 149
! on interpole lineairement
do it = 2, ntab
if(temper.le.th(it)) then
enthal = ht(it-1) &
+(temper-th(it-1))*(ht(it)-ht(it-1))/(th(it)-th(it-1))
endif
enddo
Were the programm take this data (ht and th) and how to enter new data file? I want to use Azote properties.
Thanks in advance for your help
Christophe