IDAES Modeling ClassesΒΆ
As a Python based modeling environment, Pyomo and IDAES make use of Classes to construct the various components that make up a model for a system. This section will discuss the different Classes available within the IDAES Modeling Framework and how they are intended to be used. Users need to be aware of object-oriented programming and Classes, and those who are not are encouraged to read {add some reference}.