[Radiance-general] AUTOREPLY Radiance-general Digest, Vol 176, Issue 4

weiss at stahl-sonnenenergie.de weiss at stahl-sonnenenergie.de
Tue Oct 30 04:22:15 PDT 2018


Sehr geehrte Damen und Herren,

vielen Dank fr Ihre Nachricht. 
Ich bin bis zum 01.11.2018 im Urlaub. 

Ihre Nachrichten werden in dieser Zeit nicht weiter geleitet und gelesen. Bitte wenden sie sich in dringenden Fllen an unsere Zentrale.

Mit freundlichen Gren

Volker Wei

Stahl+Wei
Basler Strae 55
D-79100 Freiburg

Tel.   +49-(0)761-38909-32
Zentrale                     -30
Fax.  +49-(0)761-38909-39

weiss at stahl-weiss.de
www.stahl-weiss.de


Send Radiance-general mailing list submissions to
	radiance-general at radiance-online.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://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. Tracing specular reflections using rtrace (Clarence Wang)
   2. Re: Tracing specular reflections using rtrace
      (Shakespeare, Robert A.)
   3. Re: Tracing specular reflections using rtrace (Antoine Bugeat)


----------------------------------------------------------------------

Message: 1
Date: Tue, 30 Oct 2018 10:39:03 +0000
From: Clarence Wang <wangjuncwz at hotmail.com>
To: "radiance-general at radiance-online.org"
	<radiance-general at radiance-online.org>
Subject: [Radiance-general] Tracing specular reflections using rtrace
Message-ID:
	<HK2PR01MB3233FC8AA9C431627D86D9D3CFCC0 at HK2PR01MB3233.apcprd01.prod.exchangelabs.com>
	
Content-Type: text/plain; charset="gb2312"

Hi list,

I'm trying to calculate daylight illuminance at a point where receives sunlight reflected from a specified 'mirror' material using rtrace. However, I get zero when executing the following command:

#oconv onepatch.rad sun.rad > mirror.oct
#cat point.txt | rtrace -I -ab 1 -dr 0 -lr 0 -h -oov mirror.oct | rcalc -e '$1=$2;$2=179*(.265*$4+.670*$5+.065*$6)' > results/rtrace/lux_mirror_ab1.csv

#The details of sun.rad (note: I only consider the impact of direct sunlight, so the sky contribution is not included)
void light solar
0
0
3 7.500e+06 7.500e+06 7.500e+06

solar source sun
0
0
4 0.341818 -0.579831 0.739565 0.533000

#The mirror type (onepatch.rad) is:
void mirror virtual
0
0
3 1 1 1

virtual polygon window
0
0
12
   0.5 6 8
  -0.5 6 8
  -0.5 6 7
   0.5 6 7

#The location and direction of measurement point are:
0 1.88 1.5 0 1 0

My questions are:

  1.  Are there any rtrace parameters needed to specify so that a reasonable result can be yielded?
  2.  Is it the limitation of rtrace to trace specular reflections to the "light source"? See the link below:

https://www.radiance-online.org:447/pipermail/radiance-general/2017-October/012294.html

In addition, I wonder if the expected daylight illuminance can be achieved using three-phase method. Since three-phase method consists of V,T,D, and s, is it logical to only use the "back reflection" and "back transmission" (genBSDF -f +b)  to calculate the daylight illuminance.

Any helps and advices will be greatly appreciated.

Thanks,

Clarence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20181030/325cc8ed/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 30 Oct 2018 10:46:07 +0000
From: "Shakespeare, Robert A." <shakespe at indiana.edu>
To: Radiance general discussion <radiance-general at radiance-online.org>
Subject: Re: [Radiance-general] Tracing specular reflections using
	rtrace
Message-ID: <D7FDAE51.54A36%shakespe at indiana.edu>
Content-Type: text/plain; charset="iso-8859-1"

Mirror is a virtual light source and to see its reflection effect, I think you require a minimum of -ab 2.
Rob

From: Clarence Wang <wangjuncwz at hotmail.com<mailto:wangjuncwz at hotmail.com>>
Reply-To: Radiance discussion <radiance-general at radiance-online.org<mailto:radiance-general at radiance-online.org>>
Date: Tuesday, October 30, 2018 at 6:39 AM
To: Radiance discussion <radiance-general at radiance-online.org<mailto:radiance-general at radiance-online.org>>
Subject: [Radiance-general] Tracing specular reflections using rtrace

Hi list,

I'm trying to calculate daylight illuminance at a point where receives sunlight reflected from a specified 'mirror' material using rtrace. However, I get zero when executing the following command:

#oconv onepatch.rad sun.rad > mirror.oct
#cat point.txt | rtrace -I -ab 1 -dr 0 -lr 0 -h -oov mirror.oct | rcalc -e '$1=$2;$2=179*(.265*$4+.670*$5+.065*$6)' > results/rtrace/lux_mirror_ab1.csv

