Search This Blog

Monday, March 29, 2021

LENI XML files which contain results of calculations

 In this article I described the structure and details of a LENI XML file. It is possible to have a LENI XML file with actual calculation results embedded in them. There are results for the building, its floors and its rooms.

Here is a typical result branch:

    <Results>
        <InstalledPower>6578.0000000</InstalledPower>
        <Wl>12348.6000000</Wl>
        <Wp>9960.2952000</Wp>
        <Area>12968.2443205</Area>
        <LENIResult>1.7202710</LENIResult>
    </Results>

If this branch is at the top level of the XML file then this is the result of a calculation of a whole building, the LENI.

If it is inside a Floor branch then it is the LENIsub of that floor. And if it is inside a room branch it is a LENIsub of that room.

So <LENIResult> is a number which is either a LENI value or a LENIsub value. LENI always applies to a whole building. <LENIsub> applies to an individual floor or an individual room.

Note also that <InstalledPower> is not strictly directly used in the calculation, but is nice to have as extra information.

Here is an actual LENI project file with calculation results at all three levels (building, floor and room):

 


 

-


 

 



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.