Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to calculate the water Enthalpy on the basis of given Pressure and Temperature.
There is standard table given on the basis of that i want to calculate the Enthaply. Standard table and input data file in attachment.
Logic is also given in Standard table file.
Dear Oliver,
I have huge data which generates every sec. Input data is a sample data for calculation purpose only. and "Convert Table" data is full data to calculate the Enthalpy of input data.
if you have a reference table as my response above,
ok for calcul of enthalpy with your logic ?
now problem is to make this reference table,
some ideas, not much time to write and test all script :
to begin :
p:
load distint pressure from your tab ref
then
load pressure as P2, peek(pressure) as P1 resident p
then load p with join P1 as pressure in tab ref to retrieve T12
load p with peek(temperature) to retrieve T11
and same operation to retrieve T21,T22
don't see more simple
Olivier