{"id":3253,"date":"2023-05-02T06:27:53","date_gmt":"2023-05-02T06:27:53","guid":{"rendered":"https:\/\/thermibel.be\/faq\/how-do-you-convert-ohms-to-c\/"},"modified":"2023-06-27T12:28:58","modified_gmt":"2023-06-27T12:28:58","slug":"how-do-you-convert-ohms-to-c","status":"publish","type":"faq","link":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/","title":{"rendered":"How do you convert ohms to \u00b0C?"},"content":{"rendered":"\n<p>The CVD equation calculates resistance as a function of temperature; this is the converse of the most common applications: temperature as a function of resistance. In order to convert the RTD resistance into temperature, we need to use a 2nd degree quadratic equation, which is in a sense the reciprocal of the CVD equation but <strong>only for temperatures above 0\u00b0C:<\/strong> <br>$$ T = \\frac{{ &#8211; A + \\sqrt {{A^2} &#8211; 4B\\left( {1 &#8211; \\frac{{{R_T}}}{{{R_0}}}} \\right)} }}{{2B}} $$<\/p>\n\n\n\n<p>For temperatures below 0\u00b0C, the CVD equation is too complex to solve, and it is necessary to use numerical methods. The most accurate is to find the root of the CVD equation numerically; in other words, to solve the following equation: <br>$$ f\\left( T \\right) = {R_0}\\left[ {1 + AT + B{T^2} + C\\left( {T &#8211; 100} \\right){T^3}} \\right] &#8211; {R_T} = 0 $$<\/p>\n\n\n\n<p>The most appropriate method is the tangent method (or Newton\u2019s algorithm). This method has the advantage of converging with certainty provided that the root is within the given interval, which is achievable knowing the average sensitivity of an RTD. This method also requires knowing the derivative of the CVD equation which can easily be calculated:  <br>$$ \\frac{{df\\left( T \\right)}}{{dT}} = {R_0}\\left[ {A + 2BT + 4C{T^3} &#8211; 300C{T^2}} \\right] $$<\/p>\n\n\n\n<p class=\"inl-math\">Finally, it is necessary to be certain that the equation has only one root, which is the case with the CVD equation. The algorithm, simple, can be found in all books on numerical methods. It consists in determining for a starting point $$ {{t_0}} $$, the tangent at this point $$ f&#8217;\\left( {{t_0}} \\right) $$ which intersects with the curve at a new point $$ {{t_1}} $$. At this point, we recalculate the tangent $$ f&#8217;\\left( {{t_1}} \\right) $$ which in turn intersects with the curve at a point $$ {{t_2}} $$, etc\u2026 until the gap between two successive points \u00a0is smaller than the stopping criterion (defined by <em>\u03b5<\/em>). The program \u201cRTD.xls\u201d uses this algorithm. Here is the source code:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full text-center\"><img loading=\"lazy\" decoding=\"async\" width=\"908\" height=\"622\" src=\"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png\" alt=\"source code\" class=\"wp-image-323\" srcset=\"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png 908w, https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25-300x206.png 300w, https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25-600x411.png 600w, https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25-768x526.png 768w\" sizes=\"auto, (max-width: 908px) 100vw, 908px\" \/><\/figure>\n","protected":false},"featured_media":0,"template":"","format":"standard","class_list":["post-3253","faq","type-faq","status-publish","format-standard","hentry"],"acf":[],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How do you convert ohms to \u00b0C? - Thermibel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How do you convert ohms to \u00b0C? - Thermibel\" \/>\n<meta property=\"og:description\" content=\"The CVD equation calculates resistance as a function of temperature; this is the converse of the most common applications: temperature as a function of resistance. In order to convert the RTD resistance into temperature, we need to use a 2nd degree quadratic equation, which is in a sense the reciprocal of the CVD equation but [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/\" \/>\n<meta property=\"og:site_name\" content=\"Thermibel\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-27T12:28:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/\",\"url\":\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/\",\"name\":\"How do you convert ohms to \u00b0C? - Thermibel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thermibel.be\\\/app\\\/uploads\\\/2023\\\/05\\\/faq-25.png\",\"datePublished\":\"2023-05-02T06:27:53+00:00\",\"dateModified\":\"2023-06-27T12:28:58+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/faq\\\/how-do-you-convert-ohms-to-c\\\/#primaryimage\",\"url\":\"https:\\\/\\\/thermibel.be\\\/app\\\/uploads\\\/2023\\\/05\\\/faq-25.png\",\"contentUrl\":\"https:\\\/\\\/thermibel.be\\\/app\\\/uploads\\\/2023\\\/05\\\/faq-25.png\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/thermibel.be\\\/en\\\/\",\"name\":\"Thermibel\",\"description\":\"Un Haut Degr\u00e9 de Qualit\u00e9\",\"publisher\":{\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thermibel.be\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#organization\",\"name\":\"Thermibel\",\"url\":\"https:\\\/\\\/thermibel.be\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/thermibel.be\\\/app\\\/uploads\\\/2023\\\/08\\\/logo_fr-1.png\",\"contentUrl\":\"https:\\\/\\\/thermibel.be\\\/app\\\/uploads\\\/2023\\\/08\\\/logo_fr-1.png\",\"width\":275,\"height\":59,\"caption\":\"Thermibel\"},\"image\":{\"@id\":\"https:\\\/\\\/thermibel.be\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do you convert ohms to \u00b0C? - Thermibel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/","og_locale":"en_US","og_type":"article","og_title":"How do you convert ohms to \u00b0C? - Thermibel","og_description":"The CVD equation calculates resistance as a function of temperature; this is the converse of the most common applications: temperature as a function of resistance. In order to convert the RTD resistance into temperature, we need to use a 2nd degree quadratic equation, which is in a sense the reciprocal of the CVD equation but [&hellip;]","og_url":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/","og_site_name":"Thermibel","article_modified_time":"2023-06-27T12:28:58+00:00","og_image":[{"url":"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/","url":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/","name":"How do you convert ohms to \u00b0C? - Thermibel","isPartOf":{"@id":"https:\/\/thermibel.be\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/#primaryimage"},"image":{"@id":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/#primaryimage"},"thumbnailUrl":"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png","datePublished":"2023-05-02T06:27:53+00:00","dateModified":"2023-06-27T12:28:58+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thermibel.be\/en\/faq\/how-do-you-convert-ohms-to-c\/#primaryimage","url":"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png","contentUrl":"https:\/\/thermibel.be\/app\/uploads\/2023\/05\/faq-25.png"},{"@type":"WebSite","@id":"https:\/\/thermibel.be\/en\/#website","url":"https:\/\/thermibel.be\/en\/","name":"Thermibel","description":"Un Haut Degr\u00e9 de Qualit\u00e9","publisher":{"@id":"https:\/\/thermibel.be\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thermibel.be\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thermibel.be\/en\/#organization","name":"Thermibel","url":"https:\/\/thermibel.be\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thermibel.be\/en\/#\/schema\/logo\/image\/","url":"https:\/\/thermibel.be\/app\/uploads\/2023\/08\/logo_fr-1.png","contentUrl":"https:\/\/thermibel.be\/app\/uploads\/2023\/08\/logo_fr-1.png","width":275,"height":59,"caption":"Thermibel"},"image":{"@id":"https:\/\/thermibel.be\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thermibel.be\/en\/wp-json\/wp\/v2\/faq\/3253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thermibel.be\/en\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/thermibel.be\/en\/wp-json\/wp\/v2\/types\/faq"}],"wp:attachment":[{"href":"https:\/\/thermibel.be\/en\/wp-json\/wp\/v2\/media?parent=3253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}