CO2Membrane Process

class opgee.processes.CO2_membrane.CO2Membrane(name, **kwargs)

This process represents the separation of CO2 from natural gas using a membrane.

input streams:
  • gas for CO2 membrane

output streams:
  • gas for AGR

  • gas for CO2 compressor

run(analysis)

This method implements the behavior required of the Process subclass, when the Process is enabled. Subclasses of Process must implement this method.

Parameters:

analysis – (Analysis) the Analysis used to retrieve global settings

Returns:

None