[Radiance-general] Radiance-general Digest, Vol 132, Issue 12

Mostapha Sadeghipour sadeghipour at gmail.com
Mon Feb 23 10:18:41 PST 2015


Hi Reinier,

I don't think it is documented yet (or is it?). I had the same issue while
ago and Greg helped me to get it solved so that's why I knew.

You may also find Rob's implementation of 3Phase to OpenStudio helpful:
https://github.com/NREL/OpenStudio/blob/f2c750dd1edf65b03a17d32d62a22efbe5b84276/openstudiocore/ruby/openstudio/radiance/MergeWindowGroups.rb
https://github.com/NREL/OpenStudio/blob/f2c750dd1edf65b03a17d32d62a22efbe5b84276/openstudiocore/ruby/openstudio/radiance/DaylightSim-Simple.rb

Cheers,
Mostapha


On Mon, Feb 23, 2015 at 12:59 PM, Reinier Zeldenrust <
reinier.zeldenrust at atelierten.com> wrote:

> Hi Mostapha,
>
> Thank you - helpful! Where is this behaviour documented? I could not find
> it in the rfluxmtx or rcontrib manpages.
>
> Best,
>
> Reinier Zeldenrust
> Environmental Designer
> Atelier Ten
> Environmental Design Consultants + Building Services Engineers
>
> CIBSE Building Services Consultancy of the Year 2011
> UK-GBC Sustainability Consultant of the Year 2009
>
>
>
> -----Original Message-----
> From: radiance-general-request at radiance-online.org [mailto:
> radiance-general-request at radiance-online.org]
> Sent: 20 February 2015 20:00
> To: radiance-general at radiance-online.org
> Subject: Radiance-general Digest, Vol 132, Issue 12
>
> Send Radiance-general mailing list submissions to
>         radiance-general at radiance-online.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.radiance-online.org/mailman/listinfo/radiance-general
> or, via email, send a message with subject or body 'help' to
>         radiance-general-request at radiance-online.org
>
> You can reach the person managing the list at
>         radiance-general-owner at radiance-online.org
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Radiance-general digest..."
>
>
> Today's Topics:
>
>    1. Three-phase method troubles: NROWS missing after  rfluxmtx
>       (Reinier Zeldenrust)
>    2. Re: Three-phase method troubles: NROWS missing after rfluxmtx
>       (Mostapha Sadeghipour)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 20 Feb 2015 11:59:55 +0000
> From: Reinier Zeldenrust <reinier.zeldenrust at atelierten.com>
> To: "radiance-general at radiance-online.org"
>         <radiance-general at radiance-online.org>
> Subject: [Radiance-general] Three-phase method troubles: NROWS missing
>         after   rfluxmtx
> Message-ID:
>         <
> DB4PR05MB06886147C3E2FADF949EFE8FF42A0 at DB4PR05MB0688.eurprd05.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all,
>
> I am following the latest approach to the three-phase method as described
> in Andy McNeil's 2014 Radiance Workshop Presentation, but when I generate
> view matrices my output is botched.
> With this command (I realise this is low accuracy, but for the moment I'm
> mainly testing workflow) :
>         rfluxmtx -ab 4 -ad 5000 < ChEast.pts - windows_pts/window_00.rad
> material.rad ChEast.rad > viewpts_00.mtx the header in the viewmatrix is as
> follows:
>         #?RADIANCE
>         oconv -f material.rad ChEast.rad windows_pts/window_01.rad
>         rcontrib -fo+ -ab 4 -ad 5000 -faa -c 1 -f klems_full.cal -bn
> Nkbins -b kbin(0.525501,0.0136168,-0.850684,0,0,1) -m M-nor
>         SOFTWARE= RADIANCE 4.3a lastmod  by nrel_nt
>         gugliel on rgugliel-W7-VM
>         CAPDATE= 2015:02:19 12:21:14
>         GMT= 2015:02:19 12:21:14
>         NCOMP=3
>         NCOLS=145
>         FORMAT=ascii
>
> When I try to do any matrix multiplication to get the three-phase result,
> I get problems with RMTXOP or dctimestep, which complain they can't load
> the matrix. If I add the line NROWS=81 (number of sensor points) manually
> in the header, I do get results. But I'm trying to run the simulation for a
> lot of windows so adding this line each time manually or with a script is a
> bit painful. Am I doing something wrong or is this a bug?
>
> Additionally, when I try to run dctimestep in annual mode, using the
> following command:
>         dctimestep -n 8760 viewpts_00.mtx grate.xml daylight_00.mtx
> annual.smx > test.dat I get:
>         'fatal - unexpected EOF reading annual.smx'
> even though my annual.smx has 146 rows (for all 146 Tregenza daylight
> patches) and 8760 columns.
>
> Any idea what is going wrong here?
>
> Many thanks,
> Reinier
>
>
>
>
> Reinier Zeldenrust
> Environmental Designer
> Atelier Ten
> Environmental Design Consultants + Building Services Engineers
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 20 Feb 2015 09:48:26 -0500
> From: Mostapha Sadeghipour <sadeghipour at gmail.com>
> To: Radiance general discussion <radiance-general at radiance-online.org>
> Subject: Re: [Radiance-general] Three-phase method troubles: NROWS
>         missing after rfluxmtx
> Message-ID:
>         <CAAd_PgQwa7dC_5zHHBC2FZ4S2c83NUY5YyLD9ea=
> CoNDoubrZg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Reinier,
>
> You need to use the -y option to specify the number of rows in your
> rfluxmtx run so you don't need to do it manually.
>
> Cheers,
> Mostapha
>
> On Fri, Feb 20, 2015 at 6:59 AM, Reinier Zeldenrust <
> reinier.zeldenrust at atelierten.com> wrote:
>
> > Hi all,
> >
> > I am following the latest approach to the three-phase method as
> > described in Andy McNeil's 2014 Radiance Workshop Presentation, but
> > when I generate view matrices my output is botched.
> > With this command (I realise this is low accuracy, but for the moment
> > I'm mainly testing workflow) :
> >         rfluxmtx -ab 4 -ad 5000 < ChEast.pts -
> > windows_pts/window_00.rad material.rad ChEast.rad > viewpts_00.mtx the
> > header in the viewmatrix is as follows:
> >         #?RADIANCE
> >         oconv -f material.rad ChEast.rad windows_pts/window_01.rad
> >         rcontrib -fo+ -ab 4 -ad 5000 -faa -c 1 -f klems_full.cal -bn
> > Nkbins -b kbin(0.525501,0.0136168,-0.850684,0,0,1) -m M-nor
> >         SOFTWARE= RADIANCE 4.3a lastmod  by nrel_nt
> >         gugliel on rgugliel-W7-VM
> >         CAPDATE= 2015:02:19 12:21:14
> >         GMT= 2015:02:19 12:21:14
> >         NCOMP=3
> >         NCOLS=145
> >         FORMAT=ascii
> >
> > When I try to do any matrix multiplication to get the three-phase
> > result, I get problems with RMTXOP or dctimestep, which complain they
> > can't load the matrix. If I add the line NROWS=81 (number of sensor
> > points) manually in the header, I do get results. But I'm trying to
> > run the simulation for a lot of windows so adding this line each time
> > manually or with a script is a bit painful. Am I doing something wrong
> or is this a bug?
> >
> > Additionally, when I try to run dctimestep in annual mode, using the
> > following command:
> >         dctimestep -n 8760 viewpts_00.mtx grate.xml daylight_00.mtx
> > annual.smx > test.dat I get:
> >         'fatal - unexpected EOF reading annual.smx'
> > even though my annual.smx has 146 rows (for all 146 Tregenza daylight
> > patches) and 8760 columns.
> >
> > Any idea what is going wrong here?
> >
> > Many thanks,
> > Reinier
> >
> >
> >
> >
> > Reinier Zeldenrust
> > Environmental Designer
> > Atelier Ten
> > Environmental Design Consultants + Building Services Engineers
> >
> >
> > _______________________________________________
> > Radiance-general mailing list
> > Radiance-general at radiance-online.org
> > http://www.radiance-online.org/mailman/listinfo/radiance-general
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://www.radiance-online.org/pipermail/radiance-general/attachments/20150220/e5d551db/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general
>
>
> End of Radiance-general Digest, Vol 132, Issue 12
> *************************************************
>
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20150223/a5f16f22/attachment-0001.html>


More information about the Radiance-general mailing list