{"id":6829,"date":"2024-12-31T15:57:46","date_gmt":"2024-12-31T07:57:46","guid":{"rendered":"https:\/\/ruegoglobal.com\/?p=6829"},"modified":"2026-08-03T11:41:52","modified_gmt":"2026-08-03T03:41:52","slug":"convert-cfm-to-m3-h","status":"publish","type":"post","link":"https:\/\/www.ruegoglobal.com\/pt\/blog\/air-compressor-guide\/convert-cfm-to-m3-h\/","title":{"rendered":"Converter CFM para M\u00b3\/h instantaneamente: Calculadora e guia"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"6829\" class=\"elementor elementor-6829\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d63cc9 e-flex e-con-boxed e-con e-parent\" data-id=\"8d63cc9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19f98b1 elementor-widget elementor-widget-html\" data-id=\"19f98b1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"cfm_to_m\u00b3_conversion_tool\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- CFM to m\u00b3\/h Converter -->\n<div class=\"cfm-converter-container\">\n    <h2>CFM to m\u00b3\/h Converter<\/h2>\n\n    <form id=\"cfmToM3Form\" action=\"\">\n        <label for=\"cfmInput\">Digite o valor de CFM:<\/label>\n        <input\n            type=\"number\"\n            id=\"cfmInput\"\n            name=\"cfmInput\"\n            placeholder=\"Digite o valor CFM\"\n            min=\"0\"\n            step=\"any\"\n            required\n>\n        <button type=\"submit\">Convert to m\u00b3\/h<\/button>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n\n    <p id=\"resultM3\" aria-live=\"polite\"><\/p>\n\n    <h2>Reverse Conversion: m\u00b3\/h to CFM<\/h2>\n\n    <form id=\"m3ToCfmForm\" action=\"\">\n        <label for=\"m3Input\">Enter m\u00b3\/h value:<\/label>\n        <input\n            type=\"number\"\n            id=\"m3Input\"\n            name=\"m3Input\"\n            placeholder=\"Enter m\u00b3\/h value\"\n            min=\"0\"\n            step=\"any\"\n            required\n>\n        <button type=\"submit\">Converter para CFM<\/button>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n\n    <p id=\"resultCFM\" aria-live=\"polite\"><\/p>\n<\/div>\n\n<style>\n    .cfm-converter-container {\n        max-width: 600px;\n        margin: auto;\n        padding: 20px;\n        background-color: #f4f4f4;\n        border-radius: 8px;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        box-sizing: border-box;\n    }\n\n    .cfm-converter-container h2 {\n        font-size: 22px;\n        text-align: center;\n        color: #333;\n    }\n\n    .cfm-converter-container label {\n        display: block;\n        margin-bottom: 10px;\n        font-size: 16px;\n        color: #555;\n    }\n\n    .cfm-converter-container input {\n        width: 100%;\n        padding: 10px;\n        margin-bottom: 15px;\n        border: 1px solid #ccc;\n        border-radius: 5px;\n        font-size: 16px;\n        box-sizing: border-box;\n    }\n\n    .cfm-converter-container button {\n        width: 100%;\n        padding: 12px;\n        background-color: #007bff;\n        border: none;\n        border-radius: 5px;\n        color: #fff;\n        font-size: 16px;\n        cursor: pointer;\n    }\n\n    .cfm-converter-container button:hover {\n        background-color: #0056b3;\n    }\n\n    .cfm-converter-container p {\n        min-height: 24px;\n        text-align: center;\n        font-size: 18px;\n        color: #333;\n    }\n\n    @media (max-width: 767px) {\n        .cfm-converter-container {\n            padding: 15px;\n        }\n\n        .cfm-converter-container h2 {\n            font-size: 20px;\n        }\n\n        .cfm-converter-container label,\n        .cfm-converter-container input,\n        .cfm-converter-container button {\n            font-size: 14px;\n        }\n    }\n<\/style>\n\n<script>\n    const CFM_TO_M3H = 1.6990108;\n\n    document\n        .getElementById(\"cfmToM3Form\")\n        .addEventListener(\"submit\", function (event) {\n            event.preventDefault();\n\n            const input = document.getElementById(\"cfmInput\").value.trim();\n            const cfm = Number(input);\n            const result = document.getElementById(\"resultM3\");\n\n            if (input === \"\" || !Number.isFinite(cfm) || cfm < 0) {\n                result.textContent = \"Please enter a valid CFM value.\";\n                return;\n            }\n\n            const m3h = cfm * CFM_TO_M3H;\n            result.textContent = `${cfm} CFM = ${m3h.toFixed(2)} m\u00b3\/h`;\n        });\n\n    document\n        .getElementById(\"m3ToCfmForm\")\n        .addEventListener(\"submit\", function (event) {\n            event.preventDefault();\n\n            const input = document.getElementById(\"m3Input\").value.trim();\n            const m3h = Number(input);\n            const result = document.getElementById(\"resultCFM\");\n\n            if (input === \"\" || !Number.isFinite(m3h) || m3h < 0) {\n                result.textContent = \"Please enter a valid m\u00b3\/h value.\";\n                return;\n            }\n\n            const cfm = m3h \/ CFM_TO_M3H;\n            result.textContent = `${m3h} m\u00b3\/h = ${cfm.toFixed(2)} CFM`;\n        });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-203343d elementor-widget elementor-widget-image\" data-id=\"203343d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H-1024x576.jpg\" class=\"attachment-medium size-medium wp-image-6832\" alt=\"Como converter CFM para M\u00b3\/h - Imagem de equipamento industrial com man\u00f4metro e tubos\" srcset=\"https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H-1024x576.jpg 1024w, https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H-768x432.jpg 768w, https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H-1536x864.jpg 1536w, https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H-18x10.jpg 18w, https:\/\/www.ruegoglobal.com\/wp-content\/uploads\/2024\/12\/CFM-To-M3H.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4dd78f elementor-widget elementor-widget-text-editor\" data-id=\"c4dd78f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A medi\u00e7\u00e3o do fluxo de ar \u00e9 essencial em v\u00e1rios campos, desde <strong>compressores de ar<\/strong> e <strong>HVAC<\/strong> <strong>sistemas<\/strong> para <strong>aplica\u00e7\u00f5es industriais<\/strong>. Entender como converter <strong>CFM<\/strong> (p\u00e9s c\u00fabicos por minuto) para <strong>M3\/h<\/strong> (Metros c\u00fabicos por hora) permitir\u00e1 que voc\u00ea tome decis\u00f5es informadas e ajudar\u00e1 a selecionar o equipamento adequadamente.<\/p><h2><strong>O que \u00e9 CFM na medi\u00e7\u00e3o de vaz\u00e3o?<\/strong><\/h2><p><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/en.wikipedia.org\/wiki\/Cubic_foot#Cubic_foot_per_minute\" target=\"_blank\" rel=\"noopener\"><strong>CFM<\/strong> (P\u00e9s c\u00fabicos por minuto)<\/a> <\/span>\u00e9 uma das unidades mais usadas para medir o fluxo de ar. Ela indica a quantidade de ar que passa por um sistema em um minuto. Em v\u00e1rios campos, incluindo <strong>HVAC<\/strong>, <strong>processos industriais<\/strong>e, principalmente <strong>compressores de ar<\/strong>, <strong>CFM<\/strong> \u00e9 fundamental para garantir que o sistema opere com desempenho m\u00e1ximo.<\/p><h4><strong>Por que o CFM \u00e9 importante<\/strong><\/h4><ul><li class=\"translation-block\"><strong>Para compressores de ar<\/strong>: A classifica\u00e7\u00e3o <strong>CFM<\/strong> de um compressor de ar informa a quantidade de ar que ele pode fornecer por minuto, o que \u00e9 vital para atender \u00e0s demandas do sistema.<\/li><li><strong>Para sistemas HVAC<\/strong>: Entendendo o <strong>CFM<\/strong> ajuda a projetar sistemas de ventila\u00e7\u00e3o que fornecem o fluxo de ar correto para aquecimento, resfriamento e qualidade do ar.<\/li><li><strong>Para aplica\u00e7\u00f5es industriais<\/strong>: <strong>CFM<\/strong> \u00e9 usado para medir o fluxo de ar comprimido para m\u00e1quinas, ferramentas e processos de produ\u00e7\u00e3o.<\/li><\/ul><h2><strong>O que \u00e9 M\u00b3\/h e como ele se aplica \u00e0 medi\u00e7\u00e3o de fluxo de ar?<\/strong><\/h2><p><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/qudt.org\/vocab\/unit\/M3-PER-HR\" target=\"_blank\" rel=\"noopener\"><strong>M\u00b3\/h<\/strong> (Metros c\u00fabicos por hora)<\/a> <\/span>\u00e9 a unidade de medida m\u00e9trica usada para expressar o volume de ar que passa por um sistema em uma hora. Em muitas partes do mundo, especialmente em regi\u00f5es que seguem o sistema m\u00e9trico, <strong>M\u00b3\/h<\/strong> \u00e9 prefer\u00edvel a <strong>CFM<\/strong>.<\/p><h4><strong>M\u00b3\/h em diferentes aplica\u00e7\u00f5es<\/strong><\/h4><ul><li><strong>Compressores de ar<\/strong>: Na Europa e em outros pa\u00edses que usam o sistema m\u00e9trico, <strong>M\u00b3\/h<\/strong> \u00e9 usado para descrever o fluxo de ar dos compressores.<\/li><li><strong>HVAC e ventila\u00e7\u00e3o<\/strong>: <strong>M\u00b3\/h<\/strong> \u00e9 frequentemente usado no c\u00e1lculo do fluxo de ar para sistemas de aquecimento, ventila\u00e7\u00e3o e ar condicionado (HVAC).<\/li><li><strong>Configura\u00e7\u00f5es industriais<\/strong>: Muitos ambientes de produ\u00e7\u00e3o usam <strong>M\u00b3\/h<\/strong> para medir o fluxo de ar para o maquin\u00e1rio, garantindo o funcionamento adequado.<\/li><\/ul><h2><strong>Por que converter CFM em M\u00b3\/h?<\/strong><\/h2><p>Convers\u00e3o entre <strong>CFM<\/strong> e <strong>M\u00b3\/h<\/strong> \u00e9 essencial para muitos setores, incluindo compressores de ar, sistemas de HVAC e equipamentos industriais, devido aos seguintes motivos:<\/p><ul><li><strong>Compatibilidade global<\/strong>: Regi\u00f5es diferentes usam unidades diferentes para o fluxo de ar. <strong>CFM<\/strong> \u00e9 comumente usado nos EUA, enquanto <strong>M\u00b3\/h<\/strong> \u00e9 predominante na Europa e em outras regi\u00f5es.<\/li><li><strong>Projeto preciso do sistema<\/strong>: Garantir que o equipamento seja dimensionado corretamente de acordo com as medi\u00e7\u00f5es corretas do fluxo de ar \u00e9 essencial para o desempenho do sistema.<\/li><li><strong>Compara\u00e7\u00f5es padronizadas<\/strong>: Ao avaliar ou comparar equipamentos de diferentes regi\u00f5es, a convers\u00e3o entre essas duas unidades garante uma compara\u00e7\u00e3o justa do desempenho do fluxo de ar.<\/li><\/ul><h2>Como converter CFM em M\u00b3\/h e vice-versa<\/h2><h3>Convers\u00e3o de CFM para M\u00b3\/h<\/h3><p>The formula to convert CFM to M\u00b3\/h is:<\/p><p><strong>M\u00b3\/h = CFM \u00d7 1.69901<\/strong><\/p><p>Exemplo:<\/p><p>A compressor rated at 500 CFM is equivalent to:<\/p><p><strong>500 \u00d7 1.69901 = 849.51 M\u00b3\/h<\/strong><\/p><h3>Convers\u00e3o de M\u00b3\/h em CFM<\/h3><p>To convert M\u00b3\/h to CFM, use the formula:<\/p><p><strong>CFM = M\u00b3\/h \u00d7 0.58858<\/strong><\/p><p>Exemplo:<\/p><p>A compressor rated at 10 M\u00b3\/h is equivalent to:<\/p><p><strong>10 \u00d7 0.58858 = 5.89 CFM<\/strong><\/p><h2>Tabela de convers\u00e3o de CFM para M\u00b3\/h para refer\u00eancia r\u00e1pida<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a7e27d elementor-widget elementor-widget-html\" data-id=\"7a7e27d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Responsive Table Container -->\n<div id=\"table-container\" style=\"overflow-x: auto; margin: 20px 0;\">\n    <table style=\"width: 100%; border-collapse: collapse; text-align: left; min-width: 400px;\">\n        <thead>\n            <tr style=\"background-color: #ddd; border: 1px solid #ccc;\">\n                <th style=\"padding: 8px; border: 1px solid #ccc;\">CFM<\/th>\n                <th style=\"padding: 8px; border: 1px solid #ccc;\">m\u00b3\/h<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">1 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">1.69901 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">2 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">3.39802 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">3 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">5.09703 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">4 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">6.79604 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">5 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">8.49505 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">6 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">10.19406 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">7 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">11.89307 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">8 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">13.59208 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">9 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">15.29109 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">10 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">16.99010 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">20 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">33.98020 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">30 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">50.97030 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">40 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">67.96040 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">50 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">84.95050 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">60 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">101.94060 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">200 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">339.80200 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">300 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">509.70300 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">400 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">679.60400 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">500 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">849.50500 m\u00b3\/h<\/td>\n            <\/tr>\n            <tr>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">1000 CFM<\/td>\n                <td style=\"padding: 8px; border: 1px solid #ccc;\">1699.01000 m\u00b3\/h<\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f6b91d elementor-widget elementor-widget-text-editor\" data-id=\"8f6b91d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Using a CFM to m\u00b3\/h Converter Tool<\/h2><p>Para convers\u00f5es r\u00e1pidas e f\u00e1ceis, voc\u00ea pode usar nosso <a href=\"#cfm_to_m\u00b3_conversion_tool\"><strong>CFM to m\u00b3\/h conversion tool<\/strong><\/a> above. This tool instantly converts between CFM and m\u00b3\/h, making it easier to select the right equipment for your needs.<\/p><h2>CFM vs. m\u00b3\/h in Air Compressors: Industry-Specific Considerations<\/h2><p>The conversion formula between CFM and m\u00b3\/h is fixed, provided both values use the same operating or reference conditions. This is especially important for air compressors.<\/p><p><strong>Air Compressor Sizing:<\/strong> Manufacturers in different regions may use different airflow units. Always confirm whether the stated flow is CFM, SCFM, ACFM, FAD, or Nm\u00b3\/h before comparing compressors.<\/p><p><strong>HVAC Systems:<\/strong> Accurate airflow measurement helps ensure energy efficiency, comfort, and indoor air quality.<\/p><p><strong>Industrial Machinery:<\/strong> CFM and m\u00b3\/h are used to match compressed-air supply with the airflow needs of tools, machines, and production lines.<\/p><h2>The Importance of Proper Airflow Measurement<\/h2><p>Accurate airflow measurement helps industrial systems operate safely and efficiently.<\/p><p><strong>Evitar a sobrecarga do sistema:<\/strong> Correct equipment sizing prevents compressors and other systems from being overloaded.<\/p><p><strong>Improve Energy Efficiency:<\/strong> Correct airflow sizing helps reduce unnecessary energy consumption.<\/p><p><strong>Extend Equipment Lifespan:<\/strong> Proper airflow reduces excessive wear and helps equipment last longer.<\/p><h2>Principais conclus\u00f5es<\/h2><p>Understanding CFM and m\u00b3\/h is important when selecting air compressors, HVAC systems, and industrial equipment.<\/p><p>The correct conversions are:<\/p><p><strong>1 CFM = 1.69901 m\u00b3\/h<\/strong><\/p><p><strong>1 m\u00b3\/h = 0.58858 CFM<\/strong><\/p><p>Accurate conversion helps compare equipment, improve system performance, and avoid incorrect sizing. For compressor selection, always compare airflow values under the same pressure, temperature, and reference conditions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdebda4 elementor-widget elementor-widget-html\" data-id=\"fdebda4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/KaTeX\/0.16.0\/katex.min.css\">\r\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/KaTeX\/0.16.0\/katex.min.js\"><\/script>\r\n<script defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/KaTeX\/0.16.0\/contrib\/auto-render.min.js\"\r\n        onload=\"renderMathInElement(document.body);\"><\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>CFM to m\u00b3\/h Converter Enter CFM value: Convert to m\u00b3\/h Reverse Conversion: m\u00b3\/h to CFM Enter m\u00b3\/h value: Convert to CFM Airflow measurement is integral [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6832,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","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":"","ast-disable-related-posts":"","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":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"categories":[265],"tags":[],"class_list":["post-6829","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-air-compressor-guide"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/posts\/6829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/comments?post=6829"}],"version-history":[{"count":3,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/posts\/6829\/revisions"}],"predecessor-version":[{"id":9080,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/posts\/6829\/revisions\/9080"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/media\/6832"}],"wp:attachment":[{"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/media?parent=6829"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/categories?post=6829"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ruegoglobal.com\/pt\/wp-json\/wp\/v2\/tags?post=6829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}