h2integrate.converters.natural_gas.natural_gas_baseclass#
Classes
|
Base class for natural gas plant performance models. |
- class h2integrate.converters.natural_gas.natural_gas_baseclass.NaturalGasPerformanceBaseClass(**kwargs)#
Base class for natural gas plant performance models.
This base class defines the common interface for natural gas combustion turbine (NGCT) and natural gas combined cycle (NGCC) performance models.
- initialize()#
Perform any one-time initialization run at instantiation.
- setup()#
Declare inputs and outputs.
- Available attributes:
name pathname comm options
- compute(inputs, outputs)#
Computation for the OM component.
For a template class this is not implemented and raises an error.