To calculate the total amount of liters and flow rate I think
@frees method suffices for users of SS.
If you want to be absolutely mathematically correct you could use this tool:
https://www.omnicalculator.com/physics/boyles-law.
As an example, I will calculate the uncompressed volume of a 5 liter cylinder of nitrogen at 300 bar.
Calculating the uncompressed volume of gas this cylinder contains I am using the following as initial parameters:
- Initial pressure: 300 bar
- Initial volume: 5 liter
- Temperature: 20 degrees celcius
Final parameters:
- Final pressure: 1 bar
This gives you an uncompressed total of 1500 liters. Using
@frees method we'd get exactly the same answer, 300 * 5 = 1500. In short, let's not overcomplicate.