Changes between Version 2 and Version 3 of doc/tec/biomet/uv_implementation


Ignore:
Timestamp:
Nov 22, 2018 3:52:37 PM (6 years ago)
Author:
Schrempf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/biomet/uv_implementation

    v2 v3  
    44
    55[[NoteBox(note,This page is part of the **UV Exposure Model** (UVEM) documentation. \\ It contains a documentation about the realization of the program code of the exposure model. \\ For an overview of all UVEM-related pages\, see the **[wiki:doc/tec/uvem UV Exposure Model main page]**.)]]
     6\\\\
     7== Code realization of exposure model ==
    68
    7 == code realization of exposure model ==
    8 To calculate the human exposure the 3 main exposure model parameters (biologically weighted radiance, human geometry and obstructions) and an array of integration factors are used. The latter one is used for the integration over all solid angles e.g. over all directions of the upper hemisphere. This spatial integration can then easily be done by summation of all Lweighted("; '; t) values.
     9{{{#!td style="vertical-align:center; text-align:left"
     10To calculate the human exposure the 3 main exposure model parameters (biologically weighted radiance, human geometry and obstructions) and an array of integration factors are used. The latter one is important for the integration over all solid angles e.g. over all directions of the upper hemisphere. This spatial integration can then easily be done by summation of all final weighted radiance values.
    911
    1012The calculation can be illustrated by using the polar plots of the exposure model parameters (see sections basic model and obstacles) and arrange them as an exploded view (see Fig. 2.4). The process of weighting the radiance of each solid angle with the human geometry and the existing obstructions can be easily envisioned by multiplying each value of the top polar plot with the corresponding values below. This is indicated in Figure 2.4 by the red asterisks and the black arrows.
    1113
    12 
    13 [[Image(exploded_view.png, 500px)]]
    14 
    1514Visualization of the exposure model parameters and the calculation of the final weighted radiance. The red asterisks mark values of exemplary directions and the black arrows indicate the multiplication of these values. The polar plots are shown as function of azimuth and incident angle
    16 
     15}}}
     16{{{#!td style="text-align:left;style=width: 50px"
     17[[Image(exploded_view.png, 600px)]]
     18}}}
     19\\\\
    1720
    1821== Integration factors ==
     22
    1923{{{#!td style="vertical-align:center; text-align:left"
    2024For the calculation of the exposure, the weighted radiances (see polar plot in Figure ??) are integrated over all solid angles (directions). For this, the area of each solid angle d on a unit sphere must be calculated. These dimensionless areas have the unit [sr] and can be understood as weighting factors since not all considered solid angles from the different directions have the same size (see also Fig. 2.5).
     
    2529angles used in the exposure model.
    2630}}}
    27 
    28 
    29 
    30 
    3131{{{#!td style="text-align:left;style=width: 50px"
    32 [[Image(segments.png, 500px)]]
     32[[Image(segments.png, 600px)]]
    3333}}}
    3434\\\\