#The details of sun.rad (note: I only consider the impact of direct sunlight, so the sky contribution is not included)
void light solar
0
0
3 7.500e+06 7.500e+06 7.500e+06

solar source sun
0
0
4 0.341818 -0.579831 0.739565 0.533000

#The mirror type (onepatch.rad) is:
void mirror virtual
0
0
3 1 1 1

virtual polygon window
0
0
12
   0.5 6 8
  -0.5 6 8
  -0.5 6 7
   0.5 6 7

#The location and direction of measurement point are:
0 1.88 1.5 0 1 0

My questions are:

  1.  Are there any rtrace parameters needed to specify so that a reasonable result can be yielded?
  2.  Is it the limitation of rtrace to trace specular reflections to the "light source"? See the link below:

https://www.radiance-online.org:447/pipermail/radiance-general/2017-October/012294.html

In addition, I wonder if the expected daylight illuminance can be achieved using three-phase method. Since three-phase method consists of V,T,D, and s, is it logical to only use the "back reflection" and "back transmission" (genBSDF -f +b)  to calculate the daylight illuminance.

Any helps and advices will be greatly appreciated.

Thanks,

Clarence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20181030/2cc5e334/attachment-0001.html>

------------------------------

Message: 3
Date: Tue, 30 Oct 2018 12:11:41 +0100
From: Antoine Bugeat <bugeatantoine at gmail.com>
To: Radiance general discussion <radiance-general at radiance-online.org>
Subject: Re: [Radiance-general] Tracing specular reflections using
	rtrace
Message-ID:
	<CAHfKskxmXa0x4Ni9d8K1jqfVFMQhaTK6-MeuSX5CMTsLTjrgOA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

An other thing to try is to set the -dr parameter to at least 1. As Robert
Shakespeare said, Mirror is doing a virtual light source (or secondary
light source) and with -dr 0 this virtual light source are not simulated.
I think with -dr 1 you should get the result you expect (even with -dr 1
and -ab 0 I think).
An other thing to check is maybe to enlarge the window to be sure that the
relfection of the sun from the window arrive to your sensor, but you
certainly already did it!

I hope I helped you.

Antoine

Le mar. 30 oct. 2018 ? 11:48, Shakespeare, Robert A. <shakespe at indiana.edu>
a ?crit :

> Mirror is a virtual light source and to see its reflection effect, I think
> you require a minimum of ?ab 2.
> Rob
>
> From: Clarence Wang <wangjuncwz at hotmail.com>
> Reply-To: Radiance discussion <radiance-general at radiance-online.org>
> Date: Tuesday, October 30, 2018 at 6:39 AM
> To: Radiance discussion <radiance-general at radiance-online.org>
> Subject: [Radiance-general] Tracing specular reflections using rtrace
>
> Hi list,
>
> I'm trying to calculate daylight illuminance at a point where receives
> sunlight reflected from a specified 'mirror' material using rtrace.
> However, I get zero when executing the following command:
>
> #oconv onepatch.rad sun.rad > mirror.oct
> #cat point.txt | rtrace -I -ab 1 -dr 0 -lr 0 -h -oov mirror.oct | rcalc -e
> '$1=$2;$2=179*(.265*$4+.670*$5+.065*$6)' > results/rtrace/lux_mirror_ab1.csv
>
> #The details of sun.rad (note: I only consider the impact of direct
> sunlight, so the sky contribution is not included)
> void light solar
> 0
> 0
> 3 7.500e+06 7.500e+06 7.500e+06
>
> solar source sun
> 0
> 0
> 4 0.341818 -0.579831 0.739565 0.533000
>
> #The mirror type (onepatch.rad) is:
> void mirror virtual
> 0
> 0
> 3 1 1 1
>
> virtual polygon window
> 0
> 0
> 12
>    0.5 6 8
>   -0.5 6 8
>   -0.5 6 7
>    0.5 6 7
>
> #The location and direction of measurement point are:
> 0 1.88 1.5 0 1 0
>
> My questions are:
>
>    1. Are there any rtrace parameters needed to specify so that a
>    reasonable result can be yielded?
>    2. Is it the limitation of rtrace to trace specular reflections to the
>    "light source"? See the link below:
>
>
> https://www.radiance-online.org:447/pipermail/radiance-general/2017-October/012294.html
>
> In addition, I wonder if the expected daylight illuminance can be achieved
> using three-phase method. Since three-phase method consists of V,T,D, and
> s, is it logical to only use the "back reflection" and "back transmission"
> (genBSDF -f +b)  to calculate the daylight illuminance.
>
> Any helps and advices will be greatly appreciated.
>
> Thanks,
>
> Clarence
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> https://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/20181030/d04a340b/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Radiance-general mailing list
Radiance-general at radiance-online.org
https://www.radiance-online.org/mailman/listinfo/radiance-general


------------------------------

End of Radiance-general Digest, Vol 176, Issue 4
************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20181030/0542efac/attachment.html>


More information about the Radiance-general mailing list