[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TRNSYS-users] Building consumption
Dear Samir,
I would like to add a couple of ideas. Once that you defined the start
and stop of the seasons you can do this:
- If you want to print the hourly loads, you can use a printer with the
start and stop values according to the season duration that you specified.
- If you want the total load during the season, you may want to use an
integrator. You can create a window function that is 1 during the
duration of the season, and 0 the rest of the year. Using equations, it
would look like:
StartSeason = 1000
EndSeason = 2000
windowFunction = gt(time,StartSeason)*lt(time,EndSeason)
You can multiply the load from the building by this windowFunction, and
it will be zero outside of the season.
Best regards,
Diego
----- Original Message -----
From: David Bradley <bradley@tess-inc.com>
Date: Monday, October 9, 2006 9:21 am
Subject: Re: [TRNSYS-users] Building consumption
To: "Chehal, Samir" <Samir.Chehal@jacobs.com>, trnsys-users@engr.wisc.edu
> Dear Samir,
> Yes, certainly. It requires that you define the start and stop
> of your
> summer and winter periods because in some cases you can have
> cooling loads
> and/or heating loads throughout the year.
> Kind regards,
> David
>
>
> At 08:07 10/9/2006, Chehal, Samir wrote:
> >content-class: urn:content-classes:message
> >Content-Type: multipart/alternative;
> > boundary="----_=_NextPart_001_01C6EBA3.DD8B1FFC"
> >
> >Dear all,
> >
> >I would like to know if we can have summer and winter consumption
> of a
> >building with Trnsys 16.
> >
> >Thank you all,
> >
> >Best Regards.
> >=========================================================
> >
> >NOTICE - This communication may contain confidential and privileged
> >information that is for the sole use of the intended recipient.
> Any viewing,
> >copying or distribution of, or reliance on this message by unintended
> >recipients is strictly prohibited. If you have received this
> message in
> >error, please notify us immediately by replying to the message and
> deleting>it from your computer.
> >
> >=========================================================
> >_______________________________________________
> >TRNSYS-users mailing list
> >TRNSYS-users@engr.wisc.edu
> >https://www.cae.wisc.edu/mailman/listinfo/trnsys-users
>
>
****************************************************************************************
> Thermal Energy System Specialists (TESS), LLC
> David BRADLEY 2916 Marketplace Drive -
> Suite 104
> Partner Madison, WI 53719
> Phone: (608) 274-2577 USA
> Fax: (608) 278-1475
> E-mail: bradley@tess-inc.com
> Web Pages: http://www.tess-inc.com and http://www.trnsys.com
>
> "Providing software solutions for today's energy engineering projects"
>
****************************************************************************************
>