Skip to content

Commit

Permalink
ref #4921 - Document in RefrigerationAirChiller why ZoneHVACRefrigrer…
Browse files Browse the repository at this point in the history
…ationAirChillerSet isn't needed
  • Loading branch information
jmarrec committed Jul 5, 2023
1 parent 79e9fe3 commit 2af6123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/model/RefrigerationAirChiller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ namespace model {

} // namespace detail

/** RefrigerationAirChiller is a ZoneHVACComponent that wraps the OpenStudio IDD object 'OS:ZoneHVAC:Refrigeration:AirChiller'. */
/** RefrigerationAirChiller is a ZoneHVACComponent that wraps the OpenStudio IDD object 'OS:ZoneHVAC:Refrigeration:AirChiller'.
*
* This component is a ZoneHVACComponent, and you can call RefrigerationAirChiller::addToThermalZone(ThermalZone&) and the ForwardTranslator will
* produce a ZoneHVAC:RefrigerationAirChillerSet for you: a ZoneHVACRefrigrerationAirChillerSet class is not needed in the model SDK. */
class MODEL_API RefrigerationAirChiller : public ZoneHVACComponent
{
public:
Expand Down

0 comments on commit 2af6123

Please sign in to comment.