I am working with the following formula:
{V (cubic inches) value (hidden) used in final PD sizing calculation:24} * {Type of Pump:17} * pow({System Pressure (psi):4} / {Minimum Discharge Pressure:11}, {Type of Gas:3}) / (1 - pow({System Pressure (psi):4} / {Maximum Discharge Pressure:10}, {Type of Gas:3}))
I have a few questions about the pow
function:
- Could you please explain how the exponent (
{Type of Gas:3}
) is being handled in this context? - Are there any special considerations or adjustments I need to make based on the type of gas?
- How does this formula treat pressure and discharge values, especially in relation to
pow
for calculating system behavior?
I appreciate your help in clarifying these points.