Filter löschen
Filter löschen

Don't understand how the equation to calculate wall area in Thermal Model of a House is derived.

1 Ansicht (letzte 30 Tage)
Good day,
Currently I am studying the Thermal Model of a House example in MATLAB, which is described below:
The equation used to calculate wall area available in sldemo_househeat_data is written below:
wallArea = 2*lenHouse*htHouse + 2*widHouse*htHouse + ...
2*(1/cos(pitRoof/2))*widHouse*lenHouse + ...
tan(pitRoof)*widHouse - windowArea;
However, there are 2 terms that I don't understand with the equation above, which are:
  1. 2*(1/cos(pitRoof/2))*widHouse*lenHouse
  2. tan(pitRoof)*widHouse - windowArea
Do you have any idea how can we get/derrive thes terms? I have tried to derrive on my own, but so far I could not get it.
Thank you very much.

Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by