Revision history [back]
You found a problem in the API and I opened a GitHub issue here. You can find more details on why it's not working in said issue.
The bottom line is that this object is indeed missing tertiary node implementation and therefore cannot be connected to the generator nodes.
So you have two options:
- Use a
ChillerAbsorptionIndirect
object. I strongly suggest you do that. The I/O ref is quite explicit here:ChillerAbsorptionIndirect
is exactly the same asChillerAbsorption
but better, andChillerAbsorption
may get deprecated as a result... And the good thing is thatChillerAbsorptionIndirect
does allow connecting the generator nodes. - Indeed create a hot water loop with a pkaceholder component on the demand side, and after FT you switch the component with the Chiller:Absorption and make sure you update the Branches etc (or you could also not use a component at all and completely add a new branch but that tends to be harder)
You found a problem in the API and I opened a GitHub issue here. You can find more details on why it's not working in said issue.
The bottom line is that this object is indeed missing tertiary node implementation and therefore cannot be connected to the generator nodes.
So you have two options:
- Use a
ChillerAbsorptionIndirect
object. I strongly suggest you do that. The I/O ref is quite explicit here:ChillerAbsorptionIndirect
is exactly the same asChillerAbsorption
but better, andChillerAbsorption
may get deprecated as a result... And the good thing is thatChillerAbsorptionIndirect
does allow connecting the generator nodes. - Indeed create a hot water loop with a
pkaceholder componentboiler on thedemandsupply side, and after FT you switch thecomponentboiler with the Chiller:Absorption and make sure you update the Branchesetc (or you could also not use a component at all and completely add a new branch but that tends to be harder)etc.