{"id":19084,"date":"2025-08-20T15:15:52","date_gmt":"2025-08-20T07:15:52","guid":{"rendered":"https:\/\/stark-water.com\/?page_id=19084"},"modified":"2025-08-20T17:12:28","modified_gmt":"2025-08-20T09:12:28","slug":"ro-sizing","status":"publish","type":"page","link":"https:\/\/stark-water.com\/es\/calculadoras-de-tratamiento-del-agua\/ro-sizing\/","title":{"rendered":"Asistente de dimensionamiento de \u00f3smosis inversa (4040 \/ 8040)"},"content":{"rendered":"<figure class=\"wp-block-image aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-1024x683.png\" alt=\"RO membrane pressure vessels (4040\/8040) on stainless-steel skid \u2013 reverse osmosis water treatment system\" class=\"wp-image-19185\" title=\"\" srcset=\"https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-1024x683.png 1024w, https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-300x200.png 300w, https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-768x512.png 768w, https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-18x12.png 18w, https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040-600x400.png 600w, https:\/\/stark-water.com\/wp-content\/uploads\/2025\/08\/stark-water-tools-ro-banner-4040-8040.png 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption><\/figcaption><\/figure>\n\n\n\n<style>\n#rosize{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;max-width:980px;margin:0 auto;border:1px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff}\n#rosize h1{font-size:24px;margin:0 0 6px}\n#rosize .sub{color:#64748b;font-size:14px;margin-bottom:10px}\n#rosize .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}\n#rosize .field{display:flex;flex-direction:column;font-size:14px}\n#rosize .field input,#rosize .field select{padding:8px;border:1px solid #cbd5e1;border-radius:10px}\n#rosize .bar{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}\n#rosize .btn{padding:8px 12px;border:1px solid #0f172a;border-radius:10px;background:#0f172a;color:#fff;cursor:pointer}\n#rosize .btn.alt{background:#fff;color:#0f172a}\n#rosize .sum{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px;margin-top:12px;font-size:14px}\n@media(max-width:1000px){#rosize .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}\n@media(max-width:560px){#rosize .grid{grid-template-columns:1fr}}\n<\/style>\n\n<div id=\"rosize\" aria-label=\"RO Sizing Wizard\">\n  <h1>RO Sizing Wizard (4040\/8040)<\/h1>\n  <div class=\"sub\">Quick estimator of element count and operating flux. Edit area\/flux window per vendor; shareable link &#038; CSV export.<\/div>\n\n  <div class=\"grid\">\n    <div class=\"field\"><label>Flow value<\/label><input id=\"szFlow\" value=\"1000\"><\/div>\n    <div class=\"field\"><label>Unit<\/label>\n      <select id=\"szUnit\"><option value=\"LPH\">LPH<\/option><option value=\"M3H\">m\u00b3\/h<\/option><option value=\"GPM\">GPM<\/option><\/select>\n    <\/div>\n    <div class=\"field\"><label>Element type<\/label>\n      <select id=\"szType\"><option value=\"4040\">4040<\/option><option value=\"8040\">8040<\/option><\/select>\n    <\/div>\n    <div class=\"field\"><label>Area per element (m\u00b2)<\/label><input id=\"szArea\" value=\"7.9\"><\/div>\n\n    <div class=\"field\"><label>Design flux min (Lmh)<\/label><input id=\"szFluxMin\" value=\"12\"><\/div>\n    <div class=\"field\"><label>Design flux max (Lmh)<\/label><input id=\"szFluxMax\" value=\"20\"><\/div>\n    <div class=\"field\"><label>Temperatura (\u00b0C)<\/label><input id=\"szTemp\" value=\"25\"><\/div>\n    <div class=\"field\"><label>Note<\/label><input value=\"Early estimate; verify with vendor software\" disabled><\/div>\n  <\/div>\n\n  <div class=\"bar\">\n    <button class=\"btn\" id=\"szCalcBtn\">Calcule<\/button>\n    <button class=\"btn alt\" id=\"szShareBtn\">Compartir configuraci\u00f3n<\/button>\n    <button class=\"btn alt\" id=\"szCsvBtn\">Descargar CSV<\/button>\n    <button class=\"btn alt\" id=\"szResetBtn\">Restablecer<\/button>\n  <\/div>\n\n  <div class=\"sum\" id=\"szOut\">Tip: 4040\u22487.9 m\u00b2\uff0c8040\u224837 m\u00b2\uff1bflux \u7a97\u53e3\u5e38\u89c1 12\u201320 Lmh\uff08\u6309\u54c1\u724c\u4e0e\u6c34\u578b\u5fae\u8c03\uff09\u3002<\/div>\n<\/div>\n\n<script>\n(function(){\n  const box=document.getElementById('rosize'); const $=s=>box.querySelector(s);\n  function num(v){return parseFloat(String(v).replace(\/[^0-9.,-]\/g,'').replace(',', '.'))||0}\n  function flowToM3H(val,unit){const f=num(val); if(unit==='LPH')return f\/1000; if(unit==='GPM')return f*0.2271247; return f}\n  function csvDownload(name,text){const a=document.createElement('a'); a.href='data:text\/csv;charset=utf-8,'+encodeURIComponent(text); a.download=name; a.click();}\n\n  function calc(){\n    let Qm3h = flowToM3H($('#szFlow').value, $('#szUnit').value);\n    const type = $('#szType').value;\n    const area = num($('#szArea').value || (type==='4040'?7.9:37));\n    const fmin = Math.max(1,num($('#szFluxMin').value));\n    const fmax = Math.max(fmin+0.1,num($('#szFluxMax').value)); \/\/ guard\n    const T = num($('#szTemp').value);\n\n    \/\/ \u76ee\u6807\u603b\u819c\u9762\u79ef\u7a97\u53e3\uff08m\u00b2\uff09\n    const areaNeedAtMaxFlux = (Qm3h*1000)\/fmax; \/\/ \u901f\u7387\u9ad8\u2192\u9762\u79ef\u9700\u6c42\u4f4e\n    const nByMaxFlux = Math.ceil(areaNeedAtMaxFlux\/area);\n    \/\/ \u4ee5\u4e0d\u8d85\u8fc7 fmax \u4e3a\u539f\u5219\uff0c\u4f18\u5148\u53d6 nByMaxFlux\n    let n = Math.max(1, nByMaxFlux);\n\n    \/\/ \u8ba1\u7b97\u63a8\u8350 n \u4e0b\u7684\u5b9e\u9645\u901a\u91cf\n    const perElemFlux = (Qm3h*1000)\/(n*area); \/\/ Lmh\n    let badge = (perElemFlux<fmin)?'Flux low \u2013 consider reducing elements or raising design flux'\n              : (perElemFlux>fmax)?'Flux high \u2013 consider adding elements or lowering flux'\n              : 'Flux OK';\n\n    const perElemLoad = Qm3h\/Math.max(1,n); \/\/ m\u00b3\/h\u00b7elem\n\n    $('#szOut').innerHTML = `\n      <b>Recommended elements:<\/b> ${n} \u00d7 ${type} (area\u2248${area} m\u00b2 each)<br>\n      <b>Operating flux:<\/b> ${perElemFlux.toFixed(1)} Lmh \u2014 ${badge}<br>\n      <b>Per-element load:<\/b> ${perElemLoad.toFixed(2)} m\u00b3\/h\u00b7elem<br>\n      <small>Temp ${T}\u00b0C note: real flux\/\u0394P vary with temperature, recovery, salinity and fouling. Verify with vendor software before finalizing.<\/small>\n    `;\n\n    const detail = {Qm3h, n, type, area, perElemFlux, perElemLoad, fmin, fmax, T};\n    document.dispatchEvent(new CustomEvent('ro_sizing_calculated',{detail}));\n    return detail;\n  }\n\n  function sharable(){\n    const ids=['szFlow','szUnit','szType','szArea','szFluxMin','szFluxMax','szTemp'];\n    const p=new URLSearchParams(); ids.forEach(id=>p.set(id, document.getElementById(id).value));\n    const url=location.origin+location.pathname+'?'+p.toString();\n    if(navigator.clipboard) navigator.clipboard.writeText(url).catch(()=>{});\n    document.dispatchEvent(new CustomEvent('ro_sizing_shared',{detail:{url}}));\n    alert('Sharable link copied:\\\\n'+url);\n  }\n\n  function toCSV(d){\n    const rows=[\n      ['Flow (m3\/h)', d.Qm3h],\n      ['Element type', d.type],\n      ['Area per element (m2)', d.area],\n      ['Flux min (Lmh)', d.fmin],\n      ['Flux max (Lmh)', d.fmax],\n      ['Temperature (C)', d.T],\n      ['Recommended elements', d.n],\n      ['Operating flux (Lmh)', d.perElemFlux.toFixed(2)],\n      ['Per-element load (m3\/h\u00b7elem)', d.perElemLoad.toFixed(3)]\n    ];\n    return rows.map(r=>r.join(',')).join('\\\\n');\n  }\n\n  \/\/ \u4e8b\u4ef6\n  $('#szCalcBtn').addEventListener('click', ()=>{ const d=calc(); });\n  $('#szShareBtn').addEventListener('click', ()=>{ sharable(); });\n  $('#szCsvBtn').addEventListener('click', ()=>{ const d=calc(); csvDownload('ro-sizing-'+Date.now()+'.csv', toCSV(d)); });\n  $('#szResetBtn').addEventListener('click', ()=>{\n    $('#szFlow').value='1000'; $('#szUnit').value='LPH'; $('#szType').value='4040'; $('#szArea').value='7.9';\n    $('#szFluxMin').value='12'; $('#szFluxMax').value='20'; $('#szTemp').value='25';\n    calc();\n  });\n\n  \/\/ URL \u53c2\u6570\u56de\u586b\n  const q=new URLSearchParams(location.search);\n  q.forEach((v,k)=>{ const el=document.getElementById(k); if(el) el.value=v; });\n  \/\/ \u6839\u636e\u5143\u4ef6\u7c7b\u578b\u81ea\u52a8\u5efa\u8bae\u9762\u79ef\n  $('#szType').addEventListener('change',e=>{\n    if(!q.has('szArea')){ if(e.target.value==='4040') $('#szArea').value='7.9'; if(e.target.value==='8040') $('#szArea').value='37'; }\n  });\n\n  calc(); \/\/ \u521d\u6b21\u6e32\u67d3\n})();\n<\/script>\n\n\n\n<script type=\"application\/ld+json\">\n{\n \"@context\":\"https:\/\/schema.org\",\n \"@type\":\"SoftwareApplication\",\n \"name\":\"RO Sizing Wizard (4040\/8040)\",\n \"applicationCategory\":\"BusinessApplication\",\n \"operatingSystem\":\"Web\",\n \"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"USD\"},\n \"url\":\"https:\/\/stark-water.com\/stark-water-tools\/ro-sizing\/\",\n \"description\":\"Quick estimator of RO element count and operating flux for 4040\/8040 skids with editable membrane area and flux window.\"\n}\n<\/script>\n\n\n\n<section aria-label=\"Acerca de esta herramienta\">\n  <h2>How this RO sizing calculator works<\/h2>\n  <p>Este <strong>RO sizing calculator<\/strong> estimates the number of RO elements and the operating flux for <strong>4040<\/strong> y <strong>8040<\/strong> skids. You can edit membrane area per element, the design flux window, temperature and the target flow. The output is a quick <em>element count<\/em> only; final vessel counts, staging and pressure balance require vendor design software and verification on your site conditions.<\/p>\n\n  <h2>Explicaci\u00f3n de las entradas<\/h2>\n  <ul>\n    <li><strong>Flow value<\/strong> \u2014 process flow at operating conditions (e.g., 1000 LPH). The tool accepts LPH or m<sup>3<\/sup>\/h; make sure your unit matches the selector.<\/li>\n    <li><strong>Design flux window<\/strong> \u2014 min\/max flux in Lmh (L\/m\u00b2\u00b7h). Typical starting points:\n      <ul>\n        <li>4040: <strong>10\u201325 Lmh<\/strong> (application and water quality dependent)<\/li>\n        <li>8040: <strong>8\u201318 Lmh<\/strong> (lower flux for higher TDS\/temperature)<\/li>\n      <\/ul>\n      Flux increases with temperature and decreases with viscosity and fouling risk.\n    <\/li>\n    <li><strong>Element type<\/strong> \u2014 4040 or 8040. (Only affects default area; you can overwrite.)<\/li>\n    <li><strong>Area per element<\/strong> \u2014 m\u00b2 of active membrane area per element. Typical round numbers:\n      <ul>\n        <li>4040 \u2248 <strong>7.9 m\u00b2<\/strong> per element (varies by model)<\/li>\n        <li>8040 \u2248 <strong>37\u201341 m\u00b2<\/strong> per element (vendor\/model dependent)<\/li>\n      <\/ul>\n    <\/li>\n    <li><strong>Temperatura<\/strong> \u2014 \u00b0C at which the plant runs. Use the same reference temperature you will use for flux checks.<\/li>\n    <li><strong>Note<\/strong> \u2014 free text to remind future users what assumptions you used (salinity, recovery, pretreatment, etc.).<\/li>\n  <\/ul>\n\n  <h2>Quick formulas (what the widget does)<\/h2>\n  <p>Flux in Lmh is defined as <em>Flux = Flow \u00f7 Area<\/em>. Rearranged for sizing, required area is <em>A<sub>req<\/sub> = Flow \u00f7 Flux<\/em>. Element count is then <em>N = ceil(A<sub>req<\/sub> \u00f7 A<sub>elem<\/sub>)<\/em>donde <em>A<sub>elem<\/sub><\/em> is membrane area per element. The tool reports the count at the selected flux within your window.<\/p>\n\n  <h2>Ejemplo pr\u00e1ctico (ilustrativo)<\/h2>\n  <p><strong>Case:<\/strong> Flow = 1000 LPH (\u22481 m\u00b3\/h), temperature = 25 \u00b0C, flux window = 12\u201320 Lmh.<\/p>\n  <ul>\n    <li>En <strong>18 Lmh<\/strong>: A<sub>req<\/sub> = 1000 \u00f7 18 \u2248 <strong>55.6 m\u00b2<\/strong>.<\/li>\n    <li>4040 (7.9 m\u00b2): N \u2248 55.6 \u00f7 7.9 \u2248 <strong>7 elements<\/strong>.<\/li>\n    <li>8040 (37 m\u00b2): N \u2248 55.6 \u00f7 37 \u2248 <strong>2 elements<\/strong> (round up). <\/li>\n  <\/ul>\n  <p><em>Nota:<\/em> This is element count only. Vessel count, staging (e.g., 2:1, 3:2), pressure drops and recovery splits must be checked in vendor tools with your salinity, SDI, temperature profile and chemical program.<\/p>\n\n  <h2>Buenas pr\u00e1cticas y advertencias<\/h2>\n  <ul>\n    <li><strong>Temperature &#038; salinity shift flux<\/strong> \u2014 warm, low-viscosity water allows higher flux; high TDS or cold water need lower flux for the same fouling risk.<\/li>\n    <li><strong>Pretreatment matters<\/strong> \u2014 SDI \u2264 3, stable upstream UF\/MMF and correct antiscalant\/pH control extend membrane life and keep flux targets realistic.<\/li>\n    <li><strong>Element model \u2260 generic area<\/strong> \u2014 always cross-check with the exact datasheet; some high-area elements exceed the nominal 37\u201341 m\u00b2.<\/li>\n    <li><strong>Hidr\u00e1ulica<\/strong> \u2014 element count must translate into feasible vessel counts per stage, with acceptable permeate backpressure and concentrate velocity.<\/li>\n  <\/ul>\n\n  <h2>Related tools &#038; reading<\/h2>\n  <p>Continue sizing and economics with:\n    <a href=\"\/es\/stark-water-tools\/stark-water-tools-ro-opex-calculator\/\">Calculadora OPEX<\/a>,\n    <a href=\"\/es\/stark-water-tools\/stark-water-tools-lsi-calculator\/\">Calculadora LSI<\/a> y\n    <a href=\"\/es\/stark-water-tools\/calculadora-de-mezclas\/\">Calculadora de mezcla de permeados<\/a>.\n    Background on reverse osmosis is summarized here:\n    <a href=\"https:\/\/en.wikipedia.org\/wiki\/Reverse_osmosis\" target=\"_blank\" rel=\"noopener\">Reverse osmosis (Wikipedia)<\/a>.\n  <\/p>\n\n  <h2>From estimate to design<\/h2>\n  <p>Use this calculator to scope element count and operating flux ranges for 4040\/8040 skids. Then validate in vendor design software with your recovery, temperature range, TDS, SDI, chemical program and materials. For configured package references, see our\n    <a href=\"\/es\/solucion\/1000lph-ro-solution\/\">Soluci\u00f3n de tratamiento de agua por \u00f3smosis inversa de 1000 LPH<\/a>.\n  <\/p>\n<\/section>\n\n\n\n<svg width=\"880\" height=\"150\" viewbox=\"0 0 880 150\" role=\"img\" aria-label=\"RO sizing relationship\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <style>.t{font:12px system-ui}.b{fill:#0f172a}.k{fill:#e2e8f0;stroke:#94a3b8;stroke-width:1}<\/style>\n  <rect class=\"k\" x=\"20\" y=\"40\" width=\"180\" height=\"70\" rx=\"8\"\/>\n  <text class=\"t b\" x=\"110\" y=\"75\" text-anchor=\"middle\">Flow<\/text>\n  <text class=\"t\" x=\"110\" y=\"95\" text-anchor=\"middle\">(LPH or m\u00b3\/h)<\/text>\n\n  <rect class=\"k\" x=\"240\" y=\"40\" width=\"180\" height=\"70\" rx=\"8\"\/>\n  <text class=\"t b\" x=\"330\" y=\"75\" text-anchor=\"middle\">Flux<\/text>\n  <text class=\"t\" x=\"330\" y=\"95\" text-anchor=\"middle\">(Lmh)<\/text>\n\n  <rect class=\"k\" x=\"460\" y=\"40\" width=\"180\" height=\"70\" rx=\"8\"\/>\n  <text class=\"t b\" x=\"550\" y=\"75\" text-anchor=\"middle\">Required Area<\/text>\n  <text class=\"t\" x=\"550\" y=\"95\" text-anchor=\"middle\">(m\u00b2 = Flow \/ Flux)<\/text>\n\n  <rect class=\"k\" x=\"680\" y=\"40\" width=\"180\" height=\"70\" rx=\"8\"\/>\n  <text class=\"t b\" x=\"770\" y=\"70\" text-anchor=\"middle\">Elements<\/text>\n  <text class=\"t\" x=\"770\" y=\"90\" text-anchor=\"middle\">= ceil(Area \/ Aelem)<\/text>\n\n  <path d=\"M200 75 L240 75 M420 75 L460 75 M640 75 L680 75\" stroke=\"#0f172a\" stroke-width=\"2\" marker-end=\"url(#a)\"\/>\n  <defs>\n    <marker id=\"a\" markerwidth=\"8\" markerheight=\"8\" refx=\"4\" refy=\"4\" orient=\"auto\">\n      <path d=\"M0,0 L8,4 L0,8 z\" fill=\"#0f172a\"\/>\n    <\/marker>\n  <\/defs>\n<\/svg>\n\n\n\n<section aria-label=\"PREGUNTAS FRECUENTES\">\n  <h2>PREGUNTAS FRECUENTES<\/h2>\n\n  <details><summary>What\u2019s a sensible flux for 4040 vs 8040?<\/summary>\n    <p>As a starting point, 4040 often runs at 10\u201325 Lmh and 8040 at 8\u201318 Lmh. Choose the lower end for high TDS, cold water or higher fouling risk, and confirm with vendor tools.<\/p>\n  <\/details>\n\n  <details><summary>Does this calculator set vessel counts or staging?<\/summary>\n    <p>No. It estimates <em>element count<\/em> only. Vessel counts, stage splits and hydraulics require vendor software and site-specific data.<\/p>\n  <\/details>\n\n  <details><summary>Can I change the membrane area per element?<\/summary>\n    <p>Yes. Enter the exact area from your datasheet (e.g., 7.9 m\u00b2 for many 4040 models; 37\u201341 m\u00b2 for 8040), then re-run sizing.<\/p>\n  <\/details>\n\n  <details><summary>How does temperature affect sizing?<\/summary>\n    <p>Higher temperature reduces viscosity and may allow higher flux; cold water usually needs lower flux to keep fouling risk manageable. Use the operating temperature for your checks.<\/p>\n  <\/details>\n<\/section>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"SoftwareApplication\",\n  \"name\":\"RO Sizing Calculator (4040\/8040)\",\n  \"applicationCategory\":\"EngineeringApplication\",\n  \"operatingSystem\":\"Web\",\n  \"isAccessibleForFree\": true,\n  \"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"USD\"},\n  \"url\":\"https:\/\/stark-water.com\/stark-water-tools\/stark-water-tools-ro-sizing\/\",\n  \"description\":\"Estimate RO element count and operating flux for 4040\/8040 skids from flow, temperature and membrane area. Quick scoping before vendor design.\",\n  \"keywords\":[\"ro sizing calculator\",\"4040 ro\",\"8040 ro\",\"membrane flux\",\"element count\"],\n  \"publisher\":{\"@type\":\"Organization\",\"name\":\"Stark Water\",\"url\":\"https:\/\/stark-water.com\"},\n  \"potentialAction\":{\"@type\":\"UseAction\",\"target\":\"https:\/\/stark-water.com\/stark-water-tools\/stark-water-tools-ro-sizing\/\"}\n}\n<\/script>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"mainEntity\":[\n    {\"@type\":\"Question\",\"name\":\"What\u2019s a sensible flux for 4040 vs 8040?\",\n     \"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"As a starting point, 4040 often runs at 10\u201325 Lmh and 8040 at 8\u201318 Lmh. Choose the lower end for high TDS, cold water or higher fouling risk, and confirm with vendor tools.\"}},\n    {\"@type\":\"Question\",\"name\":\"Does this calculator set vessel counts or staging?\",\n     \"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. It estimates element count only. Vessel counts, stage splits and hydraulics require vendor software and site-specific data.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can I change the membrane area per element?\",\n     \"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Enter the exact area from your datasheet (e.g., 7.9 m\u00b2 for many 4040 models; 37\u201341 m\u00b2 for 8040), then re-run sizing.\"}},\n    {\"@type\":\"Question\",\"name\":\"How does temperature affect sizing?\",\n     \"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Higher temperature reduces viscosity and may allow higher flux; cold water usually needs lower flux to keep fouling risk manageable. Use the operating temperature for your checks.\"}}\n  ]\n}\n<\/script>","protected":false},"excerpt":{"rendered":"<p>RO Sizing Wizard (4040\/8040) Quick estimator of element count and operating flux. Edit area\/flux window per vendor; shareable link &#038; [&hellip;]<\/p>","protected":false},"author":1,"featured_media":19185,"parent":19070,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-19084","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/pages\/19084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/comments?post=19084"}],"version-history":[{"count":6,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/pages\/19084\/revisions"}],"predecessor-version":[{"id":27446,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/pages\/19084\/revisions\/27446"}],"up":[{"embeddable":true,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/pages\/19070"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/media\/19185"}],"wp:attachment":[{"href":"https:\/\/stark-water.com\/es\/wp-json\/wp\/v2\/media?parent=19084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}