<?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>Pumps Archives - Chemical Engineering Site</title>
	<atom:link href="https://chemicalengineeringsite.in/tag/pumps/feed/" rel="self" type="application/rss+xml" />
	<link>https://chemicalengineeringsite.in/tag/pumps/</link>
	<description>For Chemical Engineers</description>
	<lastBuildDate>Tue, 16 Sep 2025 14:19:37 +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>Pump Efficiency Calculator</title>
		<link>https://chemicalengineeringsite.in/pump-efficiency-calculator/</link>
					<comments>https://chemicalengineeringsite.in/pump-efficiency-calculator/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Fri, 15 Aug 2025 06:39:05 +0000</pubDate>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Centrifugal pump]]></category>
		<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[Pumps]]></category>
		<guid isPermaLink="false">https://chemicalengineeringsite.in/?p=3813</guid>

					<description><![CDATA[<p>Free Online Tool &#38; Excel Download Pump Efficiency Calculator Compute hydraulic power and efficiency from flow, head, and input power. Flow rate m³/hrL/sGPM (US)m³/s Total head mft Input power (to pump shaft) kWHP Specific Gravity (SG) Water ≈ 1.00. Heavier liquids have SG &#62; 1. Calculate Reset &#x1f4cb; Copy &#x1f4ca; Excel Hydraulic power – kW [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/pump-efficiency-calculator/">Pump Efficiency Calculator</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong> Free Online Tool &amp; Excel Download</strong></p>



<!-- Pump Efficiency Calculator with Excel (live formulas + source link) -->
<div id="pec-widget" class="pec-card" role="region" aria-label="Pump Efficiency Calculator">
  <div class="pec-header">
    <h3 class="pec-title">Pump Efficiency Calculator</h3>
    <p class="pec-sub">Compute hydraulic power and efficiency from flow, head, and input power.</p>
  </div>

  <form class="pec-form" onsubmit="return false;">
    <div class="pec-grid">
      <label class="pec-field">
        <span>Flow rate</span>
        <div class="pec-inline">
          <input id="pec-flow" type="number" step="any" min="0" placeholder="e.g., 100" required />
          <select id="pec-flow-unit" aria-label="Flow unit">
            <option value="m3h">m³/hr</option>
            <option value="Ls">L/s</option>
            <option value="gpm">GPM (US)</option>
            <option value="m3s">m³/s</option>
          </select>
        </div>
      </label>

      <label class="pec-field">
        <span>Total head</span>
        <div class="pec-inline">
          <input id="pec-head" type="number" step="any" min="0" placeholder="e.g., 50" required />
          <select id="pec-head-unit" aria-label="Head unit">
            <option value="m">m</option>
            <option value="ft">ft</option>
          </select>
        </div>
      </label>

      <label class="pec-field">
        <span>Input power (to pump shaft)</span>
        <div class="pec-inline">
          <input id="pec-power" type="number" step="any" min="0" placeholder="e.g., 15" required />
          <select id="pec-power-unit" aria-label="Power unit">
            <option value="kW">kW</option>
            <option value="HP">HP</option>
          </select>
        </div>
      </label>

      <label class="pec-field">
        <span>Specific Gravity (SG)</span>
        <input id="pec-sg" type="number" step="any" min="0" value="1.0" />
        <small class="pec-hint">Water ≈ 1.00. Heavier liquids have SG &gt; 1.</small>
      </label>
    </div>

    <div class="pec-actions">
      <button type="button" id="pec-calc" class="pec-btn">Calculate</button>
      <button type="button" id="pec-reset" class="pec-btn pec-btn-ghost">Reset</button>
      <button type="button" id="pec-copy" class="pec-btn pec-btn-ghost" title="Copy results"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Copy</button>
      <button type="button" id="pec-export" class="pec-btn pec-btn-ghost" title="Export to 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;" /> Excel</button>
    </div>
  </form>

  <div class="pec-results" id="pec-results" aria-live="polite">
    <div class="pec-result">
      <div class="pec-result-label">Hydraulic power</div>
      <div class="pec-result-value"><span id="pec-hyd-kw">–</span> kW &nbsp; <span class="pec-dim">(<span id="pec-hyd-hp">–</span> HP)</span></div>
    </div>
    <div class="pec-result">
      <div class="pec-result-label">Efficiency</div>
      <div class="pec-result-value"><span id="pec-eff">–</span> %</div>
    </div>
    <div class="pec-note" id="pec-note"></div>
  </div>
</div>

<!-- Styles -->
<style>
  .pec-card{max-width:860px;margin:1.25rem auto;padding:1.25rem;border:1px solid #e6eef6;border-radius:16px;background:#ffffff;box-shadow:0 6px 20px rgba(2,6,23,.06)}
  .pec-header{margin-bottom:.75rem}
  .pec-title{margin:.25rem 0;font-size:1.25rem;color:#0f172a}
  .pec-sub{margin:0;color:#475569;font-size:.95rem}
  .pec-form{margin-top:.75rem}
  .pec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  @media (max-width:640px){.pec-grid{grid-template-columns:1fr}}
  .pec-field{display:flex;flex-direction:column;gap:6px}
  .pec-field span{font-weight:600;color:#0f172a}
  .pec-inline{display:flex;gap:8px}
  .pec-field input,.pec-field select{width:100%;padding:.6rem .7rem;border:1px solid #e6eef6;border-radius:10px;background:#fff;color:#0f172a}
  .pec-hint{color:#475569}
  .pec-actions{display:flex;gap:10px;margin-top:.75rem;flex-wrap:wrap}
  .pec-btn{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:999px;padding:.55rem .9rem;font-weight:600;cursor:pointer}
  .pec-btn-ghost{background:#fff;color:#2563eb}
  .pec-results{margin-top:1rem;border-top:1px dashed #e6eef6;padding-top:.9rem}
  .pec-result{display:flex;justify-content:space-between;align-items:center;margin:.35rem 0}
  .pec-result-label{color:#475569}
  .pec-result-value{font-size:1.15rem;font-weight:700;color:#0f172a}
  .pec-dim{font-weight:500;color:#475569}
  .pec-note{margin-top:.35rem;font-size:.95rem}
  .pec-note.ok{color:#16a34a}
  .pec-note.warn{color:#b45309}
</style>

<!-- Script: Pump calculation + Excel export with formulas -->
<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 = {
    flow: $('pec-flow'), flowUnit: $('pec-flow-unit'),
    head: $('pec-head'), headUnit: $('pec-head-unit'),
    power: $('pec-power'), powerUnit: $('pec-power-unit'),
    sg: $('pec-sg'),
    hydKW: $('pec-hyd-kw'), hydHP: $('pec-hyd-hp'), eff: $('pec-eff'),
    note: $('pec-note'),
    btnCalc: $('pec-calc'), btnReset: $('pec-reset'), btnCopy: $('pec-copy'), btnExport: $('pec-export')
  };

  function toNumber(v){ const n = Number(v); return Number.isFinite(n) ? n : NaN; }
  function flowToM3s(v,u){return u==='m3h'?v/3600:u==='Ls'?v/1000:u==='gpm'?(v*0.003785411784)/60:u==='m3s'?v:NaN;}
  function flowToM3h(v,u){ // for Excel inputs we store m3/h
    if(u==='m3h') return v;
    if(u==='Ls')  return (v/1000)*3600;    // L/s -> m3/h
    if(u==='gpm') return ((v*0.003785411784)/60)*3600; // gpm -> m3/h
    if(u==='m3s') return v*3600;           // m3/s -> m3/h
    return NaN;
  }
  function headToM(v,u){return u==='ft'?v*0.3048:v;}
  function powerToKW(v,u){return u==='HP'?v*0.745699872:v;}
  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 calc(){
    const q=toNumber(EL.flow.value), h=toNumber(EL.head.value), p=toNumber(EL.power.value), sg=toNumber(EL.sg.value);
    if([q,h,p,sg].some(x=>!Number.isFinite(x)||x<0)){setNote('Please enter valid numbers','warn');resetResults();return;}
    if(p===0){setNote('Input power cannot be zero','warn');resetResults();return;}
    const Qs=flowToM3s(q,EL.flowUnit.value), Hm=headToM(h,EL.headUnit.value), Pin=powerToKW(p,EL.powerUnit.value);
    if(![Qs,Hm,Pin].every(Number.isFinite)){setNote('Check unit selections','warn');resetResults();return;}
    const hydKW=9.80665*Qs*Hm*(sg||1), hydHP=hydKW/0.745699872, eff=(hydKW/Pin)*100;
    EL.hydKW.textContent=round(hydKW,2); EL.hydHP.textContent=round(hydHP,2); EL.eff.textContent=round(eff,2);
    if(eff>100){setNote('Efficiency exceeds 100%. Recheck inputs','warn');}
    else if(eff>=70&&eff<=90){setNote('Looks good','ok');}
    else if(eff>0&&eff<70){setNote('Low efficiency detected','warn');}
    else {setNote('','');}
  }

  function resetResults(){EL.hydKW.textContent='–';EL.hydHP.textContent='–';EL.eff.textContent='–';}
  function setNote(txt,cls){EL.note.textContent=txt;EL.note.className='pec-note'+(cls?' '+cls:'');}
  function copyResults(){
    const txt=`Hydraulic power: ${EL.hydKW.textContent} kW (${EL.hydHP.textContent} HP)\nEfficiency: ${EL.eff.textContent} %`;
    navigator.clipboard?.writeText(txt); setNote('Results copied','ok');
  }

  function exportExcel(){
    // Convert inputs to target SI cells used in Excel formulas
    const flow_m3h = flowToM3h(toNumber(EL.flow.value), EL.flowUnit.value);
    const head_m   = headToM(toNumber(EL.head.value), EL.headUnit.value);
    const power_kW = powerToKW(toNumber(EL.power.value), EL.powerUnit.value);
    const sg       = toNumber(EL.sg.value);

    if([flow_m3h, head_m, power_kW, sg].some(x=>!Number.isFinite(x))){
      setNote('Cannot export: invalid inputs or units.','warn'); return;
    }

    // Build worksheet skeleton (A1:D15-ish)
    const data = [
      ['Pump Efficiency Calculator','','',''],
      ['','', '', ''],
      ['Flow rate (m³/h)', flow_m3h, 'Original input', `${EL.flow.value} ${EL.flowUnit.options[EL.flowUnit.selectedIndex].text}`],
      ['Total head (m)',   head_m,   'Original input', `${EL.head.value} ${EL.headUnit.value}`],
      ['Input power (kW)', power_kW, 'Original input', `${EL.power.value} ${EL.powerUnit.value}`],
      ['Specific Gravity', sg,       '',               ''],
      ['','', '', ''],
      ['Hydraulic Power (kW)', '', 'Formula', '=9.80665 * (B3/3600) * B4 * B5'],
      ['Hydraulic Power (HP)', '', 'Formula', '=B8/0.745699872'],
      ['Efficiency (%)',       '', 'Formula', '=IF(B5=0, """", (B8/B5)*100)'],
      ['','', '', ''],
      ['Notes','Edit values in column B (m³/h, m, kW, SG). Formulas auto-update.','',''],
      ['','', '', ''],
      ['Source: chemicalengineeringsite.in','','','']  // Will turn A14 into a hyperlink
    ];

    const ws = XLSX.utils.aoa_to_sheet(data);

    // Column widths
    ws['!cols'] = [{wch:28},{wch:18},{wch:12},{wch:32}];

    // Add formulas to the result cells (B8, B9, B10)
    ws['B8'] = { t:'n', f:'9.80665*(B3/3600)*B4*B5' };           // hyd power kW
    ws['B9'] = { t:'n', f:'B8/0.745699872' };                    // hyd power HP
    ws['B10']= { t:'n', f:'IF(B5=0,"",(B8/B5)*100)' };           // efficiency %

    // Title style-ish (not all viewers apply styles; widths help more)
    if(!ws['A1']) ws['A1'] = {t:'s', v:'Pump Efficiency Calculator'};

    // Hyperlink for Source (A14)
    ws['A14'] = { t:'s', v:'Source: chemicalengineeringsite.in', l:{ Target:'https://chemicalengineeringsite.in/' } };

    // Freeze top rows
    ws['!freeze'] = { xSplit: 0, ySplit: 2 };

    // Build workbook and save
    const wb = XLSX.utils.book_new();
    XLSX.utils.book_append_sheet(wb, ws, 'Pump Efficiency');

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

  EL.btnCalc.addEventListener('click', calc);
  EL.btnReset.addEventListener('click', ()=>{EL.flow.value='';EL.head.value='';EL.power.value='';EL.sg.value='1.0';resetResults();setNote('','');});
  EL.btnCopy.addEventListener('click', copyResults);
  EL.btnExport.addEventListener('click', exportExcel);
})();
</script>



<pre class="wp-block-code"><code></code></pre>



<pre class="wp-block-code"><code></code></pre>
<p>The post <a href="https://chemicalengineeringsite.in/pump-efficiency-calculator/">Pump Efficiency Calculator</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/pump-efficiency-calculator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Centrifugal Pump Affinity Laws Calculation</title>
		<link>https://chemicalengineeringsite.in/pump-affinity-laws-calculation/</link>
					<comments>https://chemicalengineeringsite.in/pump-affinity-laws-calculation/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 14:37:27 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Centrifugal pump]]></category>
		<category><![CDATA[Fans]]></category>
		<category><![CDATA[Pumps]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=264</guid>

					<description><![CDATA[<p>Centrifugal pump Affinity laws are set of mathematical equations correlating the Flow Rate, Head, Brake Horse Power, Speed and Impeller Diameter of the pump. Pump efficiency is considered as a constant and variation in speed and impeller diameter is analyzed for the variation in above said parameters. Using the new set of data derived from [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/pump-affinity-laws-calculation/">Centrifugal Pump Affinity Laws Calculation</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Centrifugal pump Affinity laws are set of mathematical equations correlating the Flow Rate, Head, Brake Horse Power, Speed and Impeller Diameter of the pump. Pump efficiency is considered as a constant and variation in speed and impeller diameter is analyzed for the variation in above said parameters. Using the new set of data derived from pump affinity laws a new set of pump characteristic curve may be formulated and can be used.</p>



<h2 class="wp-block-heading">Pump Affinity Laws</h2>



<p>Q1 / Q2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; N1 / N2</p>



<p>Flow Changes directly to the change in Speed</p>



<p>H1 / H2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (N1 / N2)<sup>2</sup></p>



<p>Head Changes directly proportional to the <strong>Square</strong> of the change in Speed</p>



<p>BHP1 / BHP2&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (N1/ N2)<sup>3</sup></p>



<p>Brake Horse Power Changes directly proportional to the <strong>Cube</strong> of the change in Speed</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="730" height="740" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Affinity-Laws.jpg" alt="Pump Affinity Laws" class="wp-image-265" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Affinity-Laws.jpg 730w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Affinity-Laws-296x300.jpg 296w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Affinity-Laws-100x100.jpg 100w" sizes="(max-width: 730px) 100vw, 730px" /></figure>



<p></p>



<p>For a fixed speed and varying impeller diameter pump affinity laws are as follows:</p>



<p>Q1 / Q2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D1 / D2</p>



<p>H1 / H2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (D1 / D2)<sup>2</sup></p>



<p>BHP1 / BHP2 &nbsp; &nbsp; &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (D1 / D2)<sup>3&nbsp;&nbsp;&nbsp;&nbsp;</sup></p>



<figure class="wp-block-image"><img decoding="async" width="733" height="742" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Affinity-Laws-for-Diameter-Change.png" alt="Affinity Law for Diameter Change" class="wp-image-266" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Affinity-Laws-for-Diameter-Change.png 733w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Affinity-Laws-for-Diameter-Change-296x300.png 296w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Affinity-Laws-for-Diameter-Change-100x100.png 100w" sizes="(max-width: 733px) 100vw, 733px" /></figure>



<p></p>



<p>Nomenclature:</p>



<p>Q1, Q2 – Volumetric Flow rate in m<sup>3</sup>/hr</p>



<p>H1, H2 – Head&nbsp; in m</p>



<p>D1, D2 – Diameter of the impeller in mm</p>



<p>N1, N2 – Speed in rpm</p>



<p>BHP – Brake Horse Power in kW</p>



<p>The above two cost reduction techniques in <a href="http://chemicalengineeringsite.in/tag/centrifugal-pump/">Centrifugal pump</a> may be analyzed using the Pump Affinity Laws before implementation of the project.</p>



<p><b>Pump Affinity Laws Calculator in Excel</b></p>



<p>To help the process engineers in Chemical Processing Industry, Pump Affinity laws are incorporated in Excel file and uploaded. You may download this template and use it for Pump Affinity law Calculations.</p>



<p>Excel Calculation File Available <a href="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Affinity-Laws-Calculation.xls">Here</a></p>



<p><strong>Application of Pump Affinity Laws</strong></p>



<p>The practical application of Centrifugal Pump Affinity laws is helpful in implementing energy savings in oversized pumps. In an industry process related <a href="http://chemicalengineeringsite.in/tag/pumps/">pumps </a>may be over sized because of various reasons or it may be underutilized based on the required operating conditions. This results in waste of energy. Pump affinity laws are helpful in implementing “VFD” and “Impeller Trim”.</p>



<p>Variable Frequency Drives are installed for the motor to vary the pump speed according to the requirement and it reduced power requirement.</p>



<p>“Impeller Trim” operation is carried out to reduce the impeller diameter of the pump to reduce the power consumption.</p>



<h2 class="wp-block-heading">Centrifugal Pump Affinity Law Online Calculator</h2>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Simplify Pump Performance Calculations with Our Free Centrifugal Pump Affinity Law Calculator! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>Are you a process or chemical engineer looking to quickly estimate pump performance changes with speed or impeller diameter variations?</p>



<p>Check out our easy-to-use online Pump Affinity Law Calculator! It helps you calculate new flow rate, head, and power based on the affinity laws — saving time and improving accuracy for pump scaling and selection. </p>



<p>Key Features:</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2699.png" alt="⚙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Input mode for speed or diameter change</p>



<p><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;" /> Instant calculation of new Q (flow), H (head), and P (power)</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e5.png" alt="📥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Export live formulas to Excel for further analysis</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f527.png" alt="🔧" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Supports a variety of units: m³/h, m, kW, and more</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a1.png" alt="⚡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Perfect for energy savings, pump optimization, and troubleshooting</p>



<p>Try it now and streamline your pump performance calculations:</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /><a href=" https://chemicalengineeringsite.in/centrifugal-pump-affinity-law-calculator/"> https://chemicalengineeringsite.in/centrifugal-pump-affinity-law-calculator/</a></p>



<p>Visit <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://chemicalengineeringsite.in/category/calculators/">Chemical Engineering Online Calculators </a></p>



<p></p>



<p></p>
<p>The post <a href="https://chemicalengineeringsite.in/pump-affinity-laws-calculation/">Centrifugal Pump Affinity Laws Calculation</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/pump-affinity-laws-calculation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pump Specific Speed Calculation</title>
		<link>https://chemicalengineeringsite.in/pump-specific-speed-calculation/</link>
					<comments>https://chemicalengineeringsite.in/pump-specific-speed-calculation/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Wed, 23 Nov 2016 14:07:03 +0000</pubDate>
				<category><![CDATA[Process Design]]></category>
		<category><![CDATA[Centrifugal pump]]></category>
		<category><![CDATA[Pumps]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=259</guid>

					<description><![CDATA[<p>Pump Specific speed is a dimensionless number used in design. Specific speed is used to find out the geometry of the impellers and it is helpful in identifying the type of impeller to be selected for particular application. Formula for Calculation of Pump Specific Speed Specific speed of the pump is calculated with the help [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/pump-specific-speed-calculation/">Pump Specific Speed Calculation</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Pump Specific speed is a dimensionless number used in design. Specific speed is used to find out the geometry of the impellers and it is helpful in identifying the type of impeller to be selected for particular application.</p>
<h2>Formula for Calculation of Pump Specific Speed</h2>
<p>Specific speed of the pump is calculated with the help of the formula:</p>
<p><strong>N<sub>s</sub> = (N * √Q )/ H<sup>(3/4)</sup></strong></p>
<p>Where</p>
<p>N<sub>s</sub> is Specific speed of the pump Dimensionless</p>
<p>N is Speed of the pump in rpm</p>
<p>Q is the Volume Flow rate of the pump at its best efficiency point – BEP in gpm</p>
<p>H is Discharge head of the pump at BEP in ft</p>
<p>In SI units the formula can be used as</p>
<p><strong>N<sub>s</sub> = (N * √Q)/ (1.16 * H<sup> (3/4) </sup>)</strong></p>
<p>Where</p>
<p>Ns is Specific speed of the pump Dimensionless</p>
<p>N is Speed of the pump in rpm</p>
<p>Q is the Volume Flow rate of the pump at its best efficiency point – BEP in m<sup>3</sup>/hr</p>
<p>H is Discharge head of the pump at BEP in m</p>
<p>Note:</p>
<p>While calculating specific speed use flow rate and discharge head at its best efficiency point.</p>
<p>For Double suction pumps use half of the volume flow rate at BEP while calculating specific speed.</p>
<p>Per stage pump head to be used in calculations.</p>
<h2>Application of Pump Specific Speed</h2>
<p>Based on suction specific speed impellers are selected from the following three types</p>
<p><img decoding="async" class="alignnone size-full wp-image-260" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Specific-Speed.jpg" alt="Pump Specific Speed" width="1015" height="669" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Specific-Speed.jpg 1015w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Specific-Speed-300x198.jpg 300w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Specific-Speed-768x506.jpg 768w" sizes="(max-width: 1015px) 100vw, 1015px" /></p>
<h3>Radial Flow Impellers</h3>
<p>In radial flow type impellers fluid leaves perpendicular to the pump shaft center line giving high head and low flow rate. Radial flow impellers develop head with centrifugal action. Radial flow type of impeller is selected when the pump specific speed is between 500 to 4200.</p>
<h3>Axial Flow Impellers</h3>
<p>In axial flow type impellers fluid enters and leaves along the same direction parallel to the rotating shaft centerline giving high flow rate and low head. Axial Flow type of impeller is selected when the specific speed is greater than 9000</p>
<h3>Mixed Flow Impellers</h3>
<p>In Mixed flow type impellers fluid leaves at an angle below 45 degree from the shaft center line.  In mixed flow design, part of head is developed by centrifugal action and part of head is developed by impeller design. Mixed flow type of impeller is selected when the pump specific speed falls between 4200 to 9000.</p>
<p>Find it Interesting? Learn more about <a href="http://chemicalengineeringsite.in/tag/centrifugal-pump/">Centrifugal Pump </a>in our website and Dont miss our <a href="http://chemicalengineeringsite.in/test-knowledge-pumps-online-quiz/">Pump Quiz</a></p>
<p>Buy Related Books:</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><a href="http://www.flipkart.com/pump-handbook-4ed-0004/p/itmczyz5kvunjzgx?pid=9780071460446&amp;affid=ramchemics">PUMP HANDBOOK 4ED 0004 Edition from Flipkart.com</a></p>
<p><a href="http://www.flipkart.com/centrifugal-pump-design/p/itmczz9zthzgzb7n?pid=9780471361008&amp;affid=ramchemics">Centrifugal Pump Design from Flipkart.com</a></p>
<p>The post <a href="https://chemicalengineeringsite.in/pump-specific-speed-calculation/">Pump Specific Speed Calculation</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/pump-specific-speed-calculation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Test Your knowledge on Pumps – Online Quiz</title>
		<link>https://chemicalengineeringsite.in/test-knowledge-pumps-online-quiz/</link>
					<comments>https://chemicalengineeringsite.in/test-knowledge-pumps-online-quiz/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 13:51:37 +0000</pubDate>
				<category><![CDATA[Quiz]]></category>
		<category><![CDATA[Centrifugal pump]]></category>
		<category><![CDATA[Pumps]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=213</guid>

					<description><![CDATA[<p>Pumps are the important equipment in Chemical Process Industries. Centrifugal and Positive Displacement pumps are widely used in Chemical Industry for variety of application. This online test module on Pumps will help you to enrich your knowledge about Selection, Application and Operating knowledge on Pumps. Its time to take pump quiz to test your knowledge on pumps [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/test-knowledge-pumps-online-quiz/">Test Your knowledge on Pumps – Online Quiz</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Pumps are the important equipment in Chemical Process Industries. Centrifugal and Positive Displacement pumps are widely used in <a href="http://chemicalengineeringsite.in/category/industry/">Chemical Industry </a>for variety of application. This online test module on Pumps will help you to enrich your knowledge about Selection, Application and Operating knowledge on Pumps.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-255" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Quiz.jpg" alt="Pump Quiz" width="960" height="660" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Quiz.jpg 960w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Quiz-300x206.jpg 300w, https://chemicalengineeringsite.in/wp-content/uploads/2016/11/Pump-Quiz-768x528.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></p>
<p>Its time to take pump quiz to test your knowledge on pumps now.</p>
<p><script>
                            if (window.qmn_quiz_data === undefined) {
                                    window.qmn_quiz_data = new Object();
                            }
                    </script><script>window.qmn_quiz_data["1"] = {"quiz_id":"1","quiz_name":"Pumps","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":{"1":{"question_id":"1","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;API Standard for &quot;Centrifugal Pumps for Petroleum, Heavy Duty Chemical and Gas Industry Services&quot; is&lt;\/span&gt;<br \/> &lt;div class=&quot;qmn_radio_answers mlwRequiredRadio&quot;&gt;&lt;\/div&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:8:\" API 674\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:8:\" API 617\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:7:\"API 610\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:7:\"API 618\";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":"API 610 is for Centrifugal Pumps. 617 is for Axial and Centrifugal Compressors and Expander, 674 is for Reciprocating Pumps and 618 is for Reciprocating Compressors","comments":"1","hints":"","question_order":"1","question_type":"0","question_type_new":"0","question_settings":"a:1:{s:8:\"required\";i:0;}","category":"","linked_question":"","deleted":"0","deleted_question_bank":"0","answers":[[" API 674",0,0],[" API 617",0,0],["API 610",0,1],["API 618",0,0]]},"2":{"question_id":"2","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;NPSH Stands for&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:34:\"Negative potential solids handling\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:25:\"Net pressure suction head\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:25:\"Net positive suction head\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:31:\" Normal pump suction horsepower\";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":"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":[["Negative potential solids handling",0,0],["Net pressure suction head",0,0],["Net positive suction head",0,1],[" Normal pump suction horsepower",0,0]]},"3":{"question_id":"3","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Priming operation is required for&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:16:\"Centrifugal Pump\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:18:\"Reciprocating Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:9:\"Gear Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:14:\"Diaphragm Pump\";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":"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":[["Centrifugal Pump",0,1],["Reciprocating Pump",0,0],["Gear Pump",0,0],["Diaphragm Pump",0,0]]},"4":{"question_id":"4","quiz_id":"1","question_name":"Gear Pump is used for","answer_array":"a:4:{i:0;a:3:{i:0;s:21:\"High Flow Application\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:14:\"Slurry Pumping\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:24:\"High Viscous Application\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:25:\"High Pressure Application\";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":"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":[["High Flow Application",0,0],["Slurry Pumping",0,0],["High Viscous Application",0,1],["High Pressure Application",0,0]]},"5":{"question_id":"5","quiz_id":"1","question_name":"Plunger Pump is used for","answer_array":"a:4:{i:0;a:3:{i:0;s:21:\"High Flow Application\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:15:\" Slurry Pumping\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:25:\" High Viscous Application\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:26:\" High Pressure Application\";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":"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":[["High Flow Application",0,0],[" Slurry Pumping",0,0],[" High Viscous Application",0,0],[" High Pressure Application",0,1]]},"6":{"question_id":"6","quiz_id":"1","question_name":"Diaphragm Pump is used for","answer_array":"a:4:{i:0;a:3:{i:0;s:22:\" High Flow Application\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:14:\"Slurry Pumping\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:25:\" High Viscous Application\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:26:\" High Pressure Application\";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":[[" High Flow Application",0,0],["Slurry Pumping",0,1],[" High Viscous Application",0,0],[" High Pressure Application",0,0]]},"7":{"question_id":"7","quiz_id":"1","question_name":"Need for Relief valve in Reciprocating Pump Discharge is to","answer_array":"a:4:{i:0;a:3:{i:0;s:26:\"Control Discharge Pressure\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:37:\"Protect the Pump from Excess Pressure\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:30:\" Reduce the Discharge Pressure\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:27:\"Regulate the Discharge Flow\";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":"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":[["Control Discharge Pressure",0,0],["Protect the Pump from Excess Pressure",0,1],[" Reduce the Discharge Pressure",0,0],["Regulate the Discharge Flow",0,0]]},"8":{"question_id":"8","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;In this type of Impeller the fluid leaves perpendicular to the pump shaft center line giving high head and low flow rate&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:11:\"Radial Flow\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:11:\" Axial Flow\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:10:\"Mixed Flow\";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":"In radial flow type impellers fluid leaves perpendicular to the pump shaft center line giving high head and low flow rate. Radial flow impellers develop head with centrifugal action","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":[["Radial Flow",0,1],[" Axial Flow",0,0],["Mixed Flow",0,0],["None of the above",0,0]]},"9":{"question_id":"9","quiz_id":"1","question_name":"Specific Speed of the Pump is Higher in","answer_array":"a:4:{i:0;a:3:{i:0;s:11:\"Radial Flow\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:10:\"Axial Flow\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:11:\" Mixed Flow\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:18:\" 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":"Axial Flow type of impeller is selected when the specific speed is greater than 9000. For Radial Flow: specific speed is between 500 to 4200 and for Mixed Flow specific speed is between 4200 to 9000","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":[["Radial Flow",0,0],["Axial Flow",0,1],[" Mixed Flow",0,0],[" None of the above",0,0]]},"10":{"question_id":"10","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;According to Centrifugal Pump Affinity Laws - Flow&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:37:\"Does not Change with respect to Speed\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:66:\"Changes Directly proportional to the Square of the change in Speed\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:64:\"Changes directly proportional to the Cube of the change in Speed\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:39:\"Changes Directly to the change in Speed\";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":"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":[["Does not Change with respect to Speed",0,0],["Changes Directly proportional to the Square of the change in Speed",0,0],["Changes directly proportional to the Cube of the change in Speed",0,0],["Changes Directly to the change in Speed",0,1]]},"11":{"question_id":"11","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Minimum Thermal Flow in Centrifugal Pump is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:55:\" Point at which highest possible efficiency is achieved\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:58:\"Flow at which the Power consumption of the Pump is Minimum\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:27:\"Operating Point of the Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:128:\"The lowest flow at which the pump can operate without its operation being impaired by the temperature rise o f the pumped liquid\";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":"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":[[" Point at which highest possible efficiency is achieved",0,0],["Flow at which the Power consumption of the Pump is Minimum",0,0],["Operating Point of the Pump",0,0],["The lowest flow at which the pump can operate without its operation being impaired by the temperature rise o f the pumped liquid",0,1]]},"12":{"question_id":"12","quiz_id":"1","question_name":"To avoid Cavitation of the pump","answer_array":"a:4:{i:0;a:3:{i:0;s:92:\"Net Positive Suction Head Available must be Less than the Net Positive Suction Head Required\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:92:\" Net Positive Suction Head Available must be equal to the Net Positive Suction Head Required\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:96:\" Net Positive Suction Head Available must be greater than the Net Positive Suction Head Required\";i:1;d:0;i:2;i:1;}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":"","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":[["Net Positive Suction Head Available must be Less than the Net Positive Suction Head Required",0,0],[" Net Positive Suction Head Available must be equal to the Net Positive Suction Head Required",0,0],[" Net Positive Suction Head Available must be greater than the Net Positive Suction Head Required",0,1],["None of the above",0,0]]},"13":{"question_id":"13","quiz_id":"1","question_name":"In a Centrifugal Pump, Head curve","answer_array":"a:4:{i:0;a:3:{i:0;s:34:\"Will fall for increased flow rates\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:137:\" Starts from zero at zero flow and goes like a trajectory having a Best Efficiency point and then starts falling for increased flow rates\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:45:\" is Simple straight line. Rises with the flow\";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":"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":[["Will fall for increased flow rates",0,1],[" Starts from zero at zero flow and goes like a trajectory having a Best Efficiency point and then starts falling for increased flow rates",0,0],[" is Simple straight line. Rises with the flow",0,0],["None of these",0,0]]},"14":{"question_id":"14","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Increase in Viscosity of the fluid in Centrifugal Pump&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:25:\" Increases the Efficiency\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:25:\" Decreases the Efficiency\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:31:\"Does not affects the Efficiency\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:18:\" 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":"","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":[[" Increases the Efficiency",0,0],[" Decreases the Efficiency",0,1],["Does not affects the Efficiency",0,0],[" None of the above",0,0]]},"15":{"question_id":"15","quiz_id":"1","question_name":"With Increase in Operating Speed, Centrifugal Pumps NPSH requirement","answer_array":"a:4:{i:0;a:3:{i:0;s:9:\"Increases\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:9:\"Decreases\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:17:\"Remains Unaltered\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:61:\"Can either increase or decrease depending on other parameters\";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":[["Increases",0,1],["Decreases",0,0],["Remains Unaltered",0,0],["Can either increase or decrease depending on other parameters",0,0]]},"16":{"question_id":"16","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Draining of Shallow pits is done using Sump pump which is a .........&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:12:\"Plunger Pump\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:26:\"Single Stage Vertical Pump\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:29:\" Multi Stage Centrifugal Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:16:\"Peristaltic Pump\";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":[["Plunger Pump",0,0],["Single Stage Vertical Pump",0,1],[" Multi Stage Centrifugal Pump",0,0],["Peristaltic Pump",0,0]]},"17":{"question_id":"17","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;The capacity of the Centrifugal Pump is increased by increasing the&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:18:\" Impeller Diameter\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:6:\" Speed\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:44:\"Number of pumps and joining them in Parallel\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:16:\"All of the Above\";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":"The capacity of the Centrifugal Pump is increased by increasing the  Impeller Diameter, Speed or Number of pumps and joining them in Parallel","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":[[" Impeller Diameter",0,0],[" Speed",0,0],["Number of pumps and joining them in Parallel",0,0],["All of the Above",0,1]]},"18":{"question_id":"18","quiz_id":"1","question_name":"Pump used for Pumping of Shear sensitive materials is","answer_array":"a:4:{i:0;a:3:{i:0;s:12:\"Plunger Pump\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:16:\"Centrifugal Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:23:\"Progressive cavity pump\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:12:\"Vacuum Pumps\";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":[["Plunger Pump",0,0],["Centrifugal Pump",0,0],["Progressive cavity pump",0,1],["Vacuum Pumps",0,0]]},"19":{"question_id":"19","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;For Pumping Liquids operating near to their vapor pressure (Eg: Condensate Extraction Pumps in Power Plants ) ......... pump is used.&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:14:\" Vertical Pump\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:11:\"Piston Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:14:\"Diaphragm Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:16:\"Centrifugal Pump\";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":[[" Vertical Pump",0,1],["Piston Pump",0,0],["Diaphragm Pump",0,0],["Centrifugal Pump",0,0]]},"20":{"question_id":"20","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Most commonly used pump for Boiler feed water pumping application is&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:29:\"Single Stage Centrifugal Pump\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:13:\"Vertical Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:29:\" Multi Stage Centrifugal Pump\";i:1;d:0;i:2;i:1;}i:3;a:3:{i:0;s:12:\"Plunger Pump\";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":[["Single Stage Centrifugal Pump",0,0],["Vertical Pump",0,0],[" Multi Stage Centrifugal Pump",0,1],["Plunger Pump",0,0]]},"21":{"question_id":"21","quiz_id":"1","question_name":"Pump which is employed for High Viscous Fuel oil Transfer Application is......","answer_array":"a:4:{i:0;a:3:{i:0;s:9:\"Gear Pump\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:12:\"Plunger Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:16:\"Centrifugal Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:13:\"Vertical Pump\";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":"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":[["Gear Pump",0,1],["Plunger Pump",0,0],["Centrifugal Pump",0,0],["Vertical Pump",0,0]]},"22":{"question_id":"22","quiz_id":"1","question_name":"For pulsation free and precise dispersion of fluids for lubrication applications ....... is installed in the discharge of the lube oil pumps","answer_array":"a:4:{i:0;a:3:{i:0;s:11:\"Accumulator\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:13:\" Relief Valve\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:19:\"Restriction Orifice\";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":"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":[["Accumulator",0,1],[" Relief Valve",0,0],["Restriction Orifice",0,0],["None of these",0,0]]},"23":{"question_id":"23","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Liquid evaporates when Suction Pressure is ........ Vapor pressure of the liquid at pumping temperature.&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:12:\"Greater than\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:9:\"Less than\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:9:\" Equal to\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:14:\" 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":"Liquid evaporates when Suction Pressure is Less than the Vapor pressure of the liquid at pumping temperature.","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":[["Greater than",0,0],["Less than",0,1],[" Equal to",0,0],[" None of these",0,0]]},"24":{"question_id":"24","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Centrifugal Pump Maintains Constant ...... even the density of the pumping liquid changes.&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:4:\"Head\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:9:\" Pressure\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:5:\" Flow\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:17:\" All 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":"","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":[["Head",0,1],[" Pressure",0,0],[" Flow",0,0],[" All of the Above",0,0]]},"25":{"question_id":"25","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Integrally\u00a0geared pumps are used for ......... application&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:22:\"Low Head and High flow\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:22:\"High Head and Low flow\";i:1;d:0;i:2;i:1;}i:2;a:3:{i:0;s:23:\"High Head and High Flow\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:22:\" Low Head and Low Flow\";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":[["Low Head and High flow",0,0],["High Head and Low flow",0,1],["High Head and High Flow",0,0],[" Low Head and Low Flow",0,0]]},"26":{"question_id":"26","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;In a Rotary Lobe pump two rotors mounted on different shaft will rotate in ....... direction&lt;\/span&gt;","answer_array":"a:2:{i:0;a:3:{i:0;s:4:\"Same\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:8:\"Opposite\";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":[["Same",0,0],["Opposite",0,1]]},"27":{"question_id":"27","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;For Positive Displacement at Highest RPM .......... is used&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:12:\"Plunger Pump\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:11:\"Piston Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:10:\"Screw Pump\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:14:\"Diaphragm Pump\";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":"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":[["Plunger Pump",0,1],["Piston Pump",0,0],["Screw Pump",0,0],["Diaphragm Pump",0,0]]},"28":{"question_id":"28","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Rotary Pumps can maintain Higher Volumetric Efficiency at lower operating speeds when pumping ......... liquids&lt;\/span&gt;","answer_array":"a:2:{i:0;a:3:{i:0;s:12:\"High Viscous\";i:1;d:0;i:2;i:1;}i:1;a:3:{i:0;s:12:\"Less Viscous\";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":"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":[["High Viscous",0,1],["Less Viscous",0,0]]},"29":{"question_id":"29","quiz_id":"1","question_name":"Commonly used pump for Metering pumps is .......","answer_array":"a:4:{i:0;a:3:{i:0;s:10:\" Gear Pump\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:16:\"Centrifugal Pump\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:12:\" Piston Pump\";i:1;d:0;i:2;i:1;}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":"Piston Pump, Diaphragm and peristaltic pumps are commonly used for Metering Pumps.","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":[[" Gear Pump",0,0],["Centrifugal Pump",0,0],[" Piston Pump",0,1],["None of the above",0,0]]},"30":{"question_id":"30","quiz_id":"1","question_name":"&lt;span class=&quot;mlw_qmn_question&quot;&gt;Purpose of Foot Valve....&lt;\/span&gt;","answer_array":"a:4:{i:0;a:3:{i:0;s:70:\" Installed at Suction side of suction lift pump to avoid flow reversal\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:51:\" Installed at Discharge side to avoid flow reversal\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:71:\"Installed to Prevent entry of foreign body to pump through suction pipe\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:16:\"Both (a) and (c)\";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":"Foot Valve is  Installed at Suction side of suction lift pump to avoid flow reversal and Prevents entry of foreign body to pump through suction pipe","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":[[" Installed at Suction side of suction lift pump to avoid flow reversal",0,0],[" Installed at Discharge side to avoid flow reversal",0,0],["Installed to Prevent entry of foreign body to pump through suction pipe",0,0],["Both (a) and (c)",0,1]]}},"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-1 qmn_quiz_container mlw_qmn_quiz  quiz_theme_default  '>
								<form name="quizForm1" id="quizForm1" action="/tag/pumps/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_1" value="770efa3908">
				<input type="hidden" name="qsm_unique_key" id="qsm_unique_key_1" value="69e184e6323cd">
				<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-1 slide0 ">
				                        <span class='mlw_qmn_question_number'>1.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">API Standard for "Centrifugal Pumps for Petroleum, Heavy Duty Chemical and Gas Industry Services" is</span><br /> <div class="qmn_radio_answers mlwRequiredRadio"></div></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers mlwRequiredRadio'>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question1-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question1" id="question1_1" value="0" />
					<label class="qsm-input-label" for="question1_1">
					API 674					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question1-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question1" id="question1_2" value="1" />
					<label class="qsm-input-label" for="question1_2">
					API 617					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question1-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question1" id="question1_3" value="2" />
					<label class="qsm-input-label" for="question1_3">
					API 610					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question1-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question1" id="question1_4" value="3" />
					<label class="qsm-input-label" for="question1_4">
					API 618					</label>
					 				</div>
					 			<label style="display: none !important;" for="question1_none">None</label>
			<input type="radio" style="display: none;" name="question1" id="question1_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_1" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-2 slide1 ">
				                        <span class='mlw_qmn_question_number'>2.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">NPSH Stands for</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question2-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question2" id="question2_1" value="0" />
					<label class="qsm-input-label" for="question2_1">
					Negative potential solids handling					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question2-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question2" id="question2_2" value="1" />
					<label class="qsm-input-label" for="question2_2">
					Net pressure suction head					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question2-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question2" id="question2_3" value="2" />
					<label class="qsm-input-label" for="question2_3">
					Net positive suction head					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question2-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question2" id="question2_4" value="3" />
					<label class="qsm-input-label" for="question2_4">
					Normal pump suction horsepower					</label>
					 				</div>
					 			<label style="display: none !important;" for="question2_none">None</label>
			<input type="radio" style="display: none;" name="question2" id="question2_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_2" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-3 slide2 ">
				                        <span class='mlw_qmn_question_number'>3.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Priming operation is required for</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question3-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question3" id="question3_1" value="0" />
					<label class="qsm-input-label" for="question3_1">
					Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question3-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question3" id="question3_2" value="1" />
					<label class="qsm-input-label" for="question3_2">
					Reciprocating Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question3-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question3" id="question3_3" value="2" />
					<label class="qsm-input-label" for="question3_3">
					Gear Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question3-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question3" id="question3_4" value="3" />
					<label class="qsm-input-label" for="question3_4">
					Diaphragm Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question3_none">None</label>
			<input type="radio" style="display: none;" name="question3" id="question3_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_3" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-4 slide3 ">
				                        <span class='mlw_qmn_question_number'>4.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Gear Pump is used for</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question4-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question4" id="question4_1" value="0" />
					<label class="qsm-input-label" for="question4_1">
					High Flow Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question4-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question4" id="question4_2" value="1" />
					<label class="qsm-input-label" for="question4_2">
					Slurry Pumping					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question4-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question4" id="question4_3" value="2" />
					<label class="qsm-input-label" for="question4_3">
					High Viscous Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question4-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question4" id="question4_4" value="3" />
					<label class="qsm-input-label" for="question4_4">
					High Pressure Application					</label>
					 				</div>
					 			<label style="display: none !important;" for="question4_none">None</label>
			<input type="radio" style="display: none;" name="question4" id="question4_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_4" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-5 slide4 ">
				                        <span class='mlw_qmn_question_number'>5.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Plunger Pump is used for</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question5-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question5" id="question5_1" value="0" />
					<label class="qsm-input-label" for="question5_1">
					High Flow Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question5-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question5" id="question5_2" value="1" />
					<label class="qsm-input-label" for="question5_2">
					Slurry Pumping					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question5-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question5" id="question5_3" value="2" />
					<label class="qsm-input-label" for="question5_3">
					High Viscous Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question5-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question5" id="question5_4" value="3" />
					<label class="qsm-input-label" for="question5_4">
					High Pressure Application					</label>
					 				</div>
					 			<label style="display: none !important;" for="question5_none">None</label>
			<input type="radio" style="display: none;" name="question5" id="question5_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_5" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-6 slide5 ">
				                        <span class='mlw_qmn_question_number'>6.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Diaphragm Pump is used for</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question6-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question6" id="question6_1" value="0" />
					<label class="qsm-input-label" for="question6_1">
					High Flow Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question6-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question6" id="question6_2" value="1" />
					<label class="qsm-input-label" for="question6_2">
					Slurry Pumping					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question6-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question6" id="question6_3" value="2" />
					<label class="qsm-input-label" for="question6_3">
					High Viscous Application					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question6-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question6" id="question6_4" value="3" />
					<label class="qsm-input-label" for="question6_4">
					High Pressure Application					</label>
					 				</div>
					 			<label style="display: none !important;" for="question6_none">None</label>
			<input type="radio" style="display: none;" name="question6" id="question6_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_6" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-7 slide6 ">
				                        <span class='mlw_qmn_question_number'>7.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Need for Relief valve in Reciprocating Pump Discharge is to</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question7-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question7" id="question7_1" value="0" />
					<label class="qsm-input-label" for="question7_1">
					Control Discharge Pressure					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question7-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question7" id="question7_2" value="1" />
					<label class="qsm-input-label" for="question7_2">
					Protect the Pump from Excess Pressure					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question7-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question7" id="question7_3" value="2" />
					<label class="qsm-input-label" for="question7_3">
					Reduce the Discharge Pressure					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question7-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question7" id="question7_4" value="3" />
					<label class="qsm-input-label" for="question7_4">
					Regulate the Discharge Flow					</label>
					 				</div>
					 			<label style="display: none !important;" for="question7_none">None</label>
			<input type="radio" style="display: none;" name="question7" id="question7_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_7" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-8 slide7 ">
				                        <span class='mlw_qmn_question_number'>8.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">In this type of Impeller the fluid leaves perpendicular to the pump shaft center line giving high head and low flow rate</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question8-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question8" id="question8_1" value="0" />
					<label class="qsm-input-label" for="question8_1">
					Radial Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question8-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question8" id="question8_2" value="1" />
					<label class="qsm-input-label" for="question8_2">
					Axial Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question8-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question8" id="question8_3" value="2" />
					<label class="qsm-input-label" for="question8_3">
					Mixed Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question8-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question8" id="question8_4" value="3" />
					<label class="qsm-input-label" for="question8_4">
					None of the above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question8_none">None</label>
			<input type="radio" style="display: none;" name="question8" id="question8_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_8" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-9 slide8 ">
				                        <span class='mlw_qmn_question_number'>9.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Specific Speed of the Pump is Higher in</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question9-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question9" id="question9_1" value="0" />
					<label class="qsm-input-label" for="question9_1">
					Radial Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question9-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question9" id="question9_2" value="1" />
					<label class="qsm-input-label" for="question9_2">
					Axial Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question9-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question9" id="question9_3" value="2" />
					<label class="qsm-input-label" for="question9_3">
					Mixed Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question9-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question9" id="question9_4" value="3" />
					<label class="qsm-input-label" for="question9_4">
					None of the above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question9_none">None</label>
			<input type="radio" style="display: none;" name="question9" id="question9_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_9" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-10 slide9 ">
				                        <span class='mlw_qmn_question_number'>10.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">According to Centrifugal Pump Affinity Laws - Flow</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question10-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question10" id="question10_1" value="0" />
					<label class="qsm-input-label" for="question10_1">
					Does not Change with respect to Speed					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question10-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question10" id="question10_2" value="1" />
					<label class="qsm-input-label" for="question10_2">
					Changes Directly proportional to the Square of the change in Speed					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question10-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question10" id="question10_3" value="2" />
					<label class="qsm-input-label" for="question10_3">
					Changes directly proportional to the Cube of the change in Speed					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question10-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question10" id="question10_4" value="3" />
					<label class="qsm-input-label" for="question10_4">
					Changes Directly to the change in Speed					</label>
					 				</div>
					 			<label style="display: none !important;" for="question10_none">None</label>
			<input type="radio" style="display: none;" name="question10" id="question10_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_10" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-11 slide10 ">
				                        <span class='mlw_qmn_question_number'>11.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Minimum Thermal Flow in Centrifugal Pump is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question11-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question11" id="question11_1" value="0" />
					<label class="qsm-input-label" for="question11_1">
					Point at which highest possible efficiency is achieved					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question11-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question11" id="question11_2" value="1" />
					<label class="qsm-input-label" for="question11_2">
					Flow at which the Power consumption of the Pump is Minimum					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question11-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question11" id="question11_3" value="2" />
					<label class="qsm-input-label" for="question11_3">
					Operating Point of the Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question11-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question11" id="question11_4" value="3" />
					<label class="qsm-input-label" for="question11_4">
					The lowest flow at which the pump can operate without its operation being impaired by the temperature rise o f the pumped liquid					</label>
					 				</div>
					 			<label style="display: none !important;" for="question11_none">None</label>
			<input type="radio" style="display: none;" name="question11" id="question11_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_11" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-12 slide11 ">
				                        <span class='mlw_qmn_question_number'>12.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>To avoid Cavitation of the pump</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question12-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question12" id="question12_1" value="0" />
					<label class="qsm-input-label" for="question12_1">
					Net Positive Suction Head Available must be Less than the Net Positive Suction Head Required					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question12-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question12" id="question12_2" value="1" />
					<label class="qsm-input-label" for="question12_2">
					Net Positive Suction Head Available must be equal to the Net Positive Suction Head Required					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question12-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question12" id="question12_3" value="2" />
					<label class="qsm-input-label" for="question12_3">
					Net Positive Suction Head Available must be greater than the Net Positive Suction Head Required					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question12-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question12" id="question12_4" value="3" />
					<label class="qsm-input-label" for="question12_4">
					None of the above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question12_none">None</label>
			<input type="radio" style="display: none;" name="question12" id="question12_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_12" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-13 slide12 ">
				                        <span class='mlw_qmn_question_number'>13.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>In a Centrifugal Pump, Head curve</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question13-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question13" id="question13_1" value="0" />
					<label class="qsm-input-label" for="question13_1">
					Will fall for increased flow rates					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question13-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question13" id="question13_2" value="1" />
					<label class="qsm-input-label" for="question13_2">
					Starts from zero at zero flow and goes like a trajectory having a Best Efficiency point and then starts falling for increased flow rates					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question13-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question13" id="question13_3" value="2" />
					<label class="qsm-input-label" for="question13_3">
					is Simple straight line. Rises with the flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question13-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question13" id="question13_4" value="3" />
					<label class="qsm-input-label" for="question13_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question13_none">None</label>
			<input type="radio" style="display: none;" name="question13" id="question13_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_13" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-14 slide13 ">
				                        <span class='mlw_qmn_question_number'>14.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Increase in Viscosity of the fluid in Centrifugal Pump</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question14-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question14" id="question14_1" value="0" />
					<label class="qsm-input-label" for="question14_1">
					Increases the Efficiency					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question14-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question14" id="question14_2" value="1" />
					<label class="qsm-input-label" for="question14_2">
					Decreases the Efficiency					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question14-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question14" id="question14_3" value="2" />
					<label class="qsm-input-label" for="question14_3">
					Does not affects the Efficiency					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question14-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question14" id="question14_4" value="3" />
					<label class="qsm-input-label" for="question14_4">
					None of the above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question14_none">None</label>
			<input type="radio" style="display: none;" name="question14" id="question14_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_14" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-15 slide14 ">
				                        <span class='mlw_qmn_question_number'>15.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>With Increase in Operating Speed, Centrifugal Pumps NPSH requirement</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question15-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question15" id="question15_1" value="0" />
					<label class="qsm-input-label" for="question15_1">
					Increases					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question15-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question15" id="question15_2" value="1" />
					<label class="qsm-input-label" for="question15_2">
					Decreases					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question15-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question15" id="question15_3" value="2" />
					<label class="qsm-input-label" for="question15_3">
					Remains Unaltered					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question15-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question15" id="question15_4" value="3" />
					<label class="qsm-input-label" for="question15_4">
					Can either increase or decrease depending on other parameters					</label>
					 				</div>
					 			<label style="display: none !important;" for="question15_none">None</label>
			<input type="radio" style="display: none;" name="question15" id="question15_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_15" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-16 slide15 ">
				                        <span class='mlw_qmn_question_number'>16.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Draining of Shallow pits is done using Sump pump which is a .........</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question16-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question16" id="question16_1" value="0" />
					<label class="qsm-input-label" for="question16_1">
					Plunger Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question16-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question16" id="question16_2" value="1" />
					<label class="qsm-input-label" for="question16_2">
					Single Stage Vertical Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question16-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question16" id="question16_3" value="2" />
					<label class="qsm-input-label" for="question16_3">
					Multi Stage Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question16-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question16" id="question16_4" value="3" />
					<label class="qsm-input-label" for="question16_4">
					Peristaltic Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question16_none">None</label>
			<input type="radio" style="display: none;" name="question16" id="question16_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_16" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-17 slide16 ">
				                        <span class='mlw_qmn_question_number'>17.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">The capacity of the Centrifugal Pump is increased by increasing the</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question17-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question17" id="question17_1" value="0" />
					<label class="qsm-input-label" for="question17_1">
					Impeller Diameter					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question17-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question17" id="question17_2" value="1" />
					<label class="qsm-input-label" for="question17_2">
					Speed					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question17-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question17" id="question17_3" value="2" />
					<label class="qsm-input-label" for="question17_3">
					Number of pumps and joining them in Parallel					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question17-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question17" id="question17_4" value="3" />
					<label class="qsm-input-label" for="question17_4">
					All of the Above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question17_none">None</label>
			<input type="radio" style="display: none;" name="question17" id="question17_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_17" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-18 slide17 ">
				                        <span class='mlw_qmn_question_number'>18.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Pump used for Pumping of Shear sensitive materials is</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question18-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question18" id="question18_1" value="0" />
					<label class="qsm-input-label" for="question18_1">
					Plunger Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question18-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question18" id="question18_2" value="1" />
					<label class="qsm-input-label" for="question18_2">
					Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question18-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question18" id="question18_3" value="2" />
					<label class="qsm-input-label" for="question18_3">
					Progressive cavity pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question18-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question18" id="question18_4" value="3" />
					<label class="qsm-input-label" for="question18_4">
					Vacuum Pumps					</label>
					 				</div>
					 			<label style="display: none !important;" for="question18_none">None</label>
			<input type="radio" style="display: none;" name="question18" id="question18_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_18" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-19 slide18 ">
				                        <span class='mlw_qmn_question_number'>19.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">For Pumping Liquids operating near to their vapor pressure (Eg: Condensate Extraction Pumps in Power Plants ) ......... pump is used.</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question19-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question19" id="question19_1" value="0" />
					<label class="qsm-input-label" for="question19_1">
					Vertical Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question19-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question19" id="question19_2" value="1" />
					<label class="qsm-input-label" for="question19_2">
					Piston Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question19-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question19" id="question19_3" value="2" />
					<label class="qsm-input-label" for="question19_3">
					Diaphragm Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question19-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question19" id="question19_4" value="3" />
					<label class="qsm-input-label" for="question19_4">
					Centrifugal Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question19_none">None</label>
			<input type="radio" style="display: none;" name="question19" id="question19_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_19" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-20 slide19 ">
				                        <span class='mlw_qmn_question_number'>20.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Most commonly used pump for Boiler feed water pumping application is</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question20-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question20" id="question20_1" value="0" />
					<label class="qsm-input-label" for="question20_1">
					Single Stage Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question20-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question20" id="question20_2" value="1" />
					<label class="qsm-input-label" for="question20_2">
					Vertical Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question20-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question20" id="question20_3" value="2" />
					<label class="qsm-input-label" for="question20_3">
					Multi Stage Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question20-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question20" id="question20_4" value="3" />
					<label class="qsm-input-label" for="question20_4">
					Plunger Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question20_none">None</label>
			<input type="radio" style="display: none;" name="question20" id="question20_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_20" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-21 slide20 ">
				                        <span class='mlw_qmn_question_number'>21.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Pump which is employed for High Viscous Fuel oil Transfer Application is......</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question21-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question21" id="question21_1" value="0" />
					<label class="qsm-input-label" for="question21_1">
					Gear Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question21-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question21" id="question21_2" value="1" />
					<label class="qsm-input-label" for="question21_2">
					Plunger Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question21-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question21" id="question21_3" value="2" />
					<label class="qsm-input-label" for="question21_3">
					Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question21-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question21" id="question21_4" value="3" />
					<label class="qsm-input-label" for="question21_4">
					Vertical Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question21_none">None</label>
			<input type="radio" style="display: none;" name="question21" id="question21_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_21" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-22 slide21 ">
				                        <span class='mlw_qmn_question_number'>22.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>For pulsation free and precise dispersion of fluids for lubrication applications ....... is installed in the discharge of the lube oil pumps</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question22-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question22" id="question22_1" value="0" />
					<label class="qsm-input-label" for="question22_1">
					Accumulator					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question22-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question22" id="question22_2" value="1" />
					<label class="qsm-input-label" for="question22_2">
					Relief Valve					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question22-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question22" id="question22_3" value="2" />
					<label class="qsm-input-label" for="question22_3">
					Restriction Orifice					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question22-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question22" id="question22_4" value="3" />
					<label class="qsm-input-label" for="question22_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question22_none">None</label>
			<input type="radio" style="display: none;" name="question22" id="question22_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_22" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-23 slide22 ">
				                        <span class='mlw_qmn_question_number'>23.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Liquid evaporates when Suction Pressure is ........ Vapor pressure of the liquid at pumping temperature.</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question23-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question23" id="question23_1" value="0" />
					<label class="qsm-input-label" for="question23_1">
					Greater than					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question23-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question23" id="question23_2" value="1" />
					<label class="qsm-input-label" for="question23_2">
					Less than					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question23-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question23" id="question23_3" value="2" />
					<label class="qsm-input-label" for="question23_3">
					Equal to					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question23-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question23" id="question23_4" value="3" />
					<label class="qsm-input-label" for="question23_4">
					None of these					</label>
					 				</div>
					 			<label style="display: none !important;" for="question23_none">None</label>
			<input type="radio" style="display: none;" name="question23" id="question23_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_23" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-24 slide23 ">
				                        <span class='mlw_qmn_question_number'>24.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Centrifugal Pump Maintains Constant ...... even the density of the pumping liquid changes.</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question24-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question24" id="question24_1" value="0" />
					<label class="qsm-input-label" for="question24_1">
					Head					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question24-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question24" id="question24_2" value="1" />
					<label class="qsm-input-label" for="question24_2">
					Pressure					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question24-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question24" id="question24_3" value="2" />
					<label class="qsm-input-label" for="question24_3">
					Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question24-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question24" id="question24_4" value="3" />
					<label class="qsm-input-label" for="question24_4">
					All of the Above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question24_none">None</label>
			<input type="radio" style="display: none;" name="question24" id="question24_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_24" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-25 slide24 ">
				                        <span class='mlw_qmn_question_number'>25.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Integrally geared pumps are used for ......... application</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question25-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question25" id="question25_1" value="0" />
					<label class="qsm-input-label" for="question25_1">
					Low Head and High flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question25-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question25" id="question25_2" value="1" />
					<label class="qsm-input-label" for="question25_2">
					High Head and Low flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question25-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question25" id="question25_3" value="2" />
					<label class="qsm-input-label" for="question25_3">
					High Head and High Flow					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question25-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question25" id="question25_4" value="3" />
					<label class="qsm-input-label" for="question25_4">
					Low Head and Low Flow					</label>
					 				</div>
					 			<label style="display: none !important;" for="question25_none">None</label>
			<input type="radio" style="display: none;" name="question25" id="question25_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_25" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-26 slide25 ">
				                        <span class='mlw_qmn_question_number'>26.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">In a Rotary Lobe pump two rotors mounted on different shaft will rotate in ....... direction</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question26-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question26" id="question26_1" value="0" />
					<label class="qsm-input-label" for="question26_1">
					Same					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question26-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question26" id="question26_2" value="1" />
					<label class="qsm-input-label" for="question26_2">
					Opposite					</label>
					 				</div>
					 			<label style="display: none !important;" for="question26_none">None</label>
			<input type="radio" style="display: none;" name="question26" id="question26_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_26" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-27 slide26 ">
				                        <span class='mlw_qmn_question_number'>27.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">For Positive Displacement at Highest RPM .......... is used</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question27-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question27" id="question27_1" value="0" />
					<label class="qsm-input-label" for="question27_1">
					Plunger Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question27-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question27" id="question27_2" value="1" />
					<label class="qsm-input-label" for="question27_2">
					Piston Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question27-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question27" id="question27_3" value="2" />
					<label class="qsm-input-label" for="question27_3">
					Screw Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question27-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question27" id="question27_4" value="3" />
					<label class="qsm-input-label" for="question27_4">
					Diaphragm Pump					</label>
					 				</div>
					 			<label style="display: none !important;" for="question27_none">None</label>
			<input type="radio" style="display: none;" name="question27" id="question27_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_27" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-28 slide27 ">
				                        <span class='mlw_qmn_question_number'>28.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Rotary Pumps can maintain Higher Volumetric Efficiency at lower operating speeds when pumping ......... liquids</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question28-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question28" id="question28_1" value="0" />
					<label class="qsm-input-label" for="question28_1">
					High Viscous					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question28-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question28" id="question28_2" value="1" />
					<label class="qsm-input-label" for="question28_2">
					Less Viscous					</label>
					 				</div>
					 			<label style="display: none !important;" for="question28_none">None</label>
			<input type="radio" style="display: none;" name="question28" id="question28_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_28" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-29 slide28 ">
				                        <span class='mlw_qmn_question_number'>29.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p>Commonly used pump for Metering pumps is .......</p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question29-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question29" id="question29_1" value="0" />
					<label class="qsm-input-label" for="question29_1">
					Gear Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question29-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question29" id="question29_2" value="1" />
					<label class="qsm-input-label" for="question29_2">
					Centrifugal Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question29-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question29" id="question29_3" value="2" />
					<label class="qsm-input-label" for="question29_3">
					Piston Pump					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question29-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question29" id="question29_4" value="3" />
					<label class="qsm-input-label" for="question29_4">
					None of the above					</label>
					 				</div>
					 			<label style="display: none !important;" for="question29_none">None</label>
			<input type="radio" style="display: none;" name="question29" id="question29_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_29" value="" />
				</div><!-- .quiz_section -->
						<div class="quiz_section qsm-question-wrapper question-type-0  question-section-id-30 slide29 ">
				                        <span class='mlw_qmn_question_number'>30.&nbsp;</span>
                        	<div class='mlw_qmn_question ' >
		<p><span class="mlw_qmn_question">Purpose of Foot Valve....</span></p>
	</div>
		<fieldset>
		<legend></legend>
	<div class='qmn_radio_answers '>
								<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question30-1 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question30" id="question30_1" value="0" />
					<label class="qsm-input-label" for="question30_1">
					Installed at Suction side of suction lift pump to avoid flow reversal					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question30-2 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question30" id="question30_2" value="1" />
					<label class="qsm-input-label" for="question30_2">
					Installed at Discharge side to avoid flow reversal					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question30-3 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question30" id="question30_3" value="2" />
					<label class="qsm-input-label" for="question30_3">
					Installed to Prevent entry of foreign body to pump through suction pipe					</label>
					 				</div>
											<div class="qmn_mc_answer_wrap  mrq_checkbox_class" id="question30-4 ">
											<input type='radio' class='qmn_quiz_radio qmn-multiple-choice-input ' name="question30" id="question30_4" value="3" />
					<label class="qsm-input-label" for="question30_4">
					Both (a) and (c)					</label>
					 				</div>
					 			<label style="display: none !important;" for="question30_none">None</label>
			<input type="radio" style="display: none;" name="question30" id="question30_none" checked="checked" value="" />
				</div>
	</fieldset>
	<input type="hidden" name="answer_limit_keys_30" value="" />
				</div><!-- .quiz_section -->
					<input type="hidden" name="qmn_question_list" value="1Q2Q3Q4Q5Q6Q7Q8Q9Q10Q11Q12Q13Q14Q15Q16Q17Q18Q19Q20Q21Q22Q23Q24Q25Q26Q27Q28Q29Q30Q" />
					<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="1" />
					<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="1" class="submit-the-form qmn_btn">Submit Quiz</button></footer></div></div></div></p>
<p>Browse our <a href="http://chemicalengineeringsite.in/category/quiz/">Chemical Engineering Quiz </a>modules for more online tests. Subscribe to our <a href="https://feedburner.google.com/fb/a/mailverify?uri=ChemicalEngineeringSite">Newsletter </a>to get updates on our Latest Quiz Modules.</p>
<p>The post <a href="https://chemicalengineeringsite.in/test-knowledge-pumps-online-quiz/">Test Your knowledge on Pumps – 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-pumps-online-quiz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Minimum Thermal Flow in Centrifugal Pumps</title>
		<link>https://chemicalengineeringsite.in/minimum-thermal-flow-centrifugal-pumps/</link>
					<comments>https://chemicalengineeringsite.in/minimum-thermal-flow-centrifugal-pumps/#respond</comments>
		
		<dc:creator><![CDATA[chemicalengineeringsite]]></dc:creator>
		<pubDate>Sun, 23 Oct 2016 14:03:57 +0000</pubDate>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Automatic Recirculation Valves]]></category>
		<category><![CDATA[Centrifugal pump]]></category>
		<category><![CDATA[Pumps]]></category>
		<category><![CDATA[Spill back]]></category>
		<guid isPermaLink="false">http://chemicalengineeringsite.in/?p=75</guid>

					<description><![CDATA[<p>What is Minimum Thermal Flow in Centrifugal Pumps? Minimum Thermal Flow in Centrifugal Pump is defined as, “The lowest flow at which the pump can operate without its operation being impaired by the temperature rise o f the pumped liquid” The temperature of the liquid in the pump casing is to be kept below the [&#8230;]</p>
<p>The post <a href="https://chemicalengineeringsite.in/minimum-thermal-flow-centrifugal-pumps/">Minimum Thermal Flow in Centrifugal Pumps</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>What is Minimum Thermal Flow in Centrifugal Pumps?</h2>
<p>Minimum Thermal Flow in <a href="http://chemicalengineeringsite.in/tag/centrifugal-pump/">Centrifugal Pump</a> is defined as, “The lowest flow at which the pump can operate without its operation being impaired by the temperature rise o f the pumped liquid”</p>
<p>The temperature of the liquid in the pump casing is to be kept below the saturation temperature of the liquid.  The overheating of the liquid inside the centrifugal pump casing may occur because of two ways. First is  Recirculation of liquid inside the casing and the second way is Energy from Driver Equipment is converted to heat and it raises the temperature of liquid inside the pump.</p>
<p>If the temperature of the liquid inside the pump casing increases beyond the saturation temperature, liquid starts to vaporize and results in cavitation of the pump.</p>
<h3>Effects of Minimum Safe Flow:</h3>
<p>If the Minimum flow through centrifugal pump is not ensured it may result in any one of the following.</p>
<p>Mechanical Damage due to Overheating</p>
<p>Cavitation and Vibration due to recirculation of liquid inside the casing</p>
<p>Mechanical Seal and Bearing Failure</p>
<p>Catastrophic failure due to hazardous liquid explosion/fire</p>
<h2>How to Maintain Minimum Thermal Flow in Centrifugal Pumps?</h2>
<p>The minimum flow operation in centrifugal pumps may arise during the situations of low load operations and during the start up and shutdown of the process plants. The methods of maintaining minimum thermal flow in centrifugal pumps are as follows.</p>
<p>1. Spill back Flow through Restriction Orifice</p>
<p>2. Control Valves</p>
<p>a)      Trip Valve in Spill Back line</p>
<p>b)      Split Range Control Valves in Discharge and Spill back lines</p>
<p>c)       Pressure Control Valve in Spill back line</p>
<p>3. Automatic Recirculation Valves in Discharge</p>
<h3>Spill back Flow through Restriction Orifice</h3>
<p>Recycle flow using restriction orifice in spill back line maintains the continuous minimum thermal flow.  Simple and highly reliable system. Lower investment Cost. Continuous recycle flow result in waste of energy when the centrifugal pumps operate above the minimum flow and process requirement may not be adequate for higher loads of the plant.</p>
<h3>Control Valves for Minimum Thermal Flow</h3>
<p>a)      Trip Valve in Spill Back line – To be actuated sensing the low flow in the pump discharge to recycle the flow through spill back. Resets and Control valve gets closed when the Process demand exceeds the minimum thermal flow of the Centrifugal pumps</p>
<p>b)      Split Range Control Valves in Discharge and Spill back lines – Discharge and Spill back lines are equipped with Split range Control valves. The control valve in the discharge line will cater the process requirement and if it becomes less than the minimum safe flow the control valve in the spill back line recycles the flow and protects the pump</p>
<p>c)       Pressure Control Valve in Spill back line – When the discharge pressure increases due to low process demand, the pressure control valve gets opened and reduces the pressure to the required value.</p>
<p>The above system requires Controllers and Control valves to be installed. Operating cost is required for both power and Instrument air. The control valves are not most commonly used for ensuring the minimum safe flow requirements of the centrifugal pump because of high capital cost.</p>
<h3>Automatic Recirculation Valves (ARC)</h3>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-76" src="http://chemicalengineeringsite.in/wp-content/uploads/2016/10/Minimum-Thermal-Flow.jpg" alt="Minimum Thermal Flow in Pumps" width="591" height="575" srcset="https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Minimum-Thermal-Flow.jpg 591w, https://chemicalengineeringsite.in/wp-content/uploads/2016/10/Minimum-Thermal-Flow-300x292.jpg 300w" sizes="auto, (max-width: 591px) 100vw, 591px" /></p>
<p>Automatic Recirculation valves (ARC) or Minimum Flow Check Valves (MFCV) are spring loaded recirculation valves. It re circulates the only the minimum flow required to operate the pump and if  pump flow for process demand is more than the minimum thermal flow the recirculation port closes automatically and recirculation flow becomes zero. It eliminates the higher capital cost required for installation of control valves. The pump and driver need not be oversized to take care of minimum pump flow since recirculation flow can be made zero during high process demands.</p>
<p>Buy Related Books:</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><a href="http://www.flipkart.com/pump-handbook-4ed-0004/p/itmczyz5kvunjzgx?pid=9780071460446&amp;affid=ramchemics">PUMP HANDBOOK 4ED 0004 Edition from Flipkart.com</a></p>
<p><a href="http://www.flipkart.com/centrifugal-pump-design/p/itmczz9zthzgzb7n?pid=9780471361008&amp;affid=ramchemics">Centrifugal Pump Design from Flipkart.com</a></p>
<p>The post <a href="https://chemicalengineeringsite.in/minimum-thermal-flow-centrifugal-pumps/">Minimum Thermal Flow in Centrifugal Pumps</a> appeared first on <a href="https://chemicalengineeringsite.in">Chemical Engineering Site</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chemicalengineeringsite.in/minimum-thermal-flow-centrifugal-pumps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
