User talk:Sidharth: Difference between revisions
Jump to navigation
Jump to search
Created page with "FPROPS uses function pointers from the underlying correlation (helmholtz or Pengrob) to calculate fundamental quantities with Temperature and rho as the input. Following are t..." |
No edit summary |
||
| Line 1: | Line 1: | ||
FPROPS uses function pointers from the underlying correlation (helmholtz or Pengrob) to calculate fundamental quantities with Temperature and rho as the input. Following are those functions of fprops :- | FPROPS uses function pointers from the underlying correlation (helmholtz or Pengrob) to calculate fundamental quantities with Temperature and rho as the input. Following are those functions of fprops :- | ||
# fprops_p | |||
# fprops_u | |||
# fprops_h | |||
# fprops_s | |||
# fprops_a | |||
# fprops_g | |||
# fprops_P | |||
# fprops_dpdrho_T | |||
# fprops_alphap | |||
# fprops_betaP | |||
# fprops_cp | |||
# fprops_cv | |||
# fprops_w | |||
Both the underlying correlations provide these 13 functions calculated from first principles, with T and <math>\rho</math> as inputs. So the TTSE implementation for a specific liquid and a specific correlation (H or P) should eventually generate tables for each of the above 13 entries. Besides them we need a seperate one dimensional table for the saturation curve which just takes | |||
Revision as of 04:51, 15 June 2015
FPROPS uses function pointers from the underlying correlation (helmholtz or Pengrob) to calculate fundamental quantities with Temperature and rho as the input. Following are those functions of fprops :-
- fprops_p
- fprops_u
- fprops_h
- fprops_s
- fprops_a
- fprops_g
- fprops_P
- fprops_dpdrho_T
- fprops_alphap
- fprops_betaP
- fprops_cp
- fprops_cv
- fprops_w
Both the underlying correlations provide these 13 functions calculated from first principles, with T and <math>\rho</math> as inputs. So the TTSE implementation for a specific liquid and a specific correlation (H or P) should eventually generate tables for each of the above 13 entries. Besides them we need a seperate one dimensional table for the saturation curve which just takes