User talk:Sidharth: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Sidharth (talk | contribs)
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..."
 
Sidharth (talk | contribs)
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 :-


1. fprops_P
# fprops_p
2. fprops_u
# fprops_u
3. fprops_h
# fprops_h
4. fprops_s
# fprops_s
5. fprops_a
# fprops_a
6. fprops_g
# fprops_g
7. fprops_P
# fprops_P
8. fprops_dpdrho_T
# fprops_dpdrho_T
9. fprops_dpdrho_T
# fprops_alphap
10. fprops_dpdrho_T
# fprops_betaP
11. fprops_cp
# fprops_cp
11. fprops_cv
# fprops_cv
11. fprops_w
# 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 :-

  1. fprops_p
  2. fprops_u
  3. fprops_h
  4. fprops_s
  5. fprops_a
  6. fprops_g
  7. fprops_P
  8. fprops_dpdrho_T
  9. fprops_alphap
  10. fprops_betaP
  11. fprops_cp
  12. fprops_cv
  13. 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