1 /***************************************************************************
3 * SolarGains.h Copyright (C) 2008 by Jon Rumble *
4 * j.w.rumble@reading.ac.uk *
6 * This file is part of HECS, *
8 * HECS is free software: you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation, either version 2 of the License, or *
11 * (at your option) any later version. *
13 * HECS is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU General Public License for more details. *
18 * You should have received a copy of the GNU General Public License *
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
20 ***************************************************************************/
32 // Constructors/Destructors
39 SolarGains( const int overshadow
,
40 const int orientation
,
43 const int glazingType
,
55 void setAccessFactor ( double var_in
);
56 double getAccessFactor ( );
57 void setArea ( double var_in
);
59 void setSolarFlux ( int var_in
);
61 void setGlazTransmitanceFactor ( double var_in
);
62 double getGlazTransmitanceFactor ( );
63 void setFrameFactor ( double var_in
);
64 double getFrameFactor ( );
65 void setSolarGains ( double var_in
);
66 double getSolarGains ( );
68 void calcSolarGains ();
75 double m_accessFactor
;
78 double m_glazTransmitanceFactor
;
94 #endif // SOLARGAINS_H