h2integrate.converters.steel.steel_baseclass#
Classes
|
|
|
|
|
- class h2integrate.converters.steel.steel_baseclass.SteelPerformanceBaseClass(**kwargs)#
- 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 implement and raises an error.
- class h2integrate.converters.steel.steel_baseclass.SteelCostBaseClass(**kwargs)#
- setup()#
Declare inputs and outputs.
- Available attributes:
name pathname comm options
- class h2integrate.converters.steel.steel_baseclass.SteelFinanceBaseClass(**kwargs)#
- 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 implement and raises an error.