Hi,
How do I edit or add a custom fan component to a VRF terminal through openstudio sdk?
I noticed that under "ZoneHVACTerminalUnitVariableRefrigerantFlow", there are member functions "setCoolingCoil" and "setHeatingCoil", which allows me to add mu own coils to the terminal. However I don't see any functions for adding a fan.
Only function relevant I found is "supplyAirFan" (to get the fan object).
Thanks.