
	

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="Scan The Sun - Solar panels optimization" />
<meta name="Description" content="Scan The Sun - Solar panels optimization" />
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<title>Scan The Sun - Solar panels optimization</title>
<link href="../style2.css" rel="stylesheet" type="text/css" />
</head>
<body link="#3300FF" vlink="#0066FF" alink="#3300FF" style="background-color: #EEEEEE" >
<div style="margin:20px;cursor:pointer"> <img src="../main/logo.png" width="120px" height="16px" onclick="location.assign('http://www.scanthesun.com')"/></div>

		<div style="margin:auto">
		
		<div style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;font-size: 20px;color: #261915;font-weight: normal;padding-left:30px;padding-right:30px;text-align:center">Setting up the solar collector on a detached house.</div>
		<div id="alerts" style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;font-size: 12px;color: #261915;font-weight: normal;padding-left:30px;padding-right:30px;text-align:center">ScanTheSun app has been used to choose the best fragment of the roof for setting up the solar collectors. The obtained arrangement ensures water heating in forenoon during absence of householders. In this way, the temperature of water in the cumulative tank will get high before householders return.</div>
		
		</div>
		<div id="table"></div>
	<script type="text/javascript" src="../jquery-1.10.2.min.js"></script>
	<script type="text/javascript" src="../geneic_requests.js"></script>
<script id="myscript" type="text/javascript">
var iColWidth=302;
//var iDeviceWidth=window.screen.width;
var iDeviceWidth=$( window ).width();

var iTableWidth=Math.ceil(iDeviceWidth);//-(iDeviceWidth/5));
var iColNo=Math.floor(iTableWidth/iColWidth);
//var iBoxNo=0;
var bViewFullText=false;
var sWhichColumnFeed="";
var iHeaderWidth=300;
if(iDeviceWidth>300)
{
	iHeaderWidth=iDeviceWidth;
}
var iFullTextWidth=Math.floor(iDeviceWidth/2);
if(iFullTextWidth<300)
{
	iFullTextWidth=300;
}

function create_table()
{
	if(iColNo<1)
		iColNo=1;
	var i=0;
	var sString='<table style="background-color: white;margin:auto" cellspacing="0;"><tr>';
	for (i=0;i<iColNo;i++)
	{
		sString+='<td width="'+iColWidth.toString()+'" valign="top"><div abstracts="true" id="column_'+i.toString()+'" ></div></td>';
	}
	sString+='</tr></table>';
	$('#table').append(sString);
}

function insert_block(sWhich_column,sBlock)
{
	var oBlockHtml=$('#'+sBlock).detach();
	$('#'+sWhich_column).append(oBlockHtml);
	//document.getElementById('alerts').innerHTML+='column=#'+sWhich_column+'<br/>';
	//document.getElementById('alerts').innerHTML+=sBlockHtml+'<br/>';

}
function count()
{
	var i= $('#pagedata').children().size();
	return i;
}
function fill_table()
{	
	var iSecs=count();
	var iSecPerColMin=Math.floor(iSecs/iColNo);
	var secpercol=iSecPerColMin;
	var iAdditional=iSecs%iColNo;
	//document.getElementById('alerts').innerHTML+='iadditional='+iAdditional.toString()+'<br/>';
	var iNo=0;
	var iSection=0;
	for(var iCol=0;iCol<iColNo;iCol++)
	{
		if(iCol<iAdditional)
		{
			secpercol=iSecPerColMin+1;
		}
		else
		{
			secpercol=iSecPerColMin;
		}
		for(iNo=0;iNo<secpercol;iNo++)
		{
				if(iSection<iSecs)
				{
					//document.getElementById('alerts').innerHTML+='iSection='+iSection.toString()+'<br/>';

					insert_block('column_'+iCol.toString(),'section'+iSection.toString());
					iSection++;
				}
		}
	}	
}


function getfulltext(fig_name,sWidth)
{
	bViewFullText=true;
//	document.getElementById('article_box').style.display="none";
//	document.getElementById('login_box').style.display="none";
	

	//bedzie potrzebne obliczenie wysrodkowania artykulu na koknie w poziomie
	var width=$( window ).width();
	var leftMarginOfFullText=Math.floor((width-iFullTextWidth)/2);
	if (leftMarginOfFullText<0)
	{
		leftMarginOfFullText=0;
	}
	var oLoad=$('#loadfull_box');//document.getElementById('fulltext_box');
	//var oBody=$('#table')
	var iscrol=$(document).scrollTop();
	oLoad.css('top',iscrol.toString()+'px');
	oLoad.css('margin-left',leftMarginOfFullText.toString()+'px');
	oLoad.css('width',iFullTextWidth.toString()+'px');
	oLoad.css('display','block');
	var height=$( document).height();
	
	//ustawiamy zaciemnienie
	var obackground=document.getElementById('background_box');
	obackground.style.width=width.toString()+'px';
	obackground.style.height=height.toString()+'px';
	obackground.style.display='block';
	//alert('getbigfigure.php?fig_name='+fig_name+'&width='+sWidth);
	get_request('getbigfigure.php?fig_name='+fig_name+'&width='+sWidth,'fulltext_box',show_fulltext);
}
function cancel_fulltext()
{
	document.getElementById('loadfull_box').style.display='none';
	document.getElementById('background_box').style.display='none';
	bViewFullText=false;
	get_request_cancel();
}
function show_fulltext()
{
	bViewFullText=true;
//	document.getElementById('article_box').style.display="none";
//	document.getElementById('login_box').style.display="none";
document.getElementById('loadfull_box').style.display="none";
	//bedzie potrzebne obliczenie wysrodkowania artykulu na koknie w poziomie
	var width=$( window ).width();
	var leftMarginOfFullText=Math.floor((width-iFullTextWidth)/2);
	if (leftMarginOfFullText<0)
	{
		leftMarginOfFullText=0;
	}
	
	//wyswietlamy pelny text artykulu
	var oFullTxt=$('#fulltext_box');//document.getElementById('fulltext_box');
	//var oBody=$('#table')
	var iscrol=$(document).scrollTop()+20;
	oFullTxt.css('top',iscrol.toString()+'px');
	oFullTxt.css('margin-left',leftMarginOfFullText.toString()+'px');
	
	oFullTxt.css('display','block');
		//pobieramy rozmiary okna przegladarki aby zrobic zaciemnienie calosci.
	//po wstawieniu dlugiego tekstu na strone, wydluzy sie ona. pobieramy cala dlugosc aby ustawic zaciemnienie na calej dlugosci.
	var height=$( document).height();
	
	//ustawiamy zaciemnienie
	var obackground=document.getElementById('background_box');
	obackground.style.width=width.toString()+'px';
	obackground.style.height=height.toString()+'px';
	obackground.style.display='block';
	

	
	//alert(iscrol);
	//oFullTxt.style.top=iscrol;//document.body.scrollTop;
	
}
function hide_fulltext()
{
	
	document.getElementById('fulltext_box').style.display='none';
	document.getElementById('background_box').style.display='none';
	bViewFullText=false;
}

window.onload = function()
{
	create_table();
		var i=count();
		fill_table();
		//alert("ilosc="+i.toString());
}
</script>
	<div id="pagedata" style="display:none">
	
	<div class="applicationsblock" id="section0"><div style="font-weight:bold">Solar collector on a detached house</div>
	The use of solar collectors on the detached houses is a popular method of saving the heating energy since several years. Such buildings often posses a multi hipped roofs giving many possibilities for solar collectors arrangement.
	</div>
	
	<div class="applicationsblock" id="section1"><div style="font-weight:bold">Not only the south part of the roof</div>
	An assumption that only the south slope of the roof is suitable for the collectors mounting is false for at least two reasons. First, trees or other objects surrounding the building may cast shade in such a way that the solar energy obtained on the south slope of the roof will be less than the one obtained on the other slope. Second, the habits of  householders are substantial. Water heating in the cumulative tank should proceed during their absence. In this way, the water temperature wil get higher and hot water will be ready for the householders return. That will account for why sometimes it is better to choose east or west slope of the roof.
	</div>
	
	<div class="applicationsblock" id="section2"><div style="font-weight:bold">The investigated house</div>
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin1.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin1.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">The detached house for the solar collectors arrangement. Only west and east spoles of the roof are disposal.</div></div>	To arrange setting up of the solar collectors a detached house in the southern suburbs of Warsaw has been chosen. The area is an example of a city-limits where an urban architecture transforms to agricultural one. Only detached houses are standing here in the surroundings of trees and gardens. The investigated house has a roof build of two slopes: west-slope and east-slope. Thanks to ScanTheSun app – the eastern slope has been chosen for solar collectors arrangement with application of an additional stand.
	</div>
	
	<div class="applicationsblock" id="section3"><div style="font-weight:bold">Used handset</div>
	For the collector adjustment measurement we have chosen a HTC ONE MAX handset with Android 4.4.2 system. This device disposes of well working gyroscope that makes it easier to contour the horizon shape.
	</div>
	
	<div class="applicationsblock" id="section4"><div style="font-weight:bold">ScanTheSun – Step I</div>
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin4.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin4.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Geographical localization determined with use of the GPS sensor.</div></div>
	In the first step of the collectors adjustment measurement a GPS sensor has been chosen to obtain the current geolocation. The geographical localization is essential since it allows ScanTheSun app for calculation of the Sun movement on the sky and evaluation of the available solar energy at the given latitude.
	</div>
	
	<div class="applicationsblock" id="section5"><div style="font-weight:bold">ScanTheSun – Step II</div>
	The investigated building stands between birch and oak trees. The trees may hinder the sunlight coming to the roof, therefore, they have to be taken into account in the collectors adjustment. We got on the roof and from that point made a contour of the trees. 
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin5.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin5.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">ScanTheSun - contour of the trees surrounding the building.</div></div>	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin6.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin6.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">ScanTheSun - contour of the trees surrounding the building.</div></div>
	From now on the ScanTheSun app will find the best collectors orientation considering the shade cast by the surrounding trees.
	</div>
	
	<div class="applicationsblock" id="section6"><div style="font-weight:bold">Selection of the roof slope</div>
	The house has two slopes of the roof – eastern and western one, each tilted around 20 degrees to the level. By selection of the slope the total obtained solar energy as well as the hours of water heating during the day has been considered. In the particular building, the hot water consumption is the least in the forenoon. The water should be heated in the cumulative tank at that time to get high temperature. In the opposite case, the water will be heated in the afternoon during the highest hot water consumption and may not reach enough temperature. In that unfavorable adjustment, the water in the tank will stay cold after the afternoon usage and may never be warmed enough.
	</div>
	
	<div class="applicationsblock" id="section7"><div style="font-weight:bold">ScanTheSun – Step III</div>
	In the last step of the ScanTheSun app, the orientation of the solar collector is investigated. The handset has been put first on the west slope of the roof. The surrounding trees eclipse around one fifth of the available solar energy. The color map displayed on the screen shows that form the remaining energy reaching the collector only 66% will be used.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin8.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin8.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Only 66% of the solar energy reaching the collector will be used on the west slope of the roof.</div></div>	
	Then, the handset has been put on the east slope of the roof. The obtained result turned out to be very similar. Shadow cast by the trees also consumes around one fifth of the available solar energy, and around 70% will be used form the remaining energy reaching the collector. Basing on that results only, the east slope as well as the west slope are suitable for the collectors arrangement. It turned out that the the Daily Energy Curves displayed by the ScanTheSun app presents the decisive argument for the east slope. The Daily Energy Curves show time of water heating during the day.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin7.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin7.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">around 70% of the solar energy reaching the collector will be used on the east slope of the roof.</div></div>
	</div>
	
	<div class="applicationsblock" id="section8"><div style="font-weight:bold">Daily Energy Curves</div>
	The solar energy reaching the collectors at both slopes of the roof is almost the same, however, the time of water heating during the day is completely different in each case. The time of water heating shown in in the Daily Energy Curves indicates that the east slope of the roof is much better for the collectors mounting than the west one.
	</div>
	
	<div class="applicationsblock" id="section9"><div style="font-weight:bold">Time of water heating – west roof slope</div>
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin11.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin11.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Daily energy curves obtained for the west slope of the roof.</div></div>	The Daily Energy Curves for the west slope of the roof show that water in the cumulative tank will be heated from around noon up to 7pm. The use of hot water by householders at that time will prevent solar energy to cumulate in the tank and the water may never get hot enough.
	</div>
	
	<div class="applicationsblock" id="section10"><div style="font-weight:bold">Time of water heating – east roof slope</div>
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin10.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin10.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Daily energy curves obtained for the east slope of the roof.</div></div>	The Daily Energy Curves for the east slope of the roof show that water in the cumulative tank will be heated from around 7am up to 2pm. The water will reach high temperature in the tank and will be ready for the householders return in the afternoon.
	</div>
	
	<div class="applicationsblock" id="section11"><div style="font-weight:bold">Application of an additional stand.</div>
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin3.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin3.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Additional stand to encrease the energy collection up to 81%.</div></div>	The time of water heating during the day clearly shows the east slope of the roof as optimal for the collectors mounting. An additional stand has been considered to get more solar energy. Thanks to the stand, the tilted angle of the collector is higher and around 81% of the solar energy reaching the collector can be used.
	<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin9.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin9.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Increasing the tilting angle allows to get 81% of the solar energy reaching the collector.</div></div>	
	</div>
	
	<div class="applicationsblock" id="section12"><div style="font-weight:bold">Summary</div>
	Thanks to ScanTheSun app the east slope of the roof has been selected for the collectors mounitng. To get more solar power we decided on the application of the additional stand. The Daily Energy Curves shown that the maximum cumulation of hot water in the tank will occur in the afternoon.
Such a solution ensures that the water will be hot enough and will wait for the householders return.
<div style="width:260px;margin-left:10px;margin-right:10px;margin-top:10px" onclick="getfulltext('figures/konstancin/konstancin2.pnglarge',iFullTextWidth)"><img src="figures/konstancin/konstancin2.png" width="260"/><div style="width:240px;margin-left:10px;margin-right:10px;margin-bottom:10px;font-size:10px;color:#D02D00">Thanks to ScanTheSun app the east slope of the roof hase been chosen for the collector arrangement.</div></div>	Another arrangement of the collectors will prevent the cumulation of the hot water in the tank.
	</div>
	
	
	
	
	</div>
		<div id="background_box" class="zaciemnij" style="display:none;">
	</div>
	<div id="fulltext_box" style="position:absolute; z-index:2; display:none;">
	</div>
	<div id="loadfull_box" class="newsbox" style="text-align:center;position:absolute; z-index:2; display:none;background-color:white">
	<div style="float:center; padding:50px; font-size: 12px">Loading</div>
	<div style="cursor:pointer;text-align:center;float: right;margin-top:10px;width:100px;font-size:12px; padding: 20px; background-color: #EEEEEE" onclick="cancel_fulltext()"><strong>Cancel </strong></div>
	</div>
	</body></html>