<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cooling Tower Archives - Chemical Engineering Site</title>
	<atom:link href="https://chemicalengineeringsite.in/tag/cooling-tower/feed/" rel="self" type="application/rss+xml" />
	<link>https://chemicalengineeringsite.in/tag/cooling-tower/</link>
	<description>For Chemical Engineers</description>
	<lastBuildDate>Sun, 24 Aug 2025 14:00:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Cooling Tower Calculator</title>
		<link>https://chemicalengineeringsite.in/cooling-tower-calculator/</link>
					<comments>https://chemicalengineeringsite.in/cooling-tower-calculator/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Wed, 27 Aug 2025 12:00:00 +0000</pubDate>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Approach]]></category>
		<category><![CDATA[COC]]></category>
		<category><![CDATA[Colling tower losses]]></category>
		<category><![CDATA[Cooling Tower]]></category>
		<category><![CDATA[Cooling tower blowdown]]></category>
		<category><![CDATA[Range]]></category>
		<guid isPermaLink="false">https://chemicalengineeringsite.in/?p=3870</guid>

					<description><![CDATA[<p>Cooling Tower Calculations Enter operating data; results &#038; water balance update instantly. Export an Excel file with live formulas. Hot Water Temperature (°C) Cold Water Temperature (°C) Wet Bulb Temperature (°C) Circulating Water Flow (m³/h) Silica in Makeup (mg/L) Silica in Circulating (mg/L) Ca Hardness in Makeup (mg/L as CaCO₃) Ca Hardness in Circulating (mg/L [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-calculator/">Cooling Tower Calculator</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- Cooling Tower Calculator — chemicalengineeringsite.in -->
<div id="ctc" class="ctc-card" role="region" aria-label="Cooling Tower Calculations">
  <div class="ctc-header">
    <h3 class="ctc-title">Cooling Tower Calculations</h3>
    <p class="ctc-sub">Enter operating data; results &#038; water balance update instantly. Export an Excel file with live formulas.</p>
  </div>

  <form class="ctc-form" onsubmit="return false;">
    <div class="ctc-grid">
      <label class="ctc-field">
        <span>Hot Water Temperature (°C)</span>
        <input id="hot" type="number" step="any" placeholder="e.g., 42">
      </label>
      <label class="ctc-field">
        <span>Cold Water Temperature (°C)</span>
        <input id="cold" type="number" step="any" placeholder="e.g., 32">
      </label>
      <label class="ctc-field">
        <span>Wet Bulb Temperature (°C)</span>
        <input id="wb" type="number" step="any" placeholder="e.g., 27">
      </label>
      <label class="ctc-field">
        <span>Circulating Water Flow (m³/h)</span>
        <input id="flow" type="number" step="any" placeholder="e.g., 1200">
      </label>

      <label class="ctc-field">
        <span>Silica in Makeup (mg/L)</span>
        <input id="si_mu" type="number" step="any" placeholder="e.g., 10">
      </label>
      <label class="ctc-field">
        <span>Silica in Circulating (mg/L)</span>
        <input id="si_cw" type="number" step="any" placeholder="e.g., 25">
      </label>
      <label class="ctc-field">
        <span>Ca Hardness in Makeup (mg/L as CaCO₃)</span>
        <input id="ca_mu" type="number" step="any" placeholder="e.g., 80">
      </label>
      <label class="ctc-field">
        <span>Ca Hardness in Circulating (mg/L as CaCO₃)</span>
        <input id="ca_cw" type="number" step="any" placeholder="e.g., 240">
      </label>

      <label class="ctc-field">
        <span>Drift (% of circulation)</span>
        <input id="drift_pct" type="number" step="any" value="0.002">
        <small class="ctc-hint">Typical: 0.002% for good eliminators</small>
      </label>
    </div>

    <div class="ctc-actions">
      <button type="button" id="export" class="ctc-btn" title="Export Excel with formulas"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4ca.png" alt="📊" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Export Excel</button>
      <button type="button" id="reset" class="ctc-btn ctc-btn-ghost">Reset</button>
    </div>
  </form>

  <div class="ctc-results">
    <div class="ctc-split">
      <div>
        <h4>Performance</h4>
        <div class="ctc-result"><span>Range (°C)</span><strong id="range">–</strong></div>
        <div class="ctc-result"><span>Approach (°C)</span><strong id="approach">–</strong></div>
        <div class="ctc-result"><span>Efficiency (%)</span><strong id="eff">–</strong></div>
      </div>
      <div>
        <h4>Cycles of Concentration</h4>
        <div class="ctc-result"><span>CoC (Silica)</span><strong id="coc_si">–</strong></div>
        <div class="ctc-result"><span>CoC (Calcium)</span><strong id="coc_ca">–</strong></div>
        <div class="ctc-result"><span>Selected CoC (used)</span><strong id="coc">–</strong></div>
      </div>
      <div>
        <h4>Water Balance (m³/h)</h4>
        <div class="ctc-result"><span>Evaporation Loss, E</span><strong id="evap">–</strong></div>
        <div class="ctc-result"><span>Drift Loss, D</span><strong id="drift">–</strong></div>
        <div class="ctc-result"><span>Blowdown, B</span><strong id="blowdown">–</strong></div>
        <div class="ctc-result"><span>Makeup, M</span><strong id="makeup">–</strong></div>
      </div>
    </div>
  </div>

  <footer class="ctc-footer">
    <small>Assumptions: Evaporation ≈ 0.0018 × Range(°C) × Circulation; Blowdown B = E/(CoC−1) − Drift (≥0); no leaks.</small><br/>
    <small><a href="https://chemicalengineeringsite.in/" target="_blank" rel="noopener">Source: chemicalengineeringsite.in</a></small>
  </footer>
</div>

<style>
  .ctc-card{max-width:1100px;margin:1.25rem auto;padding:1rem;border:1px solid #e6eef6;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(2,6,23,.06)}
  .ctc-title{margin:.25rem 0;font-size:1.25rem;color:#0f172a}
  .ctc-sub{margin:0 0 .5rem 0;color:#475569}
  .ctc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  @media (max-width:900px){.ctc-grid{grid-template-columns:1fr}}
  .ctc-field{display:flex;flex-direction:column;gap:6px}
  .ctc-field span{font-weight:600;color:#0f172a}
  .ctc-field input{padding:.55rem .7rem;border:1px solid #e6eef6;border-radius:10px}
  .ctc-hint{color:#64748b}
  .ctc-actions{display:flex;gap:10px;margin-top:.75rem;flex-wrap:wrap}
  .ctc-btn{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:999px;padding:.55rem .9rem;font-weight:600;cursor:pointer}
  .ctc-btn-ghost{background:#fff;color:#2563eb}
  .ctc-results{margin-top:1rem;border-top:1px dashed #e6eef6;padding-top:.75rem}
  .ctc-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  @media (max-width:900px){.ctc-split{grid-template-columns:1fr}}
  .ctc-result{display:flex;justify-content:space-between;gap:10px;margin:.3rem 0}
  .ctc-footer{margin-top:.5rem;color:#475569}
</style>

<!-- SheetJS for Excel export -->
<script src="https://cdn.jsdelivr.net/npm/xlsx@0.18.5/dist/xlsx.full.min.js"></script>

<script>
(function(){
  const $ = id => document.getElementById(id);
  const EL = {
    hot:$('hot'), cold:$('cold'), wb:$('wb'), flow:$('flow'),
    si_mu:$('si_mu'), si_cw:$('si_cw'), ca_mu:$('ca_mu'), ca_cw:$('ca_cw'),
    drift_pct:$('drift_pct'),
    range:$('range'), approach:$('approach'), eff:$('eff'),
    coc_si:$('coc_si'), coc_ca:$('coc_ca'), coc:$('coc'),
    evap:$('evap'), drift:$('drift'), blow:$('blowdown'), makeup:$('makeup'),
    btnExport:$('export'), btnReset:$('reset')
  };

  function num(v){ const n = parseFloat(v); return Number.isFinite(n)? n : NaN; }
  function round(v,dp=2){ if(!Number.isFinite(v)) return '–'; const f=Math.pow(10,dp); return (Math.round(v*f)/f).toFixed(dp); }

  function compute(){
    const Th = num(EL.hot.value), Tc = num(EL.cold.value), Twb = num(EL.wb.value), Q = num(EL.flow.value);
    const SiMU = num(EL.si_mu.value), SiCW = num(EL.si_cw.value), CaMU = num(EL.ca_mu.value), CaCW = num(EL.ca_cw.value);
    const driftPct = num(EL.drift_pct.value); // % of circulation

    const Range = (Number.isFinite(Th)&&Number.isFinite(Tc)) ? (Th - Tc) : NaN;
    const Approach = (Number.isFinite(Tc)&&Number.isFinite(Twb)) ? (Tc - Twb) : NaN;
    const Eff = (Number.isFinite(Th)&&Number.isFinite(Tc)&&Number.isFinite(Twb) && (Th - Twb) > 0)
                  ? ((Th - Tc)/(Th - Twb))*100 : NaN;

    const CoC_Si = (Number.isFinite(SiMU)&&SiMU>0 && Number.isFinite(SiCW)) ? (SiCW/SiMU) : NaN;
    const CoC_Ca = (Number.isFinite(CaMU)&&CaMU>0 && Number.isFinite(CaCW)) ? (CaCW/CaMU) : NaN;
    let CoC = NaN;
    if(Number.isFinite(CoC_Si) && Number.isFinite(CoC_Ca)) CoC = Math.min(CoC_Si, CoC_Ca);
    else if(Number.isFinite(CoC_Si)) CoC = CoC_Si;
    else if(Number.isFinite(CoC_Ca)) CoC = CoC_Ca;

    const E = (Number.isFinite(Range)&&Number.isFinite(Q)) ? Math.max(0, 0.0018 * Range * Q) : NaN; // m3/h
    const D = (Number.isFinite(Q)&&Number.isFinite(driftPct)) ? Math.max(0, (driftPct/100) * Q) : NaN;

    let B = NaN;
    if(Number.isFinite(E) && Number.isFinite(D) && Number.isFinite(CoC) && CoC>1){
      B = Math.max(0, (E/(CoC - 1)) - D);
    }

    const M = (Number.isFinite(E)&&Number.isFinite(D)&&Number.isFinite(B)) ? (E + D + B) : NaN;

    // Update UI
    EL.range.textContent = round(Range,2);
    EL.approach.textContent = round(Approach,2);
    EL.eff.textContent = round(Eff,1);

    EL.coc_si.textContent = Number.isFinite(CoC_Si)? round(CoC_Si,3) : '–';
    EL.coc_ca.textContent = Number.isFinite(CoC_Ca)? round(CoC_Ca,3) : '–';
    EL.coc.textContent = Number.isFinite(CoC)? round(CoC,3) : '–';

    EL.evap.textContent = round(E,3);
    EL.drift.textContent = round(D,3);
    EL.blow.textContent = round(B,3);
    EL.makeup.textContent = round(M,3);

    // store for export
    window.__ctc_state = {Th, Tc, Twb, Q, SiMU, SiCW, CaMU, CaCW, driftPct, Range, Approach, Eff, CoC_Si, CoC_Ca, CoC, E, D, B, M};
  }

  // Events
  ['hot','cold','wb','flow','si_mu','si_cw','ca_mu','ca_cw','drift_pct'].forEach(id=>{
    document.getElementById(id).addEventListener('input', compute);
  });

  EL.btnReset.addEventListener('click', ()=>{
    ['hot','cold','wb','flow','si_mu','si_cw','ca_mu','ca_cw'].forEach(id=>document.getElementById(id).value='');
    EL.drift_pct.value='0.002';
    compute();
  });

  // Excel Export (with formulas)
  function exportExcel(){
    const s = window.__ctc_state || {};
    const data = [
      ['Cooling Tower Calculations','','','',''],
      ['Input','Value','','',''],
      ['Hot Water Temperature (°C)', s.Th ?? '','','',''],
      ['Cold Water Temperature (°C)', s.Tc ?? '','','',''],
      ['Wet Bulb Temperature (°C)', s.Twb ?? '','','',''],
      ['Circulating Water Flow (m³/h)', s.Q ?? '','','',''],
      ['Silica in Makeup (mg/L)', s.SiMU ?? '','','',''],
      ['Silica in Circulating (mg/L)', s.SiCW ?? '','','',''],
      ['Ca Hardness in Makeup (mg/L as CaCO₃)', s.CaMU ?? '','','',''],
      ['Ca Hardness in Circulating (mg/L as CaCO₃)', s.CaCW ?? '','','',''],
      ['Drift (% of circulation)', s.driftPct ?? 0.002,'(e.g., 0.002 = 0.002%)','',''],
      ['','','','',''],
      ['Output','Value','Formula','',''],
      ['Range (°C)', {t:'n', f:'B3-B4'}, 'B3-B4','',''],
      ['Approach (°C)', {t:'n', f:'B4-B5'}, 'B4-B5','',''],
      ['Efficiency (%)', {t:'n', f:'IF(B3-B5<=0,"",(B3-B4)/(B3-B5)*100)'}, '(Thot-Tcold)/(Thot-Twb)*100','',''],
      ['CoC (Silica)', {t:'n', f:'IF(B7>0,B8/B7,"")'}, 'SiCW/SiMU','',''],
      ['CoC (Calcium)', {t:'n', f:'IF(B9>0,B10/B9,"")'}, 'CaCW/CaMU','',''],
      ['Selected CoC (used)', {t:'n', f:'IF(AND(ISNUMBER(B16),ISNUMBER(B17)),MIN(B16,B17),IF(ISNUMBER(B16),B16,IF(ISNUMBER(B17),B17,"")))'}, 'min available','',''],
      ['Evaporation (m³/h)', {t:'n', f:'MAX(0,0.0018*B14*B6)'}, '0.0018*Range*Flow','',''],
      ['Drift (m³/h)', {t:'n', f:'MAX(0,(B11/100)*B6)'}, '(Drift%/100)*Flow','',''],
      ['Blowdown (m³/h)', {t:'n', f:'IF(OR(B18="",B18<=1),"",MAX(0,(B19/(B18-1))-B20))'}, 'E/(CoC-1)-Drift','',''],
      ['Makeup (m³/h)', {t:'n', f:'IF(B21="","",B19+B20+B21)'}, 'E + D + B','',''],
      ['','','','',''],
      ['Source: chemicalengineeringsite.in','','','','']
    ];

    const ws = XLSX.utils.aoa_to_sheet(data);
    ws['!cols'] = [{wch:38},{wch:18},{wch:28},{wch:12},{wch:12}];

    // Hyperlink on the last row, first cell
    const lastRow = data.length + 1; // account for 1-indexed Excel rows
    ws[`A${lastRow}`] = { t:'s', v:'Source: chemicalengineeringsite.in', l:{ Target:'https://chemicalengineeringsite.in/' } };

    // Freeze panes: keep headers visible
    ws['!freeze'] = { xSplit: 1, ySplit: 13 };

    const wb = XLSX.utils.book_new();
    XLSX.utils.book_append_sheet(wb, ws, 'Cooling Tower');

    const ts = new Date().toISOString().slice(0,19).replace(/[:T]/g,'-');
    XLSX.writeFile(wb, `cooling_tower_calculations_${ts}.xlsx`);
  }

  document.getElementById('export').addEventListener('click', exportExcel);

  // initial
  compute();
})();
</script>
<!-- /Cooling Tower Calculator -->

<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-calculator/">Cooling Tower Calculator</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/cooling-tower-calculator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Test Your knowledge on Cooling Tower – Online Quiz</title>
		<link>https://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/</link>
					<comments>https://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Mon, 28 Nov 2016 14:05:15 +0000</pubDate>
				<category><![CDATA[Quiz]]></category>
		<category><![CDATA[Cooling Tower]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=278</guid>

					<description><![CDATA[<p>Cooling tower is an essential piece in most of the Chemical Process Industries and in HVAC applications. Chemical Engineering Site already published articles on Cooling Tower Components and Cooling Tower Efficiency Calculations. This Cooling Tower Quiz module covers the Design, Calculations, Operations and Cooling Water treatment etc which will be a refresher for the experience and an eyeopener for [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/">Test Your knowledge on Cooling Tower – Online Quiz</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://chemicalengineeringsite.in/tag/cooling-tower/"><span class="il">Cooling</span> <span class="il">tower</span></a> is an essential piece in most of the Chemical Process Industries and in HVAC applications. Chemical Engineering Site already published articles on <a href="http://chemicalengineeringsite.in/cooling-tower-components/"><span class="il">Cooling</span> <span class="il">Tower</span> Components</a> and <a href="http://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/"><span class="il">Cooling</span> <span class="il">Tower</span> Efficiency Calculations</a>. This <span class="il">Cooling</span> <span class="il">Tower</span> <span class="il">Quiz</span> module covers the Design, Calculations, Operations and <span class="il">Cooling</span> Water treatment etc which will be a refresher for the experience and an eyeopener for the fresh chemical engineers. This <span class="il">cooling </span><span class="il">tower</span> <span class="il">quiz</span> also explains about some myths and facts, which you will find after completing the <span class="il">Quiz</span>.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-280" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Cooling-Tower-Quiz.jpg" alt="Cooling Tower Quiz" width="800" height="600" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Cooling-Tower-Quiz.jpg 800w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Cooling-Tower-Quiz-300x225.jpg 300w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Cooling-Tower-Quiz-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>&nbsp;</p>
<p><script>
                            if (window.qmn_quiz_data === undefined) {
                                    window.qmn_quiz_data = new Object();
                            }
                    </script><script>window.qmn_quiz_data["5"] = {"quiz_id":"5","quiz_name":"Cooling Tower","disable_answer":"0","ajax_show_correct":"0","progress_bar":0,"contact_info_location":"0","qpages":[],"skip_validation_time_expire":1,"timer_limit_val":"15","disable_scroll_next_previous_click":0,"disable_scroll_on_result":0,"disable_first_page":0,"enable_result_after_timer_end":0,"enable_quick_result_mc":0,"end_quiz_if_wrong":0,"form_disable_autofill":0,"disable_mathjax":0,"enable_quick_correct_answer_info":0,"quick_result_correct_answer_text":"Correct! You have selected correct answer.","quick_result_wrong_answer_text":"Wrong! You have selected wrong answer.","quiz_processing_message":"","quiz_limit_choice":"Limit of choice is reached.","not_allow_after_expired_time":0,"scheduled_time_end":false,"prevent_reload":0,"limit_email_based_submission":0,"total_user_tries":"0","is_logged_in":false,"error_messages":{"email_error_text":"Not a valid e-mail address!","number_error_text":"This field must be a number!","incorrect_error_text":"The entered text is not correct!","empty_error_text":"Please complete all required fields!","url_error_text":"The entered URL is not valid!","minlength_error_text":"Required atleast %minlength% characters.","maxlength_error_text":"Maximum %maxlength% characters allowed.","recaptcha_error_text":"ReCaptcha is missing"},"timer_limit":"15","question_list":{"93":{"question_id":"93","quiz_id":"5","question_name":"Approach of a Cooling Tower is","answer_array":"a:4:{i:0;a:3:{i:0;s:73:\"Difference between Cold water outlet temperature and Wet bulb temperature\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:71:\"Difference between Hot water Inlet temperature and Wet bulb temperature\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:80:\"Difference between Hot water Inlet temperature and Cold Water Outlet temperature\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:68:\"Difference between Atmoshpheric temperature and Wet bulb temperature\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"1","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Difference between Cold water outlet temperature and Wet bulb temperature",0,1],["Difference between Hot water Inlet temperature and Wet bulb temperature",0,0],["Difference between Hot water Inlet temperature and Cold Water Outlet temperature",0,0],["Difference between Atmoshpheric temperature and Wet bulb temperature",0,0]]},"94":{"question_id":"94","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Purpose of Louver is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:64:\" To change the direction of Air inlet flow in the uniform manner\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:56:\"To prevent the water droplets splashing out of the tower\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:17:\"Both of the Above\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:17:\"None of the Above\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Louver helps  To change the direction of Air inlet flow in the uniform manner and also prevents the water droplets splashing out of the tower","comments":"1","hints":"","question_order":"2","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[[" To change the direction of Air inlet flow in the uniform manner",0,0],["To prevent the water droplets splashing out of the tower",0,0],["Both of the Above",0,0],["None of the Above",0,0]]},"95":{"question_id":"95","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Range of the Cooling tower is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:73:\"Difference between Cold water outlet temperature and Wet bulb temperature\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:71:\"Difference between Hot water Inlet temperature and Wet bulb temperature\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:80:\"Difference between Hot water Inlet temperature and Cold Water Outlet temperature\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:68:\"Difference between Atmoshpheric temperature and Wet bulb temperature\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Range = Hot Water-Cold Water","comments":"1","hints":"","question_order":"3","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Difference between Cold water outlet temperature and Wet bulb temperature",0,0],["Difference between Hot water Inlet temperature and Wet bulb temperature",0,0],["Difference between Hot water Inlet temperature and Cold Water Outlet temperature",0,1],["Difference between Atmoshpheric temperature and Wet bulb temperature",0,0]]},"96":{"question_id":"96","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Purpose of Drift Eliminator is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:50:\"To reduce the entrainment of Water droplets in Air\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:56:\"To prevent the water droplets splashing out of the tower\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:55:\"To provide the required surface area for heat transfer \";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\" All of these\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Drift Eliminator reduces the entrainment of Water droplets in Air and reduces drift loss","comments":"1","hints":"","question_order":"4","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["To reduce the entrainment of Water droplets in Air",0,1],["To prevent the water droplets splashing out of the tower",0,0],["To provide the required surface area for heat transfer ",0,0],[" All of these",0,0]]},"97":{"question_id":"97","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;The ratio of dissolved solids in circulating water to dissolved solids in makeup water is called as&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:17:\"Evaporation ratio\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:22:\"Cycle of Concentration\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:9:\"L\/G Ratio\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:10:\"Efficiency\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"5","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Evaporation ratio",0,0],["Cycle of Concentration",0,1],["L\/G Ratio",0,0],["Efficiency",0,0]]},"98":{"question_id":"98","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Purpose of blowdown is to&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:30:\"Remove the heat from Hot water\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:42:\"Maintain the Cold Water outlet temperature\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:81:\"Limit the increase in the concentration of solids in the water due to evaporation\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:26:\"To increase the efficiency\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"6","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Remove the heat from Hot water",0,0],["Maintain the Cold Water outlet temperature",0,0],["Limit the increase in the concentration of solids in the water due to evaporation",0,1],["To increase the efficiency",0,0]]},"99":{"question_id":"99","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Cooling tower acceptance testing procedures are recommeded by&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:3:\"CTI\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:3:\"API\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:4:\"ASME\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:3:\"ISO\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Cooling Technology Institute recommends the  acceptance testing procedures for Cooling tower","comments":"1","hints":"","question_order":"7","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["CTI",0,1],["API",0,0],["ASME",0,0],["ISO",0,0]]},"100":{"question_id":"100","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Natural Draft or Hyperbolic towers have been used for&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:23:\"Large Capacity of water\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:23:\"Small Capacity of Water\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:15:\"High Efficiency\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:16:\"Low capital cost\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"8","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Large Capacity of water",0,1],["Small Capacity of Water",0,0],["High Efficiency",0,0],["Low capital cost",0,0]]},"101":{"question_id":"101","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Purpose of Cooling tower basin is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:39:\"To serve as receptacle for Cooled water\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:59:\"To provide the storage capacity during Makeup water failure\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:49:\"To act as a reservoir for the cooling water pumps\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\" All of these\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Purpose of Cooling tower basin is To serve as receptacle for Cooled water, To provide the storage capacity during Makeup water failure and To act as a reservoir for the cooling water pumps","comments":"1","hints":"","question_order":"9","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["To serve as receptacle for Cooled water",0,0],["To provide the storage capacity during Makeup water failure",0,0],["To act as a reservoir for the cooling water pumps",0,0],[" All of these",0,1]]},"102":{"question_id":"102","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;The type of Cooling tower used in Power plants is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:31:\"Hyperbolic Natural Draft Towers\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:31:\"Forced Draft Counterflow Towers\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:32:\"Induced Draft Counterflow Towers\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:10:\"Dry Towers\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"10","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Hyperbolic Natural Draft Towers",0,1],["Forced Draft Counterflow Towers",0,0],["Induced Draft Counterflow Towers",0,0],["Dry Towers",0,0]]},"103":{"question_id":"103","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;A better Performance indicator of the Cooling tower is its&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:20:\"Dry bulb temperature\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:8:\"Approach\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:5:\"Range\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:20:\"Wet bulb Temperature\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"If Approach is less the efficiency of the tower is more. ","comments":"1","hints":"","question_order":"11","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Dry bulb temperature",0,0],["Approach",0,1],["Range",0,0],["Wet bulb Temperature",0,0]]},"104":{"question_id":"104","quiz_id":"5","question_name":"L \/ G ratio in cooling tower is the ratio\u00a0between","answer_array":"a:4:{i:0;a:3:{i:0;s:29:\"Load and Temperature gradient\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:16:\"Length and girth\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:38:\"Air mass flow rate and water flow rate\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:38:\"Water flow rate and Air mass flow rate\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"12","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Load and Temperature gradient",0,0],["Length and girth",0,0],["Air mass flow rate and water flow rate",0,0],["Water flow rate and Air mass flow rate",0,1]]},"105":{"question_id":"105","quiz_id":"5","question_name":"Cooling Tower Efficiency =","answer_array":"a:4:{i:0;a:3:{i:0;s:31:\"Range\/ (Range + Approach) x 100\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:21:\"Range\/ Approach x 100\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:21:\"Approach\/ Range x 100\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:51:\"Cold Water Temperature\/ Hot water Temperature x 100\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"13","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Range\/ (Range + Approach) x 100",0,1],["Range\/ Approach x 100",0,0],["Approach\/ Range x 100",0,0],["Cold Water Temperature\/ Hot water Temperature x 100",0,0]]},"106":{"question_id":"106","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;In practice, Common efficiency range achieved in the cooling tower is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:11:\"98 to 100 %\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:10:\"90 to 95 %\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:10:\"95 to 98 %\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:11:\" 70 to 75 %\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"14","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["98 to 100 %",0,0],["90 to 95 %",0,0],["95 to 98 %",0,0],[" 70 to 75 %",0,1]]},"107":{"question_id":"107","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;The cycle of concentration normally varies from&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:6:\"0 to 3\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:6:\"3 to 7\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:8:\"10 to 15\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:9:\"15 to 100\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"15","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["0 to 3",0,0],["3 to 7",0,1],["10 to 15",0,0],["15 to 100",0,0]]},"108":{"question_id":"108","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;To\u00a0reduce the makeup water requirement of the cooling tower, Cycle of Concentration to be kept&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:9:\"Very High\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:19:\"As High As Possible\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:3:\"Low\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:8:\"Very Low\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"16","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Very High",0,0],["As High As Possible",0,1],["Low",0,0],["Very Low",0,0]]},"109":{"question_id":"109","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question_number&quot;&gt;\u00a0&lt;\/span&gt;&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Calculate the blow down loss\u00a0of the Cooling tower from the following data.\u00a0a) Evaporation Loss is 500 m3\/hr, b) Cycle of Concentration is 5&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:9:\"100 m3\/hr\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:10:\"2500 m3\/hr\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:9:\"125 m3\/hr\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:17:\"Data Insufficient\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"B = E\/ (COC-1) where  B = Blow Down (m3\/hr) , E = Evaporation Loss (m3\/hr), COC = Cycle of Concentration","comments":"1","hints":"","question_order":"17","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["100 m3\/hr",0,0],["2500 m3\/hr",0,0],["125 m3\/hr",0,1],["Data Insufficient",0,0]]},"110":{"question_id":"110","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Instrument used for Measuring Wet bulb Temperature is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:13:\"Thermometer  \";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:18:\"Sling Psychrometer\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:12:\"Thermocouple\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:3:\"RTD\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"18","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Thermometer  ",0,0],["Sling Psychrometer",0,1],["Thermocouple",0,0],["RTD",0,0]]},"111":{"question_id":"111","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;The temperature selection normally chosen for designing of cooling tower is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:42:\"Average maximum wet bulb for winter months\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:42:\"Average maximum wet bulb for summer months\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:42:\"Average minimum wet bulb for winter months\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:42:\"Average minimum wet bulb for summer months\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"19","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Average maximum wet bulb for winter months",0,0],["Average maximum wet bulb for summer months",0,0],["Average minimum wet bulb for winter months",0,0],["Average minimum wet bulb for summer months",0,0]]},"112":{"question_id":"112","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;In a Daily Variation,\u00a0\u00a0Wet bulb temperature is maximum at&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:4:\"4 AM\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:4:\"4 PM\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:4:\"8 AM\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:4:\"8 PM\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"20","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["4 AM",0,0],["4 PM",0,1],["8 AM",0,0],["8 PM",0,0]]},"113":{"question_id":"113","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;Which of the following is helpful\u00a0in designing Cooling tower orientation?&lt;\/span&gt;<br \/> &lt;div class=&quot;m_1532079880776528572qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:17:\"Wind rose Diagram\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:15:\"Topographic map\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:27:\"Rain gauge recorder chart  \";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\"Seismic Scale\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Wind direction determines the orientation of the Cooling tower","comments":"1","hints":"","question_order":"21","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Wind rose Diagram",0,1],["Topographic map",0,0],["Rain gauge recorder chart  ",0,0],["Seismic Scale",0,0]]},"114":{"question_id":"114","quiz_id":"5","question_name":"&lt;span class=&quot;m_1532079880776528572mlw_qmn_question&quot;&gt;The Purpose of fill is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:57:\" To prevent the water droplets splashing out of the tower\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:80:\"To provide the required surface area for heat transfer between air and the water\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:50:\"To reduce the entrainment of Water droplets in Air\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:63:\"To change the direction of Air inlet flow in the uniform manner\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"22","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[[" To prevent the water droplets splashing out of the tower",0,0],["To provide the required surface area for heat transfer between air and the water",0,1],["To reduce the entrainment of Water droplets in Air",0,0],["To change the direction of Air inlet flow in the uniform manner",0,0]]},"115":{"question_id":"115","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;The purpose of Torque tube is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:38:\"To Transmit the power from the motor  \";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:72:\"To Give permanent alignment of the motor, driveshaft &amp; gear reducer \";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:61:\"To reduce the speed of the depending on the fan requirement  \";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\"None of these\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"23","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["To Transmit the power from the motor  ",0,0],["To Give permanent alignment of the motor, driveshaft &amp; gear reducer ",0,1],["To reduce the speed of the depending on the fan requirement  ",0,0],["None of these",0,0]]},"116":{"question_id":"116","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;The purpose of Open disengaging stack is&lt;\/span&gt;<br \/> &lt;div class=&quot;m_2067380718648912496qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:42:\"To send the hot air from Cooling water out\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:56:\"To prevent the water droplets splashing out of the tower\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:73:\"To prevent tower from damage because of large gases in hot cooling water \";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\"None of these\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"24","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["To send the hot air from Cooling water out",0,1],["To prevent the water droplets splashing out of the tower",0,0],["To prevent tower from damage because of large gases in hot cooling water ",0,0],["None of these",0,0]]},"117":{"question_id":"117","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;&lt;span class=&quot;il&quot;&gt;Cooling&lt;\/span&gt; &lt;span class=&quot;il&quot;&gt;towers&lt;\/span&gt; operate on the principle of&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:35:\"Evaporative Cooling (Merkel Theory)\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:16:\"Henry&#039;s law\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:20:\"Stefan-Boltzmann Law\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:12:\"All of these\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"25","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Evaporative Cooling (Merkel Theory)",0,1],["Henry&#039;s law",0,0],["Stefan-Boltzmann Law",0,0],["All of these",0,0]]},"118":{"question_id":"118","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;In which of the following fill Surface Area is more?&lt;\/span&gt;","answer_array":"a:2:{i:0;a:3:{i:0;s:11:\"Splash Fill\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:9:\"Film Fill\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"26","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Splash Fill",0,0],["Film Fill",0,1]]},"119":{"question_id":"119","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;FRP fan blades are\u00a0used in &lt;span class=&quot;il&quot;&gt;Cooling&lt;\/span&gt; &lt;span class=&quot;il&quot;&gt;tower&lt;\/span&gt; applications because&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:28:\"It needs low starting torque\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:29:\"Easy handling and maintenance\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:34:\"Energy Efficient than Metal blades\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:12:\"All of these\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"FRP needs low starting torque, Energy Efficient than Metal blades and assistsz with Easy handling and maintenance","comments":"1","hints":"","question_order":"27","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["It needs low starting torque",0,0],["Easy handling and maintenance",0,0],["Energy Efficient than Metal blades",0,0],["All of these",0,1]]},"120":{"question_id":"120","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;Poor water distribution in a &lt;span class=&quot;il&quot;&gt;tower&lt;\/span&gt; results in&lt;\/span&gt;<br \/> &lt;div class=&quot;m_2067380718648912496qmn_radio_answers&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:23:\"Scale formation on fill\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:30:\"Ice formation in cold climates\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:17:\"wastage of Energy\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:12:\"All of these\";i:1;d:0;i:2;i:1;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"Poor Water Distribution - Energy Efficient than Metal blades, Ice formation in cold climates and wastage of Energy","comments":"1","hints":"","question_order":"28","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Scale formation on fill",0,0],["Ice formation in cold climates",0,0],["wastage of Energy",0,0],["All of these",0,1]]},"121":{"question_id":"121","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;Type of Level Measuring instrument used in &lt;span class=&quot;il&quot;&gt;Cooling&lt;\/span&gt; &lt;span class=&quot;il&quot;&gt;Tower&lt;\/span&gt; Basin is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:15:\"Wet Leg DP Type\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:13:\"Gauge Glasses\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:20:\"Bubbler Type DP Cell\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:13:\"None of these\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"29","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Wet Leg DP Type",0,0],["Gauge Glasses",0,0],["Bubbler Type DP Cell",0,1],["None of these",0,0]]},"122":{"question_id":"122","quiz_id":"5","question_name":"&lt;span class=&quot;m_2067380718648912496mlw_qmn_question&quot;&gt;To prevent Scaling Silica level in &lt;span class=&quot;il&quot;&gt;Cooling&lt;\/span&gt; water must be&lt;\/span&gt;<br \/> &lt;div class=&quot;m_2067380718648912496qmn_radio_answers m_2067380718648912496mlwRequiredRadio&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:17:\"Less than 500 ppm\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:17:\"Less than 150 ppm\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:18:\"Less than 1000 ppm\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:18:\"Less than 1500 ppm\";i:1;d:0;i:2;i:0;}}","answer_one":"","answer_one_points":"0","answer_two":"","answer_two_points":"0","answer_three":"","answer_three_points":"0","answer_four":"","answer_four_points":"0","answer_five":"","answer_five_points":"0","answer_six":"","answer_six_points":"0","correct_answer":"0","question_answer_info":"","comments":"1","hints":"","question_order":"30","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:1;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[["Less than 500 ppm",0,0],["Less than 150 ppm",0,1],["Less than 1000 ppm",0,0],["Less than 1500 ppm",0,0]]}},"first_page":false,"questions_settings":[]}
                    </script><style type='text/css' id='qmn_quiz_template-css'>.mlw_qmn_quiz label {
				display: inline;
			}
			.ui-tooltip
			{
				max-width: 500px !important;
			}
			.ui-tooltip-content
			{
				max-width: 500px !important;
			}
			.qmn_error, .qmn_page_error_message
			{
				color: red;
			}
			.mlw_qmn_hint_link
			{
			text-decoration:underline;
			color:rgb(0,0,255);
			}
			.mlw_qmn_quiz_link
			{
				display: inline;
				vertical-align:top !important;
				text-decoration: none;
			}
			div.mlw_qmn_quiz input[type=radio],
			div.mlw_qmn_quiz input[type=submit],
			div.mlw_qmn_quiz label {
				cursor: pointer;
			}
			div.mlw_qmn_quiz input:not([type=submit]):focus,
			div.mlw_qmn_quiz textarea:focus {
				background: #eaeaea;
			}
			div.mlw_qmn_quiz {
				text-align: left;
			}
			div.quiz_section {

			}
			.mlw_horizontal_choice
			{
				margin-right: 20px;
			}
			div.mlw_qmn_timer {
				position:fixed;
				top:200px;
				right:0px;
				width:130px;
				color:#00CCFF;
				border-radius: 15px;
				background:#000000;
				text-align: center;
				padding: 15px 15px 15px 15px
			}
			div.mlw_qmn_quiz input[type=submit],
			a.mlw_qmn_quiz_link
			{
				border-radius: 4px;
				position: relative;
				background-image: linear-gradient(#fff,#dedede);
				background-color: #eee;
				border: #ccc solid 1px;
				color: #333;
				text-shadow: 0 1px 0 rgba(255,255,255,.5);
				box-sizing: border-box;
				display: inline-block;
				padding: 7px 7px 7px 7px;
				margin: auto;
				font-weight: bold;
				cursor: pointer;
			}
			.mlw_qmn_question, .mlw_qmn_question_number, .mlw_qmn_comment_section_text
			{
				font-weight: bold;
			}
			.mlw_next
			{
				float: right;
			}
			.mlw_previous
			{
				float: left;
			}
			.mlw_qmn_question_comment, .mlw_answer_open_text, .qmn_comment_section {
				width: 100%;
				border-radius: 7px;
				padding: 2px 10px;
				-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
				box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
				border: 1px solid #ccc;
			}
		</style><div class='qsm-quiz-container qsm-quiz-container-5 qmn_quiz_container mlw_qmn_quiz  quiz_theme_default  '>
								<form name="quizForm5" id="quizForm5" action="/tag/cooling-tower/feed/" method="POST" class="qsm-quiz-form qmn_quiz_form mlw_quiz_form" novalidate enctype="multipart/form-data">
				<input type="hidden" name="qsm_hidden_questions" id="qsm_hidden_questions" value="">
				<input type="hidden" name="qsm_nonce" id="qsm_nonce_5" value="b0ef778c8b">
				<input type="hidden" name="qsm_unique_key" id="qsm_unique_key_5" value="69ed0f0c72a3b">
				<div id="mlw_error_message" class="qsm-error-message qmn_error_message_section"></div>
				<span id="mlw_top_of_quiz"></span>
				<div id="mlw_qmn_timer" class="mlw_qmn_timer"></div>			<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-93 slide0 ">
				                        <span class='mlw_qmn_question_number'>1.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Approach of a Cooling Tower is</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question93-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question93" id="question93_1" value="0" />
					<label class="qsm-input-label" for="question93_1">
					Difference between Cold water outlet temperature and Wet bulb temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question93-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question93" id="question93_2" value="1" />
					<label class="qsm-input-label" for="question93_2">
					Difference between Hot water Inlet temperature and Wet bulb temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question93-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question93" id="question93_3" value="2" />
					<label class="qsm-input-label" for="question93_3">
					Difference between Hot water Inlet temperature and Cold Water Outlet temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question93-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question93" id="question93_4" value="3" />
					<label class="qsm-input-label" for="question93_4">
					Difference between Atmoshpheric temperature and Wet bulb temperature					</label>
					 				</div>
					 			<label style="display: none !important;" for="question93_none">None</label>
			<input type="radio" style="display: none;" name="question93" id="question93_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_93" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-94 slide1 ">
				                        <span class='mlw_qmn_question_number'>2.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Purpose of Louver is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question94-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question94" id="question94_1" value="0" />
					<label class="qsm-input-label" for="question94_1">
					To change the direction of Air inlet flow in the uniform manner					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question94-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question94" id="question94_2" value="1" />
					<label class="qsm-input-label" for="question94_2">
					To prevent the water droplets splashing out of the tower					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question94-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question94" id="question94_3" value="2" />
					<label class="qsm-input-label" for="question94_3">
					Both of the Above					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question94-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question94" id="question94_4" value="3" />
					<label class="qsm-input-label" for="question94_4">
					None of the Above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question94_none">None</label>
			<input type="radio" style="display: none;" name="question94" id="question94_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_94" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-95 slide2 ">
				                        <span class='mlw_qmn_question_number'>3.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Range of the Cooling tower is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question95-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question95" id="question95_1" value="0" />
					<label class="qsm-input-label" for="question95_1">
					Difference between Cold water outlet temperature and Wet bulb temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question95-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question95" id="question95_2" value="1" />
					<label class="qsm-input-label" for="question95_2">
					Difference between Hot water Inlet temperature and Wet bulb temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question95-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question95" id="question95_3" value="2" />
					<label class="qsm-input-label" for="question95_3">
					Difference between Hot water Inlet temperature and Cold Water Outlet temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question95-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question95" id="question95_4" value="3" />
					<label class="qsm-input-label" for="question95_4">
					Difference between Atmoshpheric temperature and Wet bulb temperature					</label>
					 				</div>
					 			<label style="display: none !important;" for="question95_none">None</label>
			<input type="radio" style="display: none;" name="question95" id="question95_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_95" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-96 slide3 ">
				                        <span class='mlw_qmn_question_number'>4.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Purpose of Drift Eliminator is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question96-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question96" id="question96_1" value="0" />
					<label class="qsm-input-label" for="question96_1">
					To reduce the entrainment of Water droplets in Air					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question96-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question96" id="question96_2" value="1" />
					<label class="qsm-input-label" for="question96_2">
					To prevent the water droplets splashing out of the tower					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question96-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question96" id="question96_3" value="2" />
					<label class="qsm-input-label" for="question96_3">
					To provide the required surface area for heat transfer					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question96-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question96" id="question96_4" value="3" />
					<label class="qsm-input-label" for="question96_4">
					All of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question96_none">None</label>
			<input type="radio" style="display: none;" name="question96" id="question96_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_96" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-97 slide4 ">
				                        <span class='mlw_qmn_question_number'>5.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">The ratio of dissolved solids in circulating water to dissolved solids in makeup water is called as</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question97-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question97" id="question97_1" value="0" />
					<label class="qsm-input-label" for="question97_1">
					Evaporation ratio					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question97-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question97" id="question97_2" value="1" />
					<label class="qsm-input-label" for="question97_2">
					Cycle of Concentration					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question97-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question97" id="question97_3" value="2" />
					<label class="qsm-input-label" for="question97_3">
					L/G Ratio					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question97-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question97" id="question97_4" value="3" />
					<label class="qsm-input-label" for="question97_4">
					Efficiency					</label>
					 				</div>
					 			<label style="display: none !important;" for="question97_none">None</label>
			<input type="radio" style="display: none;" name="question97" id="question97_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_97" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-98 slide5 ">
				                        <span class='mlw_qmn_question_number'>6.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Purpose of blowdown is to</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question98-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question98" id="question98_1" value="0" />
					<label class="qsm-input-label" for="question98_1">
					Remove the heat from Hot water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question98-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question98" id="question98_2" value="1" />
					<label class="qsm-input-label" for="question98_2">
					Maintain the Cold Water outlet temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question98-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question98" id="question98_3" value="2" />
					<label class="qsm-input-label" for="question98_3">
					Limit the increase in the concentration of solids in the water due to evaporation					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question98-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question98" id="question98_4" value="3" />
					<label class="qsm-input-label" for="question98_4">
					To increase the efficiency					</label>
					 				</div>
					 			<label style="display: none !important;" for="question98_none">None</label>
			<input type="radio" style="display: none;" name="question98" id="question98_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_98" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-99 slide6 ">
				                        <span class='mlw_qmn_question_number'>7.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Cooling tower acceptance testing procedures are recommeded by</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question99-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question99" id="question99_1" value="0" />
					<label class="qsm-input-label" for="question99_1">
					CTI					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question99-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question99" id="question99_2" value="1" />
					<label class="qsm-input-label" for="question99_2">
					API					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question99-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question99" id="question99_3" value="2" />
					<label class="qsm-input-label" for="question99_3">
					ASME					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question99-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question99" id="question99_4" value="3" />
					<label class="qsm-input-label" for="question99_4">
					ISO					</label>
					 				</div>
					 			<label style="display: none !important;" for="question99_none">None</label>
			<input type="radio" style="display: none;" name="question99" id="question99_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_99" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-100 slide7 ">
				                        <span class='mlw_qmn_question_number'>8.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Natural Draft or Hyperbolic towers have been used for</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question100-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question100" id="question100_1" value="0" />
					<label class="qsm-input-label" for="question100_1">
					Large Capacity of water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question100-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question100" id="question100_2" value="1" />
					<label class="qsm-input-label" for="question100_2">
					Small Capacity of Water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question100-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question100" id="question100_3" value="2" />
					<label class="qsm-input-label" for="question100_3">
					High Efficiency					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question100-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question100" id="question100_4" value="3" />
					<label class="qsm-input-label" for="question100_4">
					Low capital cost					</label>
					 				</div>
					 			<label style="display: none !important;" for="question100_none">None</label>
			<input type="radio" style="display: none;" name="question100" id="question100_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_100" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-101 slide8 ">
				                        <span class='mlw_qmn_question_number'>9.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Purpose of Cooling tower basin is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question101-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question101" id="question101_1" value="0" />
					<label class="qsm-input-label" for="question101_1">
					To serve as receptacle for Cooled water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question101-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question101" id="question101_2" value="1" />
					<label class="qsm-input-label" for="question101_2">
					To provide the storage capacity during Makeup water failure					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question101-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question101" id="question101_3" value="2" />
					<label class="qsm-input-label" for="question101_3">
					To act as a reservoir for the cooling water pumps					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question101-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question101" id="question101_4" value="3" />
					<label class="qsm-input-label" for="question101_4">
					All of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question101_none">None</label>
			<input type="radio" style="display: none;" name="question101" id="question101_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_101" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-102 slide9 ">
				                        <span class='mlw_qmn_question_number'>10.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">The type of Cooling tower used in Power plants is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question102-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question102" id="question102_1" value="0" />
					<label class="qsm-input-label" for="question102_1">
					Hyperbolic Natural Draft Towers					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question102-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question102" id="question102_2" value="1" />
					<label class="qsm-input-label" for="question102_2">
					Forced Draft Counterflow Towers					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question102-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question102" id="question102_3" value="2" />
					<label class="qsm-input-label" for="question102_3">
					Induced Draft Counterflow Towers					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question102-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question102" id="question102_4" value="3" />
					<label class="qsm-input-label" for="question102_4">
					Dry Towers					</label>
					 				</div>
					 			<label style="display: none !important;" for="question102_none">None</label>
			<input type="radio" style="display: none;" name="question102" id="question102_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_102" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-103 slide10 ">
				                        <span class='mlw_qmn_question_number'>11.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">A better Performance indicator of the Cooling tower is its</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question103-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question103" id="question103_1" value="0" />
					<label class="qsm-input-label" for="question103_1">
					Dry bulb temperature					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question103-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question103" id="question103_2" value="1" />
					<label class="qsm-input-label" for="question103_2">
					Approach					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question103-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question103" id="question103_3" value="2" />
					<label class="qsm-input-label" for="question103_3">
					Range					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question103-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question103" id="question103_4" value="3" />
					<label class="qsm-input-label" for="question103_4">
					Wet bulb Temperature					</label>
					 				</div>
					 			<label style="display: none !important;" for="question103_none">None</label>
			<input type="radio" style="display: none;" name="question103" id="question103_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_103" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-104 slide11 ">
				                        <span class='mlw_qmn_question_number'>12.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>L / G ratio in cooling tower is the ratio between</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question104-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question104" id="question104_1" value="0" />
					<label class="qsm-input-label" for="question104_1">
					Load and Temperature gradient					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question104-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question104" id="question104_2" value="1" />
					<label class="qsm-input-label" for="question104_2">
					Length and girth					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question104-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question104" id="question104_3" value="2" />
					<label class="qsm-input-label" for="question104_3">
					Air mass flow rate and water flow rate					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question104-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question104" id="question104_4" value="3" />
					<label class="qsm-input-label" for="question104_4">
					Water flow rate and Air mass flow rate					</label>
					 				</div>
					 			<label style="display: none !important;" for="question104_none">None</label>
			<input type="radio" style="display: none;" name="question104" id="question104_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_104" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-105 slide12 ">
				                        <span class='mlw_qmn_question_number'>13.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Cooling Tower Efficiency =</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question105-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question105" id="question105_1" value="0" />
					<label class="qsm-input-label" for="question105_1">
					Range/ (Range + Approach) x 100					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question105-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question105" id="question105_2" value="1" />
					<label class="qsm-input-label" for="question105_2">
					Range/ Approach x 100					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question105-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question105" id="question105_3" value="2" />
					<label class="qsm-input-label" for="question105_3">
					Approach/ Range x 100					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question105-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question105" id="question105_4" value="3" />
					<label class="qsm-input-label" for="question105_4">
					Cold Water Temperature/ Hot water Temperature x 100					</label>
					 				</div>
					 			<label style="display: none !important;" for="question105_none">None</label>
			<input type="radio" style="display: none;" name="question105" id="question105_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_105" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-106 slide13 ">
				                        <span class='mlw_qmn_question_number'>14.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">In practice, Common efficiency range achieved in the cooling tower is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question106-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question106" id="question106_1" value="0" />
					<label class="qsm-input-label" for="question106_1">
					98 to 100 %					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question106-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question106" id="question106_2" value="1" />
					<label class="qsm-input-label" for="question106_2">
					90 to 95 %					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question106-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question106" id="question106_3" value="2" />
					<label class="qsm-input-label" for="question106_3">
					95 to 98 %					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question106-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question106" id="question106_4" value="3" />
					<label class="qsm-input-label" for="question106_4">
					70 to 75 %					</label>
					 				</div>
					 			<label style="display: none !important;" for="question106_none">None</label>
			<input type="radio" style="display: none;" name="question106" id="question106_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_106" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-107 slide14 ">
				                        <span class='mlw_qmn_question_number'>15.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">The cycle of concentration normally varies from</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question107-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question107" id="question107_1" value="0" />
					<label class="qsm-input-label" for="question107_1">
					0 to 3					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question107-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question107" id="question107_2" value="1" />
					<label class="qsm-input-label" for="question107_2">
					3 to 7					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question107-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question107" id="question107_3" value="2" />
					<label class="qsm-input-label" for="question107_3">
					10 to 15					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question107-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question107" id="question107_4" value="3" />
					<label class="qsm-input-label" for="question107_4">
					15 to 100					</label>
					 				</div>
					 			<label style="display: none !important;" for="question107_none">None</label>
			<input type="radio" style="display: none;" name="question107" id="question107_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_107" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-108 slide15 ">
				                        <span class='mlw_qmn_question_number'>16.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">To reduce the makeup water requirement of the cooling tower, Cycle of Concentration to be kept</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question108-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question108" id="question108_1" value="0" />
					<label class="qsm-input-label" for="question108_1">
					Very High					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question108-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question108" id="question108_2" value="1" />
					<label class="qsm-input-label" for="question108_2">
					As High As Possible					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question108-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question108" id="question108_3" value="2" />
					<label class="qsm-input-label" for="question108_3">
					Low					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question108-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question108" id="question108_4" value="3" />
					<label class="qsm-input-label" for="question108_4">
					Very Low					</label>
					 				</div>
					 			<label style="display: none !important;" for="question108_none">None</label>
			<input type="radio" style="display: none;" name="question108" id="question108_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_108" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-109 slide16 ">
				                        <span class='mlw_qmn_question_number'>17.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question_number"> </span><span class="m_1532079880776528572mlw_qmn_question">Calculate the blow down loss of the Cooling tower from the following data. a) Evaporation Loss is 500 m3/hr, b) Cycle of Concentration is 5</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question109-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question109" id="question109_1" value="0" />
					<label class="qsm-input-label" for="question109_1">
					100 m3/hr					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question109-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question109" id="question109_2" value="1" />
					<label class="qsm-input-label" for="question109_2">
					2500 m3/hr					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question109-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question109" id="question109_3" value="2" />
					<label class="qsm-input-label" for="question109_3">
					125 m3/hr					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question109-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question109" id="question109_4" value="3" />
					<label class="qsm-input-label" for="question109_4">
					Data Insufficient					</label>
					 				</div>
					 			<label style="display: none !important;" for="question109_none">None</label>
			<input type="radio" style="display: none;" name="question109" id="question109_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_109" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-110 slide17 ">
				                        <span class='mlw_qmn_question_number'>18.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Instrument used for Measuring Wet bulb Temperature is</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question110-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question110" id="question110_1" value="0" />
					<label class="qsm-input-label" for="question110_1">
					Thermometer					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question110-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question110" id="question110_2" value="1" />
					<label class="qsm-input-label" for="question110_2">
					Sling Psychrometer					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question110-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question110" id="question110_3" value="2" />
					<label class="qsm-input-label" for="question110_3">
					Thermocouple					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question110-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question110" id="question110_4" value="3" />
					<label class="qsm-input-label" for="question110_4">
					RTD					</label>
					 				</div>
					 			<label style="display: none !important;" for="question110_none">None</label>
			<input type="radio" style="display: none;" name="question110" id="question110_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_110" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-111 slide18 ">
				                        <span class='mlw_qmn_question_number'>19.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">The temperature selection normally chosen for designing of cooling tower is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question111-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question111" id="question111_1" value="0" />
					<label class="qsm-input-label" for="question111_1">
					Average maximum wet bulb for winter months					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question111-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question111" id="question111_2" value="1" />
					<label class="qsm-input-label" for="question111_2">
					Average maximum wet bulb for summer months					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question111-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question111" id="question111_3" value="2" />
					<label class="qsm-input-label" for="question111_3">
					Average minimum wet bulb for winter months					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question111-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question111" id="question111_4" value="3" />
					<label class="qsm-input-label" for="question111_4">
					Average minimum wet bulb for summer months					</label>
					 				</div>
					 			<label style="display: none !important;" for="question111_none">None</label>
			<input type="radio" style="display: none;" name="question111" id="question111_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_111" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-112 slide19 ">
				                        <span class='mlw_qmn_question_number'>20.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">In a Daily Variation,  Wet bulb temperature is maximum at</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question112-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question112" id="question112_1" value="0" />
					<label class="qsm-input-label" for="question112_1">
					4 AM					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question112-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question112" id="question112_2" value="1" />
					<label class="qsm-input-label" for="question112_2">
					4 PM					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question112-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question112" id="question112_3" value="2" />
					<label class="qsm-input-label" for="question112_3">
					8 AM					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question112-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question112" id="question112_4" value="3" />
					<label class="qsm-input-label" for="question112_4">
					8 PM					</label>
					 				</div>
					 			<label style="display: none !important;" for="question112_none">None</label>
			<input type="radio" style="display: none;" name="question112" id="question112_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_112" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-113 slide20 ">
				                        <span class='mlw_qmn_question_number'>21.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">Which of the following is helpful in designing Cooling tower orientation?</span><br /> <div class="m_1532079880776528572qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question113-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question113" id="question113_1" value="0" />
					<label class="qsm-input-label" for="question113_1">
					Wind rose Diagram					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question113-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question113" id="question113_2" value="1" />
					<label class="qsm-input-label" for="question113_2">
					Topographic map					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question113-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question113" id="question113_3" value="2" />
					<label class="qsm-input-label" for="question113_3">
					Rain gauge recorder chart					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question113-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question113" id="question113_4" value="3" />
					<label class="qsm-input-label" for="question113_4">
					Seismic Scale					</label>
					 				</div>
					 			<label style="display: none !important;" for="question113_none">None</label>
			<input type="radio" style="display: none;" name="question113" id="question113_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_113" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-114 slide21 ">
				                        <span class='mlw_qmn_question_number'>22.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_1532079880776528572mlw_qmn_question">The Purpose of fill is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question114-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question114" id="question114_1" value="0" />
					<label class="qsm-input-label" for="question114_1">
					To prevent the water droplets splashing out of the tower					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question114-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question114" id="question114_2" value="1" />
					<label class="qsm-input-label" for="question114_2">
					To provide the required surface area for heat transfer between air and the water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question114-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question114" id="question114_3" value="2" />
					<label class="qsm-input-label" for="question114_3">
					To reduce the entrainment of Water droplets in Air					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question114-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question114" id="question114_4" value="3" />
					<label class="qsm-input-label" for="question114_4">
					To change the direction of Air inlet flow in the uniform manner					</label>
					 				</div>
					 			<label style="display: none !important;" for="question114_none">None</label>
			<input type="radio" style="display: none;" name="question114" id="question114_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_114" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-115 slide22 ">
				                        <span class='mlw_qmn_question_number'>23.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">The purpose of Torque tube is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question115-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question115" id="question115_1" value="0" />
					<label class="qsm-input-label" for="question115_1">
					To Transmit the power from the motor					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question115-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question115" id="question115_2" value="1" />
					<label class="qsm-input-label" for="question115_2">
					To Give permanent alignment of the motor, driveshaft &amp; gear reducer					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question115-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question115" id="question115_3" value="2" />
					<label class="qsm-input-label" for="question115_3">
					To reduce the speed of the depending on the fan requirement					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question115-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question115" id="question115_4" value="3" />
					<label class="qsm-input-label" for="question115_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question115_none">None</label>
			<input type="radio" style="display: none;" name="question115" id="question115_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_115" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-116 slide23 ">
				                        <span class='mlw_qmn_question_number'>24.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">The purpose of Open disengaging stack is</span><br /> <div class="m_2067380718648912496qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question116-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question116" id="question116_1" value="0" />
					<label class="qsm-input-label" for="question116_1">
					To send the hot air from Cooling water out					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question116-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question116" id="question116_2" value="1" />
					<label class="qsm-input-label" for="question116_2">
					To prevent the water droplets splashing out of the tower					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question116-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question116" id="question116_3" value="2" />
					<label class="qsm-input-label" for="question116_3">
					To prevent tower from damage because of large gases in hot cooling water					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question116-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question116" id="question116_4" value="3" />
					<label class="qsm-input-label" for="question116_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question116_none">None</label>
			<input type="radio" style="display: none;" name="question116" id="question116_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_116" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-117 slide24 ">
				                        <span class='mlw_qmn_question_number'>25.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question"><span class="il">Cooling</span> <span class="il">towers</span> operate on the principle of</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question117-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question117" id="question117_1" value="0" />
					<label class="qsm-input-label" for="question117_1">
					Evaporative Cooling (Merkel Theory)					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question117-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question117" id="question117_2" value="1" />
					<label class="qsm-input-label" for="question117_2">
					Henry's law					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question117-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question117" id="question117_3" value="2" />
					<label class="qsm-input-label" for="question117_3">
					Stefan-Boltzmann Law					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question117-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question117" id="question117_4" value="3" />
					<label class="qsm-input-label" for="question117_4">
					All of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question117_none">None</label>
			<input type="radio" style="display: none;" name="question117" id="question117_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_117" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-118 slide25 ">
				                        <span class='mlw_qmn_question_number'>26.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">In which of the following fill Surface Area is more?</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question118-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question118" id="question118_1" value="0" />
					<label class="qsm-input-label" for="question118_1">
					Splash Fill					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question118-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question118" id="question118_2" value="1" />
					<label class="qsm-input-label" for="question118_2">
					Film Fill					</label>
					 				</div>
					 			<label style="display: none !important;" for="question118_none">None</label>
			<input type="radio" style="display: none;" name="question118" id="question118_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_118" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-119 slide26 ">
				                        <span class='mlw_qmn_question_number'>27.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">FRP fan blades are used in <span class="il">Cooling</span> <span class="il">tower</span> applications because</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question119-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question119" id="question119_1" value="0" />
					<label class="qsm-input-label" for="question119_1">
					It needs low starting torque					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question119-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question119" id="question119_2" value="1" />
					<label class="qsm-input-label" for="question119_2">
					Easy handling and maintenance					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question119-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question119" id="question119_3" value="2" />
					<label class="qsm-input-label" for="question119_3">
					Energy Efficient than Metal blades					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question119-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question119" id="question119_4" value="3" />
					<label class="qsm-input-label" for="question119_4">
					All of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question119_none">None</label>
			<input type="radio" style="display: none;" name="question119" id="question119_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_119" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-120 slide27 ">
				                        <span class='mlw_qmn_question_number'>28.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">Poor water distribution in a <span class="il">tower</span> results in</span><br /> <div class="m_2067380718648912496qmn_radio_answers"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question120-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question120" id="question120_1" value="0" />
					<label class="qsm-input-label" for="question120_1">
					Scale formation on fill					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question120-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question120" id="question120_2" value="1" />
					<label class="qsm-input-label" for="question120_2">
					Ice formation in cold climates					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question120-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question120" id="question120_3" value="2" />
					<label class="qsm-input-label" for="question120_3">
					wastage of Energy					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question120-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question120" id="question120_4" value="3" />
					<label class="qsm-input-label" for="question120_4">
					All of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question120_none">None</label>
			<input type="radio" style="display: none;" name="question120" id="question120_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_120" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-121 slide28 ">
				                        <span class='mlw_qmn_question_number'>29.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">Type of Level Measuring instrument used in <span class="il">Cooling</span> <span class="il">Tower</span> Basin is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question121-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question121" id="question121_1" value="0" />
					<label class="qsm-input-label" for="question121_1">
					Wet Leg DP Type					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question121-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question121" id="question121_2" value="1" />
					<label class="qsm-input-label" for="question121_2">
					Gauge Glasses					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question121-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question121" id="question121_3" value="2" />
					<label class="qsm-input-label" for="question121_3">
					Bubbler Type DP Cell					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question121-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question121" id="question121_4" value="3" />
					<label class="qsm-input-label" for="question121_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question121_none">None</label>
			<input type="radio" style="display: none;" name="question121" id="question121_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_121" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-122 slide29 ">
				                        <span class='mlw_qmn_question_number'>30.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="m_2067380718648912496mlw_qmn_question">To prevent Scaling Silica level in <span class="il">Cooling</span> water must be</span><br /> <div class="m_2067380718648912496qmn_radio_answers m_2067380718648912496mlwRequiredRadio"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question122-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question122" id="question122_1" value="0" />
					<label class="qsm-input-label" for="question122_1">
					Less than 500 ppm					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question122-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question122" id="question122_2" value="1" />
					<label class="qsm-input-label" for="question122_2">
					Less than 150 ppm					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question122-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question122" id="question122_3" value="2" />
					<label class="qsm-input-label" for="question122_3">
					Less than 1000 ppm					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question122-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question122" id="question122_4" value="3" />
					<label class="qsm-input-label" for="question122_4">
					Less than 1500 ppm					</label>
					 				</div>
					 			<label style="display: none !important;" for="question122_none">None</label>
			<input type="radio" style="display: none;" name="question122" id="question122_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_122" value="" />
				</div><!-- .quiz_section -->
					<input type="hidden" name="qmn_question_list" value="93Q94Q95Q96Q97Q98Q99Q100Q101Q102Q103Q104Q105Q106Q107Q108Q109Q110Q111Q112Q113Q114Q115Q116Q117Q118Q119Q120Q121Q122Q" />
					<div class="qsm-auto-page-row quiz_section quiz_end empty_quiz_end " >
							</div>
								<div id="mlw_error_message_bottom" class="qsm-error-message qmn_error_message_section"></div>
					<input type="hidden" name="qmn_all_questions_count" id="qmn_all_questions_count" value="30" />
					<input type="hidden" name="total_questions" id="total_questions" value="30" />
					<input type="hidden" name="timer" id="timer" value="0" />
					<input type="hidden" name="timer_ms" id="timer_ms" value="0"/>
					<input type="hidden" class="qmn_quiz_id" name="qmn_quiz_id" id="qmn_quiz_id" value="5" />
					<input type='hidden' name='complete_quiz' value='confirmation' />
									</form>
						</div>
		<div style="display: none;" class="qsm-popup qsm-popup-slide" id="modal-4" aria-hidden="false"><div class="qsm-popup__overlay" tabindex="-1" data-micromodal-close=""><div class="qsm-popup__container qmn_quiz_container" role="dialog" aria-modal="true"><div class="qsm-popup__content"><img decoding="async" src="https://chemicalengineeringsite.in/wp-content/plugins/quiz-master-next/assets/clock.png" alt="clock.png"/><p class="qsm-time-up-text"> Time's up</p></div><footer class="qsm-popup__footer"><button class="qsm-popup-secondary-button qmn_btn" data-micromodal-close="" aria-label="Close this dialog window" onclick="location.reload();">Cancel</button></footer></div></div></div><div style="display: none;" class="qsm-popup qsm-popup-slide" id="modal-3" aria-hidden="false"><div class="qsm-popup__overlay" tabindex="-1" data-micromodal-close=""><div class="qsm-popup__container qmn_quiz_container" role="dialog" aria-modal="true"><div class="qsm-popup__content"><img decoding="async" src="https://chemicalengineeringsite.in/wp-content/plugins/quiz-master-next/assets/clock.png" alt="clock.png"/><p class="qsm-time-up-text">Time is Up!</p></div><footer class="qsm-popup__footer"><button class="qsm-popup-secondary-button qmn_btn" data-micromodal-close="" aria-label="Close this dialog window">Cancel</button><button data-quiz_id="5" class="submit-the-form qmn_btn">Submit Quiz</button></footer></div></div></div></p>
<p>The post <a href="https://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/">Test Your knowledge on Cooling Tower – Online Quiz</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cooling Tower Components</title>
		<link>https://chemicalengineeringsite.in/cooling-tower-components/</link>
					<comments>https://chemicalengineeringsite.in/cooling-tower-components/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Sun, 23 Oct 2016 09:14:55 +0000</pubDate>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Cooling Tower]]></category>
		<category><![CDATA[Cooling Tower Fans]]></category>
		<category><![CDATA[Drift eliminators]]></category>
		<category><![CDATA[Drift Loss]]></category>
		<category><![CDATA[Fan Blade pitch angle]]></category>
		<category><![CDATA[Film fill]]></category>
		<category><![CDATA[Louver]]></category>
		<category><![CDATA[Splash fill]]></category>
		<category><![CDATA[Torque tube]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=70</guid>

					<description><![CDATA[<p>The major cooling tower components include Cold Water Basin, Cooling Tower Structure, Fills, Drift eliminators, Cooling Tower Fans, Water Distribution Piping’s, Fan Deck &#38; Fan cylinder, Cooling Tower Louvers, Gearbox, Driveshafts &#38; Mechanical Equipment Support, Valves, Nozzles and Electrical &#38; Instrumentation systems. Let us see them in detail. Fills: Cooling Tower Fill is the main heat transfer area [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-components/">Cooling Tower Components</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The major <a href="http://chemicalengineeringsite.in/tag/cooling-tower/">cooling tower</a> components include Cold Water Basin, Cooling Tower Structure, Fills, Drift eliminators, Cooling Tower Fans, Water Distribution Piping’s, Fan Deck &amp; Fan cylinder, Cooling Tower Louvers, Gearbox, Driveshafts &amp; Mechanical Equipment Support, Valves, Nozzles and Electrical &amp; Instrumentation systems. Let us see them in detail.</p>
<p><img decoding="async" class="alignnone size-full wp-image-389" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-in-Delhi-Airport.jpg" alt="" width="3264" height="1776" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-in-Delhi-Airport.jpg 3264w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-in-Delhi-Airport-300x163.jpg 300w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-in-Delhi-Airport-768x418.jpg 768w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-in-Delhi-Airport-1024x557.jpg 1024w" sizes="(max-width: 3264px) 100vw, 3264px" /></p>
<h3>Fills:</h3>
<p>Cooling Tower Fill is the main heat transfer area available for Heat transfer from Hot water to Cold Air. There are two types of fills available namely Splash fills &amp; Film Fills.  Splash fills disintegrates the hot water from the vertical direction and it splits the water to pass through next level of splash bars. Film fills forms the thin vertical film of water to make the air to contact in with to aid heat transfer. Fills are normally made of PVC, Polypropylene or Wood.</p>
<p><img decoding="async" class="alignnone wp-image-71 size-full" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Splash-Fills.jpg" alt="Cooling Tower Components" width="278" height="255" /></p>
<h3>Drift Eliminators:</h3>
<p>The purpose of Drift eliminator is to reduce the drift loss in the cooling tower. Drift eliminators normally kept next to fills in the air flow path thereby reducing the drift loss. Drift loss is the loss of entrained water through the hot air to atmosphere. Drift eliminators normally made up of PVC. More number of passes through drift eliminator decreases the drift loss but increases the pressure drop thereby increasing fan power consumption.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-72" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Drift-Eliminator.jpg" alt="drift-eliminator" width="205" height="195" /></p>
<p>&nbsp;</p>
<p>Cold Water Basin:</p>
<p>Cold Water Basin is normally made up of Reinforced Cement Concrete (RCC). It has got two functions. One is to collect the cold water from the tower and acts as storage. The other is being strong it acts as a foundation for the main structure of the cooling tower. The cold basin is either lies on the top of the soil or lies below the ground level. The height of the cooling tower is determined from the distance between the top of the cold basin to fan assembly.</p>
<p>Cooling Tower Structure:</p>
<p>Most of the Towers are made up of Chemically Treated Wood, while RCC &amp; Fiber Reinforced Plastic (FRP) cooling towers are also available depending on the requirement of the user.</p>
<h3>Cooling Tower Fans:</h3>
<p>The main part of the cooling tower components. Cooling Tower fans are normally made from Aluminum, Fiber Reinforced Plastic (FRP), Glass fiber and hot-dipped galvanized steel are commonly used as fan materials. FRP being light in weight, impellers made up of FRP reduces the power requirements of the fan. The cooling tower fan blades pitch angle is varied depending on seasonal requirements.Cooling tower Fan blade Pitch angle is the angle made by the fan with the plane. Normally during the summer season, the air density is low. So the fan blade pitch angle is increased to increase the capacity of the fan.</p>
<p>Water Distribution Pipings:</p>
<p>Cooling Water Distributing pipes to hot basin must be buried underground or supported in ground to avoid thrust loading of the tower due to self-weight and water pressure inside the pipe. Individual cell inlet piping is to be independently supported.</p>
<p>Fan Deck &amp; Fan cylinder:</p>
<p>Fan deck provides a platform for the support of the fan cylinders and acts as an access way to the fan and water distribution system.</p>
<p>Fan cylinder is venture shaped for enhancing the proper flow of air through the tower.  The clearance between fan blade tip and fan cylinder should be very less in order to have maximum <a href="http://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/">efficiency</a>.</p>
<h3>Cooling Tower components – Louvers:</h3>
<p>Louvers are made up of asbestos sheets. It serves two purposes. One is to retain circulating water within the tower, and other is to equally distribute the air flow into the fill.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-73" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Louvers.jpg" alt="Cooling Tower Louvers" width="314" height="207" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Louvers.jpg 314w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Louvers-300x198.jpg 300w" sizes="auto, (max-width: 314px) 100vw, 314px" /></p>
<p>Gearbox, Driveshafts &amp; Mechanical Equipment Support:</p>
<p>The drive shaft transmits power from the output shaft of the motor to the input shaft of gear reduction units. Gearbox reduces the speed of the depending on the fan requirement. Torque tube unitized supports gives permanent alignment of the motor, driveshaft &amp; gear reducer.</p>
<p>Distribution Valves:</p>
<p>Distribution Valves are used to regulate the hot water flow to distribute evenly in cells. The outlet is open to atmosphere. The valve body is designed to withstand the adverse corrosive environment. Valve should pose minimum pressure drop.</p>
<p>Nozzles:</p>
<p>Plastics are widely used for nozzles. Many nozzles are made of PVC, ABS, polypropylene, and glass-filled nylon. Nozzles are used to provide uniform distribution of hot water inside a cell of a cooling tower. Recent advancement of the design involves a nonclogging type nozzle.</p>
<p>Cooling Tower Fan Motor:</p>
<p>Explosion proof motors are preferred for use in Petrochemical &amp; Refinery cooling tower applications. As the Hot Cooling water from exchangers may have explosive gas if a heat exchanger is leaky. The motor is to be provided with Protection systems like Earth fault relay and overload relay etc.</p>
<p>Cooling Tower Instrumentation:</p>
<p>Vibration Switches, Low Oil Level Switches, Level Switches for Hot &amp; Cold Water Basin, Thermocouples for Hot &amp; Cold Water Temperature measurement and Flow meters for Cooling water makeup &amp; Blowdown rate are normal instrumentation system available in any cooling tower.</p>
<p>Have you learned about Cooling Tower Components? It’s time to test your knowledge on Cooling towers. Take our <a href="http://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/">Online Quiz on Cooling towers</a> now.</p>
<p>Liked this article on Cooling tower components. Share it with friends!</p>
<p>Buy Related Books:</p>
<p><a href="http://www.flipkart.com/cooling-towers-0262025981/p/itmczyydypr6caup?pid=9780262025980&amp;affid=ramchemics">Cooling Towers by Becher from Flipkart.com</a></p>
<p><a href="http://www.flipkart.com/perry-s-chemical-engineers-handbook-8-ed-0071422943/p/itmczynzzgkggmfg?pid=9780071422949&amp;affid=ramchemics">PERRY’S CHEMICAL ENGINEERS’ HANDBOOK,8/ED from Flipkart.com</a></p>
<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-components/">Cooling Tower Components</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/cooling-tower-components/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cooling Tower Efficiency Calculations</title>
		<link>https://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/</link>
					<comments>https://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Sat, 22 Oct 2016 12:55:08 +0000</pubDate>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Process Design]]></category>
		<category><![CDATA[Blow down]]></category>
		<category><![CDATA[Cooling Tower]]></category>
		<category><![CDATA[Cooling Tower Approach]]></category>
		<category><![CDATA[Cooling Tower Make up water]]></category>
		<category><![CDATA[Cooling Tower Range]]></category>
		<category><![CDATA[Cycle of Concentration]]></category>
		<category><![CDATA[Drift Loss]]></category>
		<category><![CDATA[Evaporation Loss]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=58</guid>

					<description><![CDATA[<p>Get unlimited access to 5,000+ magazines, newspapers and curated premium stories at flat 55% off Cooling Tower Efficiency Calculation is described in this article. Cooling Tower plays a major role in Chemical Process Industry. They reject process heat from the cooling water to atmosphere and keep the water cool. The performance of the cooling tower [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/">Cooling Tower Efficiency Calculations</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<a href="https://www.kqzyfj.com/click-100252325-14091100" target="_blank" rel="noopener noreferrer"> Get unlimited access to 5,000+ magazines, newspapers and curated premium stories at flat 55% off </a><img loading="lazy" decoding="async" src="https://www.tqlkg.com/image-100252325-14091100" width="1" height="1" border="0">


<p>Cooling Tower Efficiency Calculation is described in this article. <a href="http://chemicalengineeringsite.in/tag/cooling-tower/">Cooling Tower</a> plays a major role in Chemical Process Industry. They reject process heat from the cooling water to atmosphere and keep the water cool. The performance of the cooling tower depends on various parameters like Range &amp; Approach. We shall see those terminologies in Detail.</p>
<h2>Cooling Tower&nbsp;Approach</h2>
<p>The difference between the Cold Water Temperature (Cooling Tower Outlet)</p>
<p>And ambient Wet Bulb Temperature is called as Cooling Tower Approach.</p>
<p><strong><em>&nbsp;Approach = Cold Water Temperature – Wet Bulb Temperature</em></strong></p>
<p>Cooling Tower approach is the better indicator of the performance.</p>
<h2>Cooling Tower Range</h2>
<p>The difference between the Hot Water Temperature (Cooling Tower Inlet) Temperature and Cold water (Cooling Tower Outlet) temperature is called Cooling Tower Range.</p>
<p><em><strong>Range = Hot Water Temperature – Cold Water Temperature</strong></em></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-59 alignleft" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Efficiency.jpg" alt="Cooling Tower Efficiency" width="675" height="795" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Efficiency.jpg 675w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Efficiency-255x300.jpg 255w" sizes="auto, (max-width: 675px) 100vw, 675px" /></p>
<h2>Cooling Tower Efficiency Calculation</h2>
<p>The calculation of cooling tower efficiency involves the Range and approach of the cooling Tower. Cooling tower efficiency is limited by the ambient wet bulb temperature. In the ideal case, the cold water temperature will be equal to the wet-bulb temperature. This is practically not possible to achieve. This requires very large tower and results in huge evaporation and windage or drift loss resulting in a practically not viable solution. In practice, the cooling tower efficiency will be in between 70 to 75%.</p>
<p><strong><em>Cooling Tower Efficiency =&nbsp;&nbsp;&nbsp;&nbsp;</em></strong></p>
<p><strong><em>(Hot Water Temperature – Cold water Temperature) x 100/</em></strong></p>
<p><strong><em>(Hot Water&nbsp;Temperature – Wet bulb temperature)</em></strong></p>
<p>Or Simply</p>
<p><em><strong>Cooling Tower Efficiency = Range/ (Range + Approach) x 100</strong></em></p>
<p>In summer the ambient air wet bulb temperature raises when compared to winter thus limiting the cooling tower efficiency.</p>
<h2>Other Cooling Tower Calculations</h2>
<p>This includes determination of cycle of concentration, Evaporation loss, Drift or Windage Loss, Blow down water requirement makeup water requirement.</p>
<h3>Cycle of Concentration</h3>
<p>The cycle of concentration is a dimensionless number. It is a ratio between parameter in Cooling Water to the parameter in Makeup water. It can be calculated from any the following formulae.</p>
<p>COC= Silica in Cooling Water / Silica in Makeup Water</p>
<p>COC = Ca Hardness in Cooling Water/ Ca Hardness in Makeup water</p>
<p>COC = Conductivity of Cooling Water / Conductivity of Makeup water</p>
<p>The cycle of concentration normally varies from 3.0 to 7.0 depending on the Process Design. It is advisable to keep the Cycle of concentration as high as possible to reduce the makeup water requirement of the cooling tower. At the same time, the higher cycle of concentration increases the dissolved solids concentration in circulating cooling water which results in scaling and fouling of process heat transfer equipment.</p>
<h3>Draw off or Blowdown</h3>
<p>As the cooling water circulates the cooling tower part of water evaporates thereby increasing the total dissolved solids in the remaining water. To control the Cycle of Concentration blow down is given. Blowdown is the function of Cycle of concentration. Blowdown can be calculated from the formula:</p>
<p>B = E/ (COC-1)</p>
<p>B = Blow Down (m<sup>3</sup>/hr)</p>
<p>E = Evaporation Loss (m<sup>3</sup>/hr)</p>
<p>COC = Cycle of Concentration. Varies from 3.0 to 7.0 depending upon Manufactures Guidelines</p>
<h3>Evaporation Loss Calculation</h3>
<p>Evaporation Loss in the cooling tower is calculated by the following empirical equation.</p>
<p><em><strong>E = 0.00085 x R x 1.8 x C</strong></em></p>
<p>E = Evaporation Loss (m<sup>3</sup>/hr)</p>
<p>R= Range</p>
<p>C = Circulating Cooling Water (m<sup>3</sup>/hr)</p>
<p>(Reference: Perry’s Chemical Engineers Hand Book )</p>
<p>Alternatively, The Evaporation loss can be calculated from the heat balance across the cooling tower. The amount of heat to be removed from Circulating water according to <em><strong>Q = &nbsp;m&nbsp;C<sub>p&nbsp;&nbsp;</sub>DT is&nbsp;</strong><strong>C x C<sub>p&nbsp;</sub>x R <sub>. &nbsp;</sub></strong></em>The amount of heat removed by evaporative cooling is&nbsp;<em><strong>Q = m x&nbsp;Hv is&nbsp;E&nbsp;x&nbsp;H<sub>V</sub></strong></em></p>
<p>On Equating these two, we get</p>
<p><em><strong>E = C x R x C<sub>p </sub>/ H<sub>V</sub></strong></em></p>
<p>E = Evaporation Loss in m<sup>3</sup>/hr</p>
<p>C= Cycle of Concentration</p>
<p>R= Range in °C</p>
<p>Cp&nbsp;= Specific Heat = 4.184 kJ / kg / °C</p>
<p>H<sub>V</sub>&nbsp;= Latent heat of vaporization = 2260 kJ / kg</p>
<h3>Windage or Drift Loss Calculation</h3>
<p>Drift loss of the cooling tower is normally provided by the cooling tower manufacturer based on the Process design. If it is not available it may be assumed as</p>
<p>For Natural Draft Cooling Tower <strong><em>D = 0.3 to 1.0 * C /100</em></strong></p>
<p>For Induced Draft Cooling Tower<em><strong> D = 0.1 to 0.3 * C /100</strong></em></p>
<p>For Cooling Tower with Drift Eliminator <em><strong>D = 0.01* C /100</strong></em></p>
<h3>Cooling Tower Mass Balance – makeup water</h3>
<p><img loading="lazy" decoding="async" class="wp-image-60 alignnone" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Calculations.jpg" alt="Cooling Tower Calculations" width="653" height="669" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Calculations.jpg 1005w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Calculations-293x300.jpg 293w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Calculations-768x786.jpg 768w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Cooling-Tower-Calculations-1000x1024.jpg 1000w" sizes="auto, (max-width: 653px) 100vw, 653px" /></p>
<p>Cooling tower mass balance gives an idea about make-up water requirement. Cooling Tower Makeup has to substitute the water losses resulting from Evaporation, Windage and Blowdown.</p>
<p><em><strong>M = E + D + B</strong></em></p>
<p>M = Make up water Requirement&nbsp;in m<sup>3</sup>/hr</p>
<p>B = Blow Down&nbsp;in m<sup>3</sup>/hr</p>
<p>E = Evaporation Loss &nbsp;in m<sup>3</sup>/hr</p>
<p>D = Drift Loss in m<sup>3</sup>/hr</p>
<p></p>
<p>Have you learned about Cooling Tower Calculations? It&#8217;s time to test your knowledge on Cooling towers. Take our <a href="http://chemicalengineeringsite.in/test-knowledge-cooling-tower-online-quiz/">Online Quiz on Cooling towers</a> now.</p>
<p></p>
<p><span style="font-size: inherit;">More Articles of Chemical Engineering Site:</span></p>
<p><a class="entry-title-link" href="http://chemicalengineeringsite.in/test-your-knowledge-on-steam-turbines-online-quiz/" rel="bookmark">Test Your knowledge on Steam Turbines – Online Quiz</a></p>
<p><a class="entry-title-link" href="http://chemicalengineeringsite.in/test-knowledge-boilers-online-quiz/" rel="bookmark">Test Your knowledge on Boilers – Online Quiz</a></p>
<p><a class="entry-title-link" href="http://chemicalengineeringsite.in/piping-and-instrumentation-diagram-pid/" rel="bookmark">Piping and Instrumentation Diagram – P&amp;ID</a>&nbsp;&#8211; With Excel Checklist</p>
<p><a class="entry-title-link" href="http://chemicalengineeringsite.in/confined-space-online-quiz/" rel="bookmark">Test Your knowledge on Confined Space – Online Quiz</a></p>
<p></p>


<a href="https://click.linksynergy.com/fs-bin/click?id=4RFVIcKOqhI&amp;offerid=742306.786&amp;type=4&amp;subid=0&amp;LSNSUBSITE=LSNSUBSITE"><img decoding="async" alt="Edureka - Edureka - Month End Offer-Flat 30% OFF ON Live Course" border="0" src="https://cdn2.hubspot.net/hubfs/493391/Affiliate/ME_Live_240x400.png"></a><img loading="lazy" decoding="async" border="0" width="1" height="1" src="https://ad.linksynergy.com/fs-bin/show?id=4RFVIcKOqhI&amp;bids=742306.786&amp;type=4&amp;subid=0">



<iframe loading="lazy" width="540" height="655" src="https://0d45638c.sibforms.com/serve/MUIEAMk9gENHskJPjnn-caN3uxUNsXFA0H9EXeJmmA2Z0viTTjtdg0l9btD7X77Dn2y_VxBzTGYXfxoGtGJeu4mV0254zc9lswbEmYC5CLfxsVLJAK8TjuoCEADIw3BWL80138UxCiR5MlDLMuH0VSM2FiTbVFfQd5qJQs7PDxllgI0oaO0DomSWh7a11DHMp26alQbySqRiXjsr" frameborder="0" scrolling="auto" allowfullscreen="" style="display: block;margin-left: auto;margin-right: auto;max-width: 100%;"></iframe>
<p>The post <a href="https://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/">Cooling Tower Efficiency Calculations</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/cooling-tower-efficiency-calculations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
