Simplifying an Equation

LiqwdE

New member
Joined
Feb 4, 2022
Messages
2
Greeting, I'm trying to Simply this equation to standard form where I can solve through a computer program. I have access to log function, but am having trouble maintaining operational order. Below is the Equation and explanation. At the bottom is my attempt. T is Rankin, which is F + 459.69. So, at 50f degree would be a Rankin of 509.69. According to pressure temperature chart is should be around 84 Psig, answer is Psia but I can convert that.

2341509074_39ab7fdbcc_o.jpg

math.log(10, Psat) = A - (B - T) - (C * math.log(10, T )) + (D * T) + ((E * (F - T) / F * T) * math.log(10, F - T))

Log10Psat = A - (B - T) - (C * Log10T) + (D * T) + ((E * (F - T) / F * T) * Log10( F - T )
 
Top