Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Autosize electric power get to 0 when I used Fan:SystemModel

asked 2019-01-01 22:15:40 -0500

katsuya.obara's avatar

updated 2019-01-02 08:11:22 -0500

I am trying to model constant volume fan using Fan:SystemModel referring to this discussion
I could connect Fan:SystemModel to Airloop and get the result.
However, result shows that electric power is 0 as below.
image description
Does anyone know what is causing this situation?
Please also find idf part for Fan:SystemModel as below.

> Fan:SystemModel,
>     2F_WS Supply Fan,        !- Name
>     Office HVAC On (ASHRAE), !- Availability Schedule Name
>     2F_WS Cooling Coil Outlet,  !- Air Inlet Node Name
>     2F_WS Supply Fan Outlet, !- Air Outlet Node Name
>     autosize,                !- Design Maximum Air Flow Rate {m3/s}
>     Discrete,                !- Speed Control Method
>     ,                        !- Electric Power Minimum Flow Rate
> Fraction
>     200,                     !- Design Pressure Rise {Pa}
>     1,                       !- Motor Efficiency
>     1,                       !- Motor In Air Stream Fraction
>     ,                        !- Design Electric Power Consumption {W}
>     PowerPerFlow,            !- Design Power Sizing Method
>     1000.0,                  !- Electric Power Per Unit Flow Rate
> {W/(m3/s)}
>     ,                        !- Electric Power Per Unit Flow Rate Per
> Unit Pressure {W/((m3/s)-Pa)}
>     ,                        !- Fan Total Efficiency
>     ,                        !- Electric Power Function of Flow
> Fraction Curve Name
>     ,                        !- Night Ventilation Mode Pressure Rise {Pa}
>     ,                        !- Night Ventilation Mode Flow Fraction
>     ,                        !- Motor Loss Zone Name
>     ,                        !- Motor Loss Radiative Fraction
>     General,                 !- End-Use Subcategory
>     1,                       !- Number of Speeds
>     1,                       !- Speed 1 Flow Fraction
>     1;                       !- Speed 1 Electric Power Fraction
edit retag flag offensive close merge delete

Comments

Hello, I have the same problem. I was using the Fan:ConstantVolume object and my results showed the consumption of all the Fans. However, when replacing for the Fan:SystemModel object, only the energy consumption is zero, but there is normal mass flow in the loop. Looking at the branch, the fields "component object type = Fan: SystemModel" and "component name" are red. I'm sure I put the fans on Fan:SystemModel and that the names are correct. However, when I try to select the component object type = Fan:SystemModel does not appear in the options, so I had to insert it by typing. My e+ version

cristiano.pansanato's avatar cristiano.pansanato  ( 2020-04-24 12:12:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-01-02 12:21:02 -0500

Were you using a different fan object before and seeing fan electric power values > 0 in the Sizing Report Summary?

It looks like it there are air flow rates being sized in the column to the left of the one circled in your screen shot. This makes me think that EnergyPlus is calculating fan flow needs, but that the fan isn't turning on during the design day. Check the Office HVAC On (ASHRAE) schedule referenced by the Availability Schedule Name input field and make sure that the "WinterDesignDay" and "SummerDesignDay" day types defined in the schedule are not 0 all day. If these day types are NOT defined in the schedule, then EnergyPlus will automatically assign 0 all day, and you would see lines similar to below in your error file ending in *.err generated by EnergyPlus.

** Warning ** ProcessScheduleInput: Schedule:Compact="LOFF ELEC INTLIGHT SCHEDULE" has missing  day types in Through=12/31
**   ~~~   ** Last "For" field=FOR: SUNDAY HOLIDAY
**   ~~~   ** Missing day types="SummerDesignDay","WinterDesignDay","CustomDay1","CustomDay2"
**   ~~~   ** Missing day types will have 0.0 as Schedule Values
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2019-01-01 22:15:40 -0500

Seen: 406 times

Last updated: Jan 02 '19