VFPartition Process¶
- class opgee.processes.VF_partition.VFPartition(name, **kwargs)¶
VF (Venting and Flaring) partition is to check the reasonable amount of gas goes to venting, flaring and further process
- 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