Total Radiation Unit and Radiation Area

Good evening,
I’m running a simulation to calculate the total radiation on a surface. I got numbers on the legend (ex, 204kwh/m2) at the same time the total radiation is 0.001073. What is the unit for the total radiation here?

Another thing,How can i calculate the area for each amount of radiation (each color area)?

Total Radiation.gh (447.5 KB)

@graiz.eiman,

I think, you should have ask this question on https://discourse.ladybug.tools/ , you can get more detailed answers, even you can find solution from previous topics in the forum.

This and this may help.

-Oğuzhan

I did, thank you :slight_smile:

Hi,

“ **…**which measuring unit does your radiation component output?

There are two different outputs that has two different measuring units:

radiationResult is the amount of radiation for each test point in [kWh/m2]

Note : each test point is the center of a mesh face and the number represents the amount of radiation per m2 of that mesh face.

totalRadiation is radiationResult for each point [kWh/m2] * area of the face [m2] so it is in [kWh]

The image below shows how you can regenerate the totalRadiation by multiplying radiationResult with the area of each face.

Regards, -Mostapha

Source: https://discourse.ladybug.tools/t/measuring-units-of-the-radiation-analysis-outputs/18

Cheers,
BVR