<?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>COMSOL Blog &#187; Electromagnetic Heating</title>
	<atom:link href="http://www.comsol.no/blogs/category/electrical/electromagnetic-heating/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.comsol.no/blogs</link>
	<description></description>
	<lastBuildDate>Thu, 22 Nov 2018 09:33:42 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>3 Approaches to Modeling Moving Loads and Constraints in COMSOL®</title>
		<link>https://www.comsol.no/blogs/3-approaches-to-modeling-moving-loads-and-constraints-in-comsol/</link>
		<comments>https://www.comsol.no/blogs/3-approaches-to-modeling-moving-loads-and-constraints-in-comsol/#comments</comments>
		<pubDate>Mon, 22 Oct 2018 08:24:04 +0000</pubDate>
		<dc:creator><![CDATA[Walter Frei]]></dc:creator>
				<category><![CDATA[CAD Import & LiveLink for CAD Products]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[Equation-Based Modeling]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Interfacing]]></category>
		<category><![CDATA[Technical Content]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=281621</guid>
		<description><![CDATA[One of the core strengths of the COMSOL Multiphysics® software is the ability to easily define loads and constraints that move over time. There are actually several different ways in which this can be done, all within the core functionality of the software. In today&#8217;s blog post, we will guide you through three of these approaches. The Example: Laser Heating of a Flat Plate Let’s consider the case of a flat plate of material that is being heated by a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>One of the core strengths of the COMSOL Multiphysics® software is the ability to easily define loads and constraints that move over time. There are actually several different ways in which this can be done, all within the core functionality of the software. In today&#8217;s blog post, we will guide you through three of these approaches.</p>
<p><span id="more-281621"></span></p>
<h3>The Example: Laser Heating of a Flat Plate</h3>
<p>Let’s consider the case of a flat plate of material that is being heated by a laser heat source. The plate is centered at the origin, as shown in the figure below, and we want to heat its surface at varying locations over time. Suppose that the laser (or the workpiece) is mounted on a stage that provides positional control of the focus point. Let’s also assume that there are some optics that shape the beam profile of the laser, so the heat source is spread over a small area around the focus. </p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/laser-heat-source-schematic.png" title="" alt="A schematic showing a laser heat source heating a flat workpiece." width="571" height="400" class="alignnone size-full wp-image-281641" /><br />
<em>Schematic of a laser heat source traversing over a workpiece.</em></p>
<p>Now, let&#8217;s look at several different ways in which we can define the moving focus point to follow a known tool path.</p>
<h3>Method 1: Using Variables</h3>
<p>The simplest approach is to use a set of variables to define the position of the focus and distribution of the heat load over time. Let’s say that we want to have a 1-kW total heat load moving in a 40-cm radius circular path every 10 s. Furthermore, the heat load has a Gaussian intensity distribution with a 5-cm waist radius. We can define this information using variables, as shown in the screenshot below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/variable-definitions-settings-window.png" title="" alt="A screenshot of the Settings window for variable definitions in COMSOL Multiphysics." width="629" height="432" class="alignnone size-full wp-image-281651" /></p>
<p>The first four definitions, <code>Rb</code>, <code>P0</code>, <code>Rp</code>, and <code > T0</code>, are actually just constants. If we would like to alter any of these definitions via a parametric sweep later on, we could also define them as <em>Global Parameters</em>. For now, it is simplest to just show them all in one place.</p>
<p>The next two variables, <code>x_focus</code> and <code>y_focus</code>, are not constant: They vary as a function of time, the built-in variable <code > t</code>. We can see that these variables describe a point moving on a circular path about the origin as:</p>
<pre>Rp*cos(2*pi*t/T0)</pre>
<pre>Rp*sin(2*pi*t/T0)</pre>
<p>The next variable, <code>R</code>, is a function of time and space. It makes use of the coordinate variables <em><code>x</code></em> and <em><code>y</code></em>, as well as <code>x_focus</code> and <code > y_focus</code>, which we just saw are functions of time. So at each instant in time and at every point in space, this variable tells us the distance (in the <em>xy</em>-plane) from the laser focal point.</p>
<p>The last variable, <code>HeatFlux</code>, is a function of <code>R</code> and the constants. It defines a Gaussian intensity profile about the focal point such that the total heat flux equals the defined power. It is this variable, <code > HeatFlux</code>, that we enter as a boundary condition, as shown in the screenshot below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/heat-flux-boundary-settings.png" title="" alt="A screenshot of the boundary heat flux Settings window." width="629" height="294" class="alignnone size-full wp-image-281661" /></p>
<p>This prescribed heat flux expression then gives the heating profile path visualized below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/circular-heating-profile.png" title="" alt="An image showing a circular heating profile in the COMSOL software." width="646" height="370" class="alignnone size-full wp-image-281671" /><br />
<em>A circular heating profile set up via the</em> Variables <em>node.</em></p>
<h3>Method 2: Using Interpolation Functions</h3>
<p>So far, this isn’t very complicated; just a few expressions. But we can replace the simple expressions for <code>x_focus</code> and <code > y_focus</code> with something more general. COMSOL Multiphysics provides a variety of built-in functions in the software. For our discussion here, the most useful is the <em>Interpolation</em> function, which lets us read in data from a text file. Let’s suppose we have a text file containing rows of data of time and the <em>x</em>- and <em>y</em>-locations of the laser focus at that time. A sample of such a file is shown below:</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/laser-data-text-file.png" title="" alt="A screenshot of a text file containing data for the laser focus model." width="299" height="207" class="alignnone size-full wp-image-281681" /></p>
<p>Such data can be read in to the <em>Interpolation</em> function using the settings shown below. Note that there is just a single argument here, time, and the two columns of data after that represent the <em>x</em>-focus and <em>y</em>-focus, respectively, in units of centimeters. Between the specified points in time, we want the laser to move linearly. We specify the function names as <code>x_f</code> and <code > y_f</code>, respectively, and make sure to set the arguments correctly.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/interpolation-function-settings-window.png" title="" alt="A screenshot of the settings for the interpolation function." width="549" height="677" class="alignnone size-full wp-image-281691" /></p>
<p>We can then just alter our previous expressions for the focus to be <code>x_focus = x_f(t)</code> and <code > y_focus = y_f(t)</code> and get the moving load pictured below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/heating-profile-from-text-file.png" title="" alt="An image showing the heating profile found using the interpolation function method." width="625" height="348" class="alignnone size-full wp-image-281701" /><br />
<em>A heating profile read in from a text file.</em></p>
<p>We can see that this <em>Interpolation</em> function quickly lets us read in some very complicated profile patterns, we just need a way to generate these profiles and the text files. For example, the text file format used here is not too different from the <a href="https://en.wikipedia.org/wiki/G-code" target="_blank">G-code</a> format, so if you have a heating path defined in such a format, it can be pretty simple to convert it to a COMSOL®-friendly input. On the other hand, maybe we would like to import a profile created in the ubiquitous 2D DXF file format. Let’s look at that next…</p>
<h3>Method 3: Using Paths Imported from CAD Geometries</h3>
<p>Suppose we want the load to move along a path we read in from an external file, as shown in the image below. We would like the laser to move smoothly along this path from one end to the other. Now, we need to do a bit more work.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/laser-profile-and-dxf-settings.png" title="" alt="Side-by-side images showing the import settings for a DXF file and an S-shaped laser profile." width="882" height="275" class="alignnone size-full wp-image-281711" /><br />
<em>The S-shaped profile of the laser path is read in from a DXF file as a geometry.</em></p>
<p>The file that we’ve read in doesn’t have any information about time within it: It is just a path that we expect the laser to follow at a constant speed. Now, each edge of this imported path (and there may be thousands of edges) does have parameters <code>s1</code> and <code > s2</code> that vary linearly along the length, but if there are many edges, we probably wouldn&#8217;t want to work with these parameters. So instead, how do we compute where the laser is at every point in time along the entire set of lines? One way in which we can do this is by introducing another partial differential equation (PDE) to solve, along the desired set of lines. The PDE we want to solve is:</p>
<div class="latex">\nabla_t \cdot \left( c \nabla_t u \right) = 0</div>
<p>where <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUBAMAAABscEDKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAC1QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////wISVsgAAAA10Uk5TAIhEmd277iIRVWbMd+OkNx0AAAABYktHRACIBR1IAAAACXBIWXMAAAB4AAAAeACd9VpgAAAAc0lEQVQY02NgwA8YBcFACMplvhIKAulQLvtVEMkhAFNtqwDSUgDj1gYAiUa4WcyXgIQ4nAvSjNAK1ozQCtYM0spRANcM0sooANMM1sqqANOsCFTHKQtzZ20giFSF23wdRArCbQYbEoTq0wtVKNydBzDCAgAN8RMLAfzeEQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMS0yMlQwMDowMjo1MyswMTowMOdi1NQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTEtMjJUMDA6MDI6NTMrMDE6MDCWP2xoAAAAIXRFWHRwczpIaVJlc0JvdW5kaW5nQm94ADE3eDEyKzI5Nys2MzcNxFqWAAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTVNZMTAgMDAzLjAwMgp3GwEQAAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvNzA5ODcxOTY4NTY2ZmVkZWI0Yjk5ZDI4ODZlNGIyNjguZHZpIC1vYN+G+wAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlLzcwOTg3MTk2ODU2NmZlZGViNGI5OWQyODg2ZTRiMjY4LnBzlLMmdQAAAABJRU5ErkJggg==" /> refers to the tangential direction to the curve.</p>
<p>This PDE, along with the boundary conditions of <code>u = 0</code> at one end of the path and <code>u = 1</code> at the other end, will give us a field along the path that varies linearly from 0 to 1, which will be proportional to the total arc length of all of the edges. We can set this up using the <em>Coefficient Form Edge PDE</em> interface, as shown in the screenshots below. All coefficient terms other than the <em>Diffusion Coefficient</em>, <em><code > c</code></em>, are set to zero. </p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/10/coefficient-form-edge-pde-interface.png" target="blank"><img src="https://cdn.comsol.com/wordpress/2018/10/coefficient-form-edge-pde-interface.png" title="Coefficient Form Edge PDE" alt="A screenshot of the Coefficient Form Edge PDE interface Settings window." class="alignnone size-full wp-image-281721" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/10/diffusion-coefficient-term-settings.png" target="blank"><img src="https://cdn.comsol.com/wordpress/2018/10/diffusion-coefficient-term-settings.png" title="Diffusion Coefficient settings" alt="A screenshot of the Diffusion Coefficient settings in COMSOL Multiphysics." class="alignnone size-full wp-image-281731" /></a>
</div>
</div>
<p><em>Left: Settings of the</em> Coefficient Form Edge PDE <em>interface needed to compute the path. Right: The diffusion coefficient term,</em> c<em>, is a constant; all other coefficients are set to zero.</em> </p>
<p>Then, two <em>Dirichlet</em> boundary conditions set the field, <code>u</code>, at either ends, and we solve this PDE in a stationary step, prior to solving the heat transfer problem but still within the same study.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/10/dirichlet-boundary-condition-settings.png" title="" alt="A screenshot of Dirichlet boundary condition settings used to model moving loads and constraints." width="545" height="299" class="alignnone size-full wp-image-281751" /><br />
<em>Two</em> Dirichlet <em>boundary conditions are used at the start and end of the profile path to constrain the field.</em></p>
<p>Next, we introduce a single minimum component coupling operator into the model, with the source selected as the edges to follow. This minimum operator is used to define the focal point coordinates, e.g.:</p>
<pre>x_focus = minop1(abs(u-t/T0),x)</pre>
<pre>y_focus = minop1(abs(u-t/T0),y)</pre>
<p>Note that the minimum operator is given two arguments. When we call the operator with two arguments, it will return the value of the second argument where the first argument is at a minimum. Thus, at each time, <code>t</code>, it will return the <em>x</em>- and <em>y</em>-locations of a point on the edge that is <code > t/T0</code> fraction of the way from one end to the other.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/10/minimum-operator-settings-COMSOL.png" target="blank"><img src="https://cdn.comsol.com/wordpress/2018/10/minimum-operator-settings-COMSOL.png" title="Minimum operator settings" alt="A screenshot of the Settings window for the minimum operator." class="alignnone size-full wp-image-281771" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/10/laser-heat-source-from-dxf-file.png" target="blank"><img src="https://cdn.comsol.com/wordpress/2018/10/laser-heat-source-from-dxf-file.png" title="Laser heat source" alt="An image of the laser heat source results for the imported DXF file method." class="alignnone size-full wp-image-281781" /></a>
</div>
</div>
<p><em>Left: The minimum operator is defined over the path that the heat source follows. Right: The laser heat source following the path defined by an imported DXF file.</em></p>
<p>And what if we would like the laser to traverse different parts of the path at different speeds? We would just need to adjust the coefficient, <em><code>c</code></em>, along those sets of edges. Suppose we want the laser to move three times faster along the curved boundaries than along the straight lines: just make <code > c</code> three times larger. Note that the absolute value doesn’t matter, it is just the ratio of the coefficient magnitudes that matters. The one drawback to this approach arises when the path crosses itself. In that situation, you would need to subdivide the path into two, or more, groups of paths; solve a PDE on each; and do a bit more bookkeeping for the variables.</p>
<h3>Closing Remarks on Modeling Moving Loads and Constraints</h3>
<p>In this blog post, we have looked at three different approaches of modeling a moving load. To try them yourself, click the button below to head to the Application Gallery. There, you can download the MPH-files for the models featured above (must have a COMSOL Access account and valid software license).</p>
<div class="flex-center">
<a href="/model/modeling-of-moving-loads-69831" class="btn-solid btn-md btn-red">Try It Yourself</a>
</div>
<p>Several other examples within the Application Gallery also make use of these techniques, including:</p>
<ul>
<li><a href="/model/laser-heating-of-a-silicon-wafer-1383">Laser Heating of a Silicon Wafer</a></li>
<li><a href="/model/traveling-load-20401">Traveling Load</a></li>
</ul>
<p>Although in this blog post we only considered loads, note that we can also apply these techniques to constraints, as described in <a href="/blogs/how-to-make-boundary-conditions-conditional-in-your-simulation/">How to Make Boundary Conditions Conditional in Your Simulation</a>.</p>
<p>Do you have further questions about using COMSOL Multiphysics for your modeling applications? Please let us know!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/3-approaches-to-modeling-moving-loads-and-constraints-in-comsol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Pitfalls in Electrothermal Analysis</title>
		<link>https://www.comsol.no/blogs/common-pitfalls-in-electrothermal-analysis/</link>
		<comments>https://www.comsol.no/blogs/common-pitfalls-in-electrothermal-analysis/#comments</comments>
		<pubDate>Tue, 17 Apr 2018 08:18:04 +0000</pubDate>
		<dc:creator><![CDATA[Walter Frei]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[AC/DC Module]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>
		<category><![CDATA[Technical Content]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=256531</guid>
		<description><![CDATA[In applications such as power transfer and consumer electronics, it may be critical to model electromagnetic heating of materials that are nonlinear in temperature; that is, the material&#8217;s electrical conductivity and thermal conductivity vary with temperature. When modeling these nonlinearities, even an experienced analyst can sometimes get quite unexpected results due to the combination of the nonlinear material properties, boundary conditions, and geometry. Let’s find out why this is in terms of a very simple example. Understanding Ohm&#8217;s Law and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In applications such as power transfer and consumer electronics, it may be critical to model electromagnetic heating of materials that are nonlinear in temperature; that is, the material&#8217;s electrical conductivity and thermal conductivity vary with temperature. When modeling these nonlinearities, even an experienced analyst can sometimes get quite unexpected results due to the combination of the nonlinear material properties, boundary conditions, and geometry. Let’s find out why this is in terms of a very simple example.</p>
<p><span id="more-256531"></span></p>
<h3>Understanding Ohm&#8217;s Law and Resistive Heating</h3>
<p>One of the first physical laws that we learn as engineers is Ohm’s law: The current through a device equals the applied voltage difference divided by the device electrical resistance, or <em>I</em> = <em>V/R<sub>e</sub></em>, where the electrical resistance, <em>R<sub>e</sub></em>, is a function of the device geometry and material&#8217;s electrical conductivity.</p>
<p>Shortly after learning that law, we probably also learned about the dissipated power within the device, which equals the current times the voltage difference, or <em>Q</em> = <em>IV</em>, which we could also write as <em>Q</em> = <em>I<sup>2</sup>R<sub>e</sub></em> or <em>Q</em> = <em>V<sup>2</sup>/R<sub>e</sub></em>. Maybe a little bit later in our studies, we also learned about thermal conductivity and equivalent device thermal resistance, <em>R<sub>t</sub></em>, which let us compute, in a lumped sense, the rise in temperature of a device via Δ<em>T</em> = <em>QR<sub>t</sub></em> relative to ambient conditions. We can then determine the absolute device temperature using <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAWCAMAAABjVSeDAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TABGIZkR3mSKqVTPuzLvdRiIT+QAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAAJTSURBVEjH7VbbkqwgDIQECCCX///bEy6Ooo6Du1PnaVO15WCa0HQaXCH+4vshYQv8Au4noUADGNlH2BbRNIK0VVK4DAw35qbYLO4HUlkoD7+szFQuSrhFDzBbWeQCIrgpN4v7HO7AM/QGmbhKWldhVdQORhVlU92Jel99FjcRcRjJsG7b5S6pSV3YvSBYnbHUZip6X30W95goLKs3Ve5ap2YtyP441ee54zGLe0CUNtlWBamt4pfzYjoPGnm1hb/BfYOo2Upi92S1qER7YbBmvVfAPm5wQ3gpJmMgmraSK2eTeFkTr+otk/fNDQ6bocieU/KlWWtSaI/2Km8TUt9Bs2i7A+TY6i9YlJZGyp1TW1d07VFq93kn+kqune8WhTzOrfMP1tNvWn9nUbRvU/FgtrH1ryYluxKuq8TlPPdovf1hUlc4RM0fOIlGaqc9apbAWAQS5Y8vRHCuZImzPMgwMh0PU2C8ZjkgdFP2WzRHcZr71KIss8ySr9bIC5RG8eYTCmWRSkdLF6BkGc79U/FQZhjLRZETpMCuh6drXIjCfi5CyAk+fxQ3HDFJz0JIwXc18f5VqBZVsb3JAM6XrKjZU+2RuI/ghCuf0coULK9S2hKD0DTB645yLDYuLeYfyPtnGRUbDEx16qqC67CjRcVRYfZOwcnDSXXsrvirj3XhFh02rQw/E2nFbggkrEPyhYhv2eCRu08jhYuLgXsi48VJPc19FNIqMJrNGJkOsxOBzw6/45FFfm2c0q5lI2eC0x9L+pzzVZdn5v7fgPi7fx3/4mH8A19nEK0OxZPeAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTExLTIyVDExOjUzOjAyKzAxOjAw1/kuiwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMS0yMlQxMTo1MzowMiswMTowMKakljcAAAAidEVYdHBzOkhpUmVzQm91bmRpbmdCb3gAMTAxeDEzKzI1NSs2Mza2dQG5AAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTU1JMTIgMDAzLjAwMgoxF5a7AAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvODIwMmY1MzdlMGU5YTI5MDcxYmQ2MWYxMDkyNDY3OGEuZHZpIC1vB6S4OQAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlLzgyMDJmNTM3ZTBlOWEyOTA3MWJkNjFmMTA5MjQ2NzhhLnBzh3nt6AAAAABJRU5ErkJggg==" />.</p>
<p>We start our discussion from this point and consider a completely lumped model of a device. (Yes, we’re starting so simple that we don’t even need to use the COMSOL Multiphysics® software for this part!) Let’s consider a lumped device with electrical resistance of <em>R<sub>e</sub></em> = 1 Ω and thermal resistance of <em>R<sub>t</sub></em> = 1 K/W. We can drive this device with either a constant voltage and compute the temperature as <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAAAZCAMAAADwrLk8AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADlQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AuJdXgAAABF0Uk5TADOImSIRd0TuZlWq3cy7P0611ilbAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAAeAAAAHgAnfVaYAAAAyNJREFUWMPtWImS2yAM5caAoeX/f7YCgQMYE6eT3cx2qpld2zwZHeiBHEL+y8eEMsbFp534SpGKEL3JT7vxhaIj/Iv60268TQw9hwjrGI9hYa5eVc/XWbKHmDfo/YVoKMk8b3563PBDg1nMBJpXDUHloTQBSxKclsRGmFRzTq7lrt7rIl12MJa8yR1vdGPF11xkJbupJj2MXINZ8vQqpsgFI9dyV++52OGZa/SvjFN1XOpy0GrQZPuQ6IahQSxAUivc7dnIgtl39W5I6B8lLpCIJQy8UIjXVh6yesOzfchGk2PLF2AKPDN1y1p6cQDd1Xs9QlMcKo4hj8QWQapKLVKyYzQstlvTtgKL0Hhv77ir91KErlSnz+NCnV+wdVEE2qdb50bQC7AI0quJRD+ELvTeEqEvNR9ykc0ozjumSeN6lnC1AGsa9/6ZtbLQ69NytwMZIqy1yNKN1asX+A7+8DAYKi7OwSLbze1/pWew/IU7Q7KuAVaFx8s5QgGH7mzmo3CRaXxIUYmwA+VQlO+goUDCS3uGjjpQuSh2PJnHCNMuz2Yr4OpgYRqLs+l7kPWpOtFLzat0SUPjLqHQl95FlcKBrSfpKQ1BNoH2w9YroIs9OJg80avdafRMzxilhDRcKquoUSl73BkmSPqDvc9a4DwXgKanyDp7Q4R7BSObdhLmKJxy4MU8QTaCw2YETyZfpiG4IqM0MoBLqThS3qDX0s4IqL7kKIMDNHBcID2EdHFakLhPS+Sxd5QDLwXB0Agq0BHsTRrm486e92GNnoiSUE8kgQ84AanTHmmoQxqC5oRBNyJT3AkdOTFGqCocpk6II60O7KccBE/ULzSCiR9BQW7Esw42oF8WrgYcSLuGdvljANhY82eL1siJMUJROxY7NabOw1aJZpEsH8GzyZcjhDmDNTlTiQQ7NCLQ4ksvoOTM72Sc4tJ5alKl9p938877Svx0lBYjpOkHGomLL8o7Ip1mXKlMAIiK+MR5GINHB4cXtzolPqEhId6q5XTCLUB6sUcUI813R5eWJya/W8wi34w+eZn/iB9zzHUY7smrN37F+LflD5p4GC5BNi8WAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTExLTIyVDA5OjEwOjM5KzAxOjAwx5OHCAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMS0yMlQwOToxMDozOSswMTowMLbOP7QAAAAidEVYdHBzOkhpUmVzQm91bmRpbmdCb3gAMTM1eDE1KzIzOCs2MzZVagguAAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTU1JMTIgMDAzLjAwMgoxF5a7AAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvYzUyOWUzZDBiMmZjNGE5NDY4MzdlYWI1ZWVmNDcyMjAuZHZpIC1v8EZeVQAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlL2M1MjllM2QwYjJmYzRhOTQ2ODM3ZWFiNWVlZjQ3MjIwLnBzUI2uaAAAAABJRU5ErkJggg==" /> or drive it via constant current where the peak temperature is <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAAAXCAMAAACF+9ucAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TADOImSIRd0TuZqpV3bvMj0JExgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAAJdSURBVFjD7VbbkqsgEOSOAyL//7c7M5g1gBLcpCrn4XRVYtKMzVxRIf7jk5BKafNtJ96BdUL4xX7bjTfgM35l/2033goB65Dl/fusOgAfMbwNluTkK10YKNu4eizOWeGCtyJmhTnQerTPtOF9eFKlqz4YSlJcXGN3xgb2LlNcRo22mTZ8hdgxUJpHomfmwfCPWM/FKWu4IcLKIY7GaNrwJVLH6IUDwNDiPgea9/ktjhiwwMfXwuXzo9N42vAPEaxUX7NkxIMp/aTqyT5nOfo8OZrThrciMJ3qzsgFXrOM0t1PjvoDcmT4mQigU2XGQvATLKN09wH1jJFhFfbs47SLQK89gxvrZGdYxjJ7Og4M9/PEhH7JPlJcqrqVy7G+dqqF0WnA2ue6fWQMzFKE+7NS/NbRcVHX8lw67rwaA5UHbNUcXXe7iy4ajQGEy6VUN27bRRdjgIbLgK1Eu+5+nuRTQwDnjAVtXXQSHOVGB1BG0AdPdRUjrhpcpT9ZVSG0EZyNAV9ysSS1lm1Eb48BFsZmCzZhgai0lJUVhA9gqDuobgpX0Zoq7huX2wiuxoB9VUWtY59EQW15VROvCYehyVbITViBb/MGE+O3MgY+FSorFfFkQoZWRSteRWBUQtWqjVTYmbQJZ4pay4oZjwexJBoVLCVeARNDefeB3yxpGvb0xN2qHYOTZ/IVIrrq0xnbid6MAL1OETgPGptoNU54bKzNiBDBSNpT8uomgTrJVIdNvLXZrtaiFb0HG7zSzomEwui12GjSkMO/AbAeOnoXeTXRyhbd3/d6qLV4U/TfwQ+hYxQuAm7YnQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMS0yMlQxMTo1MzowMiswMTowMNf5LosAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTEtMjJUMTE6NTM6MDIrMDE6MDCmpJY3AAAAInRFWHRwczpIaVJlc0JvdW5kaW5nQm94ADExNngxNCsyNDcrNjM3vYHsKQAAACd0RVh0cHM6TGV2ZWwAQWRvYmVGb250LTEuMDogQ01NSTEyIDAwMy4wMDIKMReWuwAAAEl0RVh0cHM6U3BvdENvbG9yLTAAL2Rldi9zaG0vemYyLWNhY2hlL2M1ZWQ4NDlkNjFkZmQ5YzEwN2VmNjA4YTA2ZGIxNWM5LmR2aSAtb5N4PnYAAABFdEVYdHBzOlNwb3RDb2xvci0xAC9kZXYvc2htL3pmMi1jYWNoZS9jNWVkODQ5ZDYxZGZkOWMxMDdlZjYwOGEwNmRiMTVjOS5wc2pICn8AAAAASUVORK5CYII=" />. </p>
<p>We choose an ambient temperature of 300 K, or 27°C, which is about room temperature. Let’s now plot out the device lumped temperature as a function of increasing voltage (from 0 to 10 V) and current (from 0 to 10 A), as shown in the image below. Unsurprisingly, we see a quadratic increase in temperature.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/04/device-temperature-vs-applied-voltage-current-plots-.png" title="" alt="Side-by-side plots showing temperature as a function of applied voltage and current." width="727" height="300" class="alignnone size-full wp-image-256581" /><br />
<em>Device temperature as a function of applied voltage (left) and applied current (right), assuming constant properties.</em></p>
<p>We might think that we can use the curve to predict a wider range of operating conditions. Suppose we want to drive the device up to its failure temperature, where the material melts or vaporizes. Let’s say that this material will vaporize when its temperature gets up to 700 K (427°C). Based on this curve, some simple math would indicate that the maximum voltage is 20 V and the maximum current is 20 A, but this is quite wrong!</p>
<h3>Introducing Material Nonlinearities into the Simple Lumped Model</h3>
<p>At this point, you’re probably ready to point out the simple mistake that we’ve made: Electrical resistance is not constant with temperature. For most metals, the electrical conductivity goes down with an increasing temperature and since resistivity is the inverse of conductivity, the device resistivity goes up. So, let’s introduce a temperature dependence for the resistivity:</p>
<div class="latex">R_e = \rho_0(1+\alpha_e(T-T^e_0))</div>
<p>This is known as a <a href="https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity#Linear_approximation" target="_blank">linearized resistivity model</a>, where <em>ρ</em><sub>0</sub> is the reference resistivity at <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAMAAAACYceEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TAFWIEWZ3qkSZIjO73e7MUspd1wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAACPSURBVCjPnZDBEsMgCERhMUHUxv//20Z0kh7ItNM9MOobXBai38VgXkfBrUQAERbZdhXifl41Z+sAl0V2x93OatB6/2vJcRtVtQyyepKM+spOjDLrxh8DlZ4eRp02kaZNpGkT6LuNQCGhTTWSI7LxmLVczwlHb2ORtDlBYIc/CDuJAsgYsYV7SjA8ZDa9Ot7/OQNvEhkGLQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMS0yMlQxMTo1MzowMiswMTowMNf5LosAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTEtMjJUMTE6NTM6MDIrMDE6MDCmpJY3AAAAIXRFWHRwczpIaVJlc0JvdW5kaW5nQm94ADE1eDEzKzI5OCs2MzYD03cNAAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTU1JMTIgMDAzLjAwMgoxF5a7AAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvZWIyNTEwYTNiY2NlMDQwNDMyZTg1MjM5MzdkZTE5MWUuZHZpIC1vcjKxKQAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlL2ViMjUxMGEzYmNjZTA0MDQzMmU4NTIzOTM3ZGUxOTFlLnBzfMcNOgAAAABJRU5ErkJggg==" />, the reference temperature, and <em>α<sub>e</sub></em> is the temperature coefficient of electrical resistivity.</p>
<p>Let’s choose <em>ρ</em><sub>0</sub> = 1 Ω, <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAMAAAACYceEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TAFWIEWZ3qkSZIjO73e7MUspd1wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAACPSURBVCjPnZDBEsMgCERhMUHUxv//20Z0kh7ItNM9MOobXBai38VgXkfBrUQAERbZdhXifl41Z+sAl0V2x93OatB6/2vJcRtVtQyyepKM+spOjDLrxh8DlZ4eRp02kaZNpGkT6LuNQCGhTTWSI7LxmLVczwlHb2ORtDlBYIc/CDuJAsgYsYV7SjA8ZDa9Ot7/OQNvEhkGLQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMS0yMlQxMTo1MzowMiswMTowMNf5LosAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTEtMjJUMTE6NTM6MDIrMDE6MDCmpJY3AAAAIXRFWHRwczpIaVJlc0JvdW5kaW5nQm94ADE1eDEzKzI5OCs2MzYD03cNAAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTU1JMTIgMDAzLjAwMgoxF5a7AAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvZWIyNTEwYTNiY2NlMDQwNDMyZTg1MjM5MzdkZTE5MWUuZHZpIC1vcjKxKQAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlL2ViMjUxMGEzYmNjZTA0MDQzMmU4NTIzOTM3ZGUxOTFlLnBzfMcNOgAAAABJRU5ErkJggg==" /> = 300 K, and <em>α<sub>e</sub></em> = 1/200 K. Now, the resistance is 1 Ω at a device temperature of 300 K and 2 Ω at a temperature rise of 200 K above the set temperature. The equations for lumped temperature as a function of voltage and current now become:</p>
<div class="latex">T = T_{ambient} + (V^2 /\rho_0(1+\alpha_e(T-T^e_0))) R_t</div>
<p>and</p>
<div class="latex">T = T_{ambient} + I^2 \rho_0(1+\alpha_e(T-T^e_0)) R_t</div>
<p>These equations are a bit more complicated (the first is a quadratic equation in terms of <em>T</em>) but still possible to solve by hand. The plots of temperature as a function of increasing voltage and current are displayed below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/04/simulation-results-temperature-applied-voltage-current.png" title="" alt="Side-by-side graphs plotting temperature and resistivity for an electrothermal analysis." width="728" height="300" class="alignnone size-full wp-image-256591" /><br />
<em>Device temperature as a function of applied voltage (left) and applied current (right) with the electrical resistivity as a function of temperature.</em></p>
<p>For the voltage-driven problem, as the temperature rises, the resistance rises. Since the resistance occurs in the denominator of the temperature expression, higher resistance lowers the temperature and we see that the temperature will be <em>lower</em> than that for the constant resistivity case. If we drive the device with constant current, the temperature-dependent resistance appears in the numerator. As we increase the current, the resistive heating will be <em>higher</em> than that for the linear material case.</p>
<p>We might be tempted at this point to compute the maximum voltage or current that this device can sustain, but you are probably already realizing the second mistake we’ve made: We also need to incorporate the temperature dependence of the thermal resistance. For metals, it’s reasonable to assume that the electrical and thermal conductivity will show the same trends. Thus, let’s use a nonlinear expression that is similar to what we used before:</p>
<div class="latex">R_t = r_0(1+\alpha_t(T-T^t_0)) </div>
<p>Now, our voltage-driven and current-driven equations for temperature become:</p>
<div class="latex">T = T_{ambient} + V^2 r_0(1+\alpha_t(T-T^t_0))/\rho_0(1+\alpha_e(T-T^e_0))</div>
<p>and</p>
<div class="latex">T = T_{ambient} + I^2 \rho_0(1+\alpha_e(T-T^e_0))/r_0(1+\alpha_t(T-T^t_0))</div>
<p>Although only slightly different from before, these nonlinear equations are now quite a bit more difficult to solve. Simulation software is starting to look more attractive! Once we do solve these equations (let&#8217;s set <em>r</em><sub>0</sub> = 1 K/W, <em>α<sub>t</sub></em> = 1/400 K, and <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TABEiiLtEVWZ3qpnd7swzTsr24AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAACTSURBVCjPnZHLEsMgCEV5iBit4f//thHbpJnB6bR34YKjHkSAH4K0IswrkiSuZzY+EfIVBUnXtrIJQrbjeqn1ptkc22iJ+FND6riNVQTsVTiiONZHdULQc7m1tJtCnKmJMjVRpibIdw2yMIaaRIA90uxjZmk/y8rdmo+rOIn+h/8g2Un0ABwttnBOysSLN5O8TzwB/fgDKC7LAV8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTEtMjJUMDk6MTA6NDArMDE6MDBYzsvCAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTExLTIyVDA5OjEwOjQwKzAxOjAwKZNzfgAAACF0RVh0cHM6SGlSZXNCb3VuZGluZ0JveAAxNXgxNSsyOTgrNjM2cMkOhwAAACd0RVh0cHM6TGV2ZWwAQWRvYmVGb250LTEuMDogQ01NSTEyIDAwMy4wMDIKMReWuwAAAEl0RVh0cHM6U3BvdENvbG9yLTAAL2Rldi9zaG0vemYyLWNhY2hlLzkxYzE4OWNiMGMzOWE1YzllOWU1MzIwODFlMGMwNWIxLmR2aSAtb8kaYk8AAABFdEVYdHBzOlNwb3RDb2xvci0xAC9kZXYvc2htL3pmMi1jYWNoZS85MWMxODljYjBjMzlhNWM5ZTllNTMyMDgxZTBjMDViMS5wc8fwT0AAAAAASUVORK5CYII=" /> = 300 K), we can plot the device temperature, as shown below.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/04/device-temperature-electrothermal-analysis.png" title="" alt="Two graphs showing electrical and thermal resistivity as a function of temperature, which is a function of voltage and current." width="729" height="300" class="alignnone size-full wp-image-256601" /><br />
<em>Device temperature as a function of applied voltage (left) and applied current (right) with the electrical and thermal resistivity as a function of temperature.</em></p>
<p>Observe that for the current-driven case, the temperature rises asymptotically. Since both the electrical and the thermal resistance increase with an increasing temperature, the device temperature rises very sharply as the current is increased. As the temperature rises to infinity, the problem becomes unsolvable. This is actually entirely expected; in fact, this is how your basic car fuse works. Now, if we were solving this problem in COMSOL Multiphysics, we could also solve this as a transient model (incorporating the thermal mass due to the device density and specific heat) and predict the time that it takes for the device temperature to rise to its failure point.</p>
<p>Things are luckily a bit simpler for the voltage-driven case. Here, we also see a predictable behavior: The rising thermal resistivity drives the temperature higher than when we only considered a temperature-dependent electrical conductivity. Now, the interesting point here is the temperature is still lower than for the constant resistivity case. This also sometimes confuses people, but just keep in mind that one of these nonlinearities is driving the temperature <em>down</em> while the other is driving the temperature <em>up</em>. In general, for a more complicated model (such as one you would build in COMSOL Multiphysics), you don&#8217;t know which nonlinearity will predominate.</p>
<p>What other mistake might we have made here? We have used a <em>positive</em> temperature coefficient of thermal resistivity. This is certainly true for most metals, but it turns out that the opposite is true for some insulators, glass being a common example. Usually, the total device thermal resistance is mostly a function of the insulators rather than the electrically conductive domains. In addition, the device&#8217;s thermal resistance should incorporate the effects of the cooling to the surrounding ambient environment. So, the effects of free convection (which increases with the temperature difference) and radiation (which has a fourth-order dependence on temperature difference) could also be lumped into this single thermal resistance. For now, though, let’s keep the problem (relatively) simple and just switch the sign of the temperature coefficient of thermal resistivity, <em>α<sub>t</sub></em> = -1/400 K, and directly compare the voltage- and current-driven cases for driving voltage up to 100 V and current up to 100 A.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/04/device-temperature-comsol-multiphysics-plot.png" title="" alt="A COMSOL Multiphysics® plot of device temperature under different conditions." width="600" height="300" class="alignnone size-full wp-image-256611" /><br />
<em>Device temperature as a function of applied voltage (pink) and applied current (blue) with a negative temperature coefficient of thermal resistivity.</em></p>
<p>We now see some results that are quite different. Observe that for both the voltage- and current-driven cases, the temperature increases approximately quadratically at low loads, but at higher loads, the temperature increase starts to flatten out due to the decreasing thermal resistivity. The slope, although always positive, decreases in magnitude. The current-driven case starts to asymptotically approach <em>T</em> = 700 K, but the voltage-driven case stays significantly below the failure temperature.</p>
<p>This is an important result and highlights another common mistake. The nonlinear material models we used here for electrical and thermal resistivity are <em>approximations</em> that start to become invalid if we get too close to 700 K. If we anticipate operating in this regime, we should go back to the literature and find a more sophisticated material model. Although our existing nonlinear material models did solve, we always need to check that they are still valid at the computed operating temperature. Of course, if we are not close to these operating conditions, we can use the linearized resistivity model (one of the built-in material models within COMSOL Multiphysics). Then, our model will be valid.</p>
<p>We can hopefully now see from all of this data that the temperature has a very complicated relationship with respect to the driving voltage or current. When nonlinear materials are considered, the temperature might be higher or lower than when using constant properties, and the slope of the temperature response can switch from quite steep to quite shallow just based on the operating conditions.</p>
<p>Have these results thoroughly confused you yet? What if we went back and changed one of the coefficients in the resistance expressions? Certain materials have negative temperature coefficients of electrical and thermal resistivity. What if we used an even more complicated nonlinearity? Would you feel confident in saying anything about the expected temperature variations in even this simple lumped device case, or would you rather check it against a rigorous calculation?</p>
<h3>Concluding Thoughts on Common Pitfalls in Electrothermal Analysis</h3>
<p>What about the case of a real-world device? One that has a combination of many different materials, different electrical and thermal conductivities as a function of temperature, and complex shapes? Would you model this under steady-state conditions only or in the time domain, to find out how long it takes for the temperature to rise? Maybe &mdash; in fact, most likely &mdash; there will also be nonlinear boundary conditions such as <a href="blogs/thermal-modeling-surfaces-wavelength-dependent-emissivity/">radiation</a> and <a href="/blogs/modeling-natural-and-forced-convection-in-comsol-multiphysics/">free convection</a> that we don&#8217;t want to approximate via a single lumped thermal resistance. What can you expect then? Almost anything! And how do you analyze it? Well, with COMSOL Multiphysics, of course!</p>
<h3>Next Step</h3>
<p>Evaluate how COMSOL Multiphysics can help you meet your multiphysics modeling and analysis goals. Contact us via the button below.</p>
<div class="flex-center">
<a href="/contact" class="btn-solid btn-md btn-orange">Contact COMSOL</a>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/common-pitfalls-in-electrothermal-analysis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing Thermophotovoltaic Designs with Heat Transfer Simulation</title>
		<link>https://www.comsol.no/blogs/optimizing-thermophotovoltaic-designs-with-heat-transfer-simulation/</link>
		<comments>https://www.comsol.no/blogs/optimizing-thermophotovoltaic-designs-with-heat-transfer-simulation/#comments</comments>
		<pubDate>Wed, 31 Jan 2018 20:52:34 +0000</pubDate>
		<dc:creator><![CDATA[Caty Fairclough]]></dc:creator>
				<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Heat Transfer & Phase Change]]></category>
		<category><![CDATA[Mechanical]]></category>
		<category><![CDATA[Structural Mechanics & Thermal Stress]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=248471</guid>
		<description><![CDATA[Due to their flexible fuel choice options, immovable parts, and potential for efficient power generation, thermophotovoltaic (TPV) systems have a wide variety of possible applications. For instance, these systems could help provide portable energy, advance space travel, and power automobiles. However, engineers must first improve the efficiency of TPV systems as well as reduce system costs and device temperatures. To accomplish these goals, engineers can use simulation to analyze and optimize their TPV designs. Improving the Efficiency of TPV Systems [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Due to their flexible fuel choice options,  immovable parts, and potential for efficient power generation, thermophotovoltaic (TPV) systems have a wide variety of possible applications. For instance, these systems could help provide portable energy, advance space travel, and power automobiles. However, engineers must first improve the efficiency of TPV systems as well as reduce system costs and device temperatures. To accomplish these goals, engineers can use simulation to analyze and optimize their TPV designs.</p>
<p><span id="more-248471"></span></p>
<h3>Improving the Efficiency of TPV Systems</h3>
<p>During the TPV cell energy production process, fuel burns within an emitting device that intensely radiates heat. Photovoltaic (PV) cells capture this radiation and convert it into electricity, with an efficiency of 1&ndash;20%. The required efficiency depends on the intended application of the cell. For example, efficiency is not a major factor when TPVs are used to cogenerate electricity within heat generators. On the other hand, efficiency is critical when TPVs are used as electric power sources for vehicles.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/Thermophotovoltaic-System-Process.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/Thermophotovoltaic-System-Process.png" title="TPV electricity generation" alt="A schematic of the TPV electricity generation process." class="alignnone size-full wp-image-248491" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/Prototype-TPV-system.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/Prototype-TPV-system.png" title="TPV system prototype" alt="A photograph of a TPV system prototype." class="alignnone size-full wp-image-248501" /></a>
</div>
</div>
<p><em>Left: Simplified schematic depicting the electricity generation process of a TPV. Right: An image from a prototype TPV system. Right image courtesy Dr. D. Wilhelm, Paul Sherrer Institute, Switzerland.</em></p>
<p>To improve the efficiency of TPV systems, engineers need to maximize radiative heat transfer, but this comes with a catch. The more radiation in the system, the less radiation converted to electric power. These losses &mdash; as well as conductive heat transfer &mdash; raise the temperature of the PV cell. If the temperature increases too much, it can exceed the operating temperature range of the PV cell, causing it to stop functioning.</p>
<p>One option for increasing the operation temperature of a TPV system is to use high-efficiency semiconductor materials, which can withstand temperatures up to 1000°C. Since these materials tend to be expensive, engineers can reduce costs by combining smaller-area PV cells with mirrors that focus radiation onto the cells. Of course, there is a limit to how much the beams can be focused, since the cells overheat if the radiation intensity gets too high.</p>
<p>Engineers designing TPV devices need to find optimal system geometries and operating conditions that maximize performance, minimize material costs, and ensure that the device temperature stays within the operating range. Heat transfer simulation can help achieve these design goals.</p>
<h3>Evaluating the Design of a TPV System with Heat Transfer Modeling</h3>
<p>This example uses the <a href="/heat-transfer-module">Heat Transfer Module</a> and the <em>Surface-to-Surface Radiation</em> interface to determine how operating conditions (e.g., the flame temperature) affect the efficiency of a normal TPV system as well as the temperature of the system&#8217;s components. The goal is to maximize surface-to-surface radiative heat fluxes while minimizing conductive heat fluxes. In this model, the effects of geometry changes are also evaluated. </p>
<p>The model geometry includes an emitter, mirrors, insulation, and a PV cell that is cooled by water on its back side. For details on setting up this model &mdash; including how to add conduction, surface-to-surface radiation, and convective cooling &mdash; take a look at the <a href="/model/thermo-photo-voltaic-cell-494">TPV cell model documentation</a>.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/01/Thermophotovoltaic-system-model-geometry.png" title="" alt="An image showing the geometry of the TPV system model." width="807" height="608" class="alignnone size-full wp-image-248511" /><br />
<em>The TPV system model geometry.</em></p>
<p>To minimize the computational costs of the simulation, we use sector symmetry and reflection to reduce the computational domain to one sixteenth of the original geometry. When modeling the surface-to-surface radiation, we expand this view to account for the presence of all of the surfaces in the full geometry.</p>
<h4>Analyzing the Efficiency and Temperature of a TPV System with Simulation</h4>
<p>First, let&#8217;s check the voltaic efficiency of the PV cell for a range of cell temperatures. In doing so, we see that the efficiency decreases as the temperature increases. When the temperature of the cell exceeds 1600 K, the efficiency is 0. As such, the maximum operational temperature for the PV cell design is 1600 K.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/01/voltaic-efficiency-temperature-simulation-plot.png" title="" alt="A graph plotting the voltaic efficiency and temperature of the PV cell." width="862" height="636" class="alignnone size-full wp-image-248521" /><br />
<em>Plotting PV cell voltaic efficiency versus temperature.</em></p>
<p>In the next plots, we see how the temperature of the emitter affects the temperature of the PV cell and the electric output power. The cell temperature plot (left image below) indicates that the emitter temperature must be under ~1800 K to keep the PV cell below its maximum operating temperature of 1600 K. </p>
<p>Keeping this in mind, let&#8217;s take a look at the electric power output results (right image below). From the results, we conclude that the maximum electric power is achieved when the emitter temperature is ~1600 K. </p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/PV-cell-temperature-operating-temperature-plot.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/PV-cell-temperature-operating-temperature-plot.png" title="Temperature" alt="A plot showing the PV cell temperature and operating temperature of the system." class="alignnone size-full wp-image-248551" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/Electric-output-power-operating-temperature-plot.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/Electric-output-power-operating-temperature-plot.png" title="Electric output power" alt="A plot of the electric output power against the operating temperature in COMSOL Multiphysics®." class="alignnone size-full wp-image-248561" /></a>
</div>
</div>
<p><em>Plotting PV cell temperature (left) and electric output power (right) against operating temperature.</em></p>
<p>Moving on, let&#8217;s examine the temperature distribution in the PV cell for the optimal operating condition (left image below) and compare it to a temperature that exceeds this operating temperature (right image below). The two plots highlight how the device&#8217;s temperature distribution varies due to operating conditions. </p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/Thermophotovoltaic-system-heat-transfer-model.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/Thermophotovoltaic-system-heat-transfer-model.png" title="1600 K" alt="Simulation results showing the TPV system at an optimal temperature." class="alignnone size-full wp-image-248571" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2018/01/Temperature-distribution-TPV-system-.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2018/01/Temperature-distribution-TPV-system-.png" title="2000 K" alt="Simulation results showing the TPV system at a temperature exceeding the limit." class="alignnone size-full wp-image-248581" /></a>
</div>
</div>
<p><em>The stationary temperature distribution in the full TPV system when the emitter temperature is 1600 K (left) and 2000 K (right).</em></p>
<p>Looking closer at the plot of the optimal emitter temperature of 1600 K, we see that the PV cells are heated to a sustainable temperature of slightly above 1200 K. It is important to note that the outside part of the insulation reaches a temperature of 800 K, indicating that a large amount of heat is transferred to the surrounding air. In addition, the irradiative flux significantly varies around the PV cell circumference and insulation jacket. </p>
<p>To determine the cause of this variation, we generate a plot of the irradiative flux for a single sector of symmetry at a temperature of 1600 K. The graph indicates that the variation is caused by shadowing and is related to the mirror positions. Using this plot, we could optimize the cell size and placement of the mirrors for a PV design.</p>
<p><img src="https://cdn.comsol.com/wordpress/2018/01/irradiation-flux-graph.png" title="" alt="A plot of the irradiation flux at different parts of thermophotovoltaic designs." width="777" height="566" class="alignnone size-full wp-image-248531" /><br />
<em>The irradiation flux at the TPV cell, insulation inner surface, mirrors, and emitter.</em></p>
<h3>Next Step</h3>
<p>Using models like the one discussed here, engineers can efficiently find optimal operating conditions for TPV devices, minimizing prototype development and testing. </p>
<div class="flex-center">
<a href="/model/thermo-photo-voltaic-cell-494" class="btn-solid btn-md btn-red">Get the TPV Cell Model</a>
</div>
<p>To try this TPV cell example yourself, download the model files above.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/optimizing-thermophotovoltaic-designs-with-heat-transfer-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modeling Cables in COMSOL Multiphysics®: 6-Part Tutorial Series</title>
		<link>https://www.comsol.no/blogs/modeling-cables-in-comsol-multiphysics-6-part-tutorial-series/</link>
		<comments>https://www.comsol.no/blogs/modeling-cables-in-comsol-multiphysics-6-part-tutorial-series/#comments</comments>
		<pubDate>Fri, 29 Dec 2017 20:45:12 +0000</pubDate>
		<dc:creator><![CDATA[Brianne Costa]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[AC/DC Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=244641</guid>
		<description><![CDATA[Want a roadmap to modeling cables? We have a six-part tutorial series for you. The Cable Tutorial Series shows how to model an industrial-scale cable in the COMSOL Multiphysics® software and add-on AC/DC Module, and also serves as an introduction to modeling electromagnetic phenomena in general. The numerical model is based on standard cable designs and validated by reported figures. Keep reading for a sneak peek of what you&#8217;ll learn when you roll up your sleeves and start the series. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Want a roadmap to modeling cables? We have a six-part tutorial series for you. The Cable Tutorial Series shows how to model an industrial-scale cable in the COMSOL Multiphysics® software and add-on AC/DC Module, and also serves as an introduction to modeling electromagnetic phenomena in general. The numerical model is based on standard cable designs and validated by reported figures. Keep reading for a sneak peek of what you&#8217;ll learn when you roll up your sleeves and start the series.</p>
<p><span id="more-244641"></span></p>
<h3>Part 1: Introducing the Basics and Fundamentals of Cable Modeling</h3>
<p>The beginning is a very good place to start, as most would say. Part 1 of the tutorial series is where you meet the model &mdash; a three-core lead-sheathed cross-linked polyethylene, high-voltage alternating current (XLPE HVAC) submarine cable. You&#8217;ll also get details on what to expect in the other five parts of the series.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/12/Submarine-cable-cross-section-photo.jpg" title="" alt="A photo of a submarine cable." width="490" height="600" class="alignnone size-full wp-image-244731" /><br />
<em>A submarine cable similar to the one modeled throughout this series. Image by Z22 &mdash; Own work. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en" target="_blank">CC BY-SA 3.0</a>, via <a href="https://commons.wikimedia.org/wiki/File:Wolfe_Island_Wind_Project_Submarine_Power_Cable.jpg" target="_blank">Wikimedia Commons</a>.</em></p>
<p>The overview of the fundamentals of electromagnetism and numerical modeling is helpful if you are new to the electromagnetics field, simulation, or both. Feel free to skip ahead if these topics are old hat to you, but if not, this primer covers subjects such as:</p>
<ul>
<li>Drawing geometry</li>
<li>Adding material properties</li>
<li>Creating selections</li>
<li>Meshing your model</li>
</ul>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/Submarine-cable-cross-section.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/Submarine-cable-cross-section.png" title="Cross section" alt="The cross section of a lead-sheathed XLPE HVAC submarine cable." class="alignnone size-full wp-image-244741" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/COMSOL-mesh-of-a-lead-sheathed-XLPE-HVAC-submarine-cable-.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/COMSOL-mesh-of-a-lead-sheathed-XLPE-HVAC-submarine-cable-.png" title="Mesh" alt="The mesh of a lead-sheathed XLPE HVAC submarine cable model." class="alignnone size-full wp-image-244751" /></a>
</div>
</div>
<p><em>The cross section (left) and mesh (right) for a model of a typical lead-sheathed XLPE HVAC submarine cable with three cores. The geometry has been parameterized to allow for quick modification; any cable with the same basic structure can be investigated with ease.</em> </p>
<h3>Part 2: Capacitive Effects</h3>
<p>The second tutorial focuses on modeling the cable&#8217;s capacitive properties and validates an important assumption: An analytical approach is sufficient for the analysis of capacitance and charging effects. This will be useful throughout the series.</p>
<p>This tutorial is included for beginners, but the results also support the other parts of the series, as it demonstrates the significance of the material properties and cable length. In the cross section of the cable model, the large contrast in material properties enables you to consider the XLPE as a perfect insulator and lead and copper materials as perfect conductors. These results correspond to the analytical approximations.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/electric-potential-distribution-submarine-cable-model.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/electric-potential-distribution-submarine-cable-model.png" title="Electric potential distribution" alt="Simulation plot of the electric potential distribution in a cable." width="1000" height="750" class="alignnone size-full wp-image-244831" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/simulation-results-cable-displacement-current-density-norm.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/simulation-results-cable-displacement-current-density-norm.png" title="Displacement current density norm" alt="Modeling capacitive effects in cables with COMSOL Multiphysics." class="alignnone size-full wp-image-244761" /></a>
</div>
</div>
<p><em>Left: The electric potential distribution after 10 km of cable for single-point bonding (at phase φ = 0). Right: The in-plane displacement current density norm in the insulators (primarily the XLPE).</em></p>
<p>In terms of cable length, you will see that the analytical approximations are sufficient for a 10-km cable. This stays true even under the worst possible nominal conditions, which occur when single-point bonding is applied and all voltage-inducing effects are in-phase.</p>
<h3>Part 3: Bonding Capacitive</h3>
<p>Part 3 of the series builds on the previous tutorial, which showed that you may neglect the capacitive coupling between phases and consider one isolated phase. This reduces the model to an axisymmetric problem. In order to cover the full 10 kilometers of cable, we use a scaled 2D axisymmetric geometry in the model.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/2D-axisymmetric-cable-geometry-in-COMSOL-Multiphysics.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/2D-axisymmetric-cable-geometry-in-COMSOL-Multiphysics.png" title="2D axisymmetric geometry" alt="The 2D axisymmetric geometry of a cable model." class="alignnone size-full wp-image-244881" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/COMSOL-simulation-plot-of-charging-current-through-lead-sheath.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/COMSOL-simulation-plot-of-charging-current-through-lead-sheath.png" title="Charging current " alt="A plot of the charging current through a lead sheath." class="alignnone size-full wp-image-244851" /></a>
</div>
</div>
<p><em>Left: The 2D axisymmetric geometry of an isolated phase with three separate bonding sections and a different scale for transverse and longitudinal directions. Right: The norm of the resulting charging current accumulated along the cable (for cross bonding).</em></p>
<p>The charging currents that leak into the screen build up along the cable and reach a maximum at the ground point, or intersection. The Bonding Capacitive tutorial analyzes the current buildup for different bonding types as well as the corresponding losses. The results are as follows:</p>
<table class="table-blog">
<tr>
<th>
Bonding Type
</th>
<th>
Total Accumulated Charging Current at Ground Point/Intersection
</th>
<th>
Corresponding Losses per Screen
</th>
</tr>
<tr>
<th>
Single-Point Bonding
</th>
<td>
55 A
</td>
<td>
1.5 kW
</td>
</tr>
<tr>
<th>
Solid Bonding
</th>
<td>
28 A
</td>
<td>
0.38 kW
</td>
</tr>
<tr>
<th>
Cross Bonding
</th>
<td>
10.7 A
</td>
<td>
85 W
</td>
</tr>
</table>
<h3>Part 4: Inductive Effects</h3>
<p>This part of the series builds on the previous two tutorials, which show that there is a weak coupling between the inductive and capacitive parts of the cable. The relatively small losses caused by in-plane displacement and eddy currents justify approximating the cable using a 2D inductive model with out-of-plane currents only.</p>
<p><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;">
<div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;">
<div class="wistia_embed wistia_async_f73t4ov3pl seo=false videoFoam=true wmode=transparent" style="height:100%;position:relative;width:100%">&nbsp;</div>
</div>
</div>
<p><em>Animation of the instantaneous magnetic flux density norm in the cable&#8217;s cross section, for solid bonding and with armor twisting included.</em></p>
<p><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;">
<div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;">
<div class="wistia_embed wistia_async_q6vvxkdzg4 seo=false videoFoam=true wmode=transparent" style="height:100%;position:relative;width:100%">&nbsp;</div>
</div>
</div>
<p><em>Animation of the current density induced in the cable&#8217;s armor and screens, for solid bonding and with armor twisting included.</em></p>
<p>This model focuses on the importance of wire twist with respect to both phase conductors and armor, and investigates the corresponding losses. For instance, when armor twist is applied to the cable, the armor currents are suppressed and the total losses decrease by ~11%.</p>
<p>In addition to this, we demonstrate two different ways of modeling the central conductors. The first example assumes the central conductors to consist of solid copper, resulting in a typical skin and proximity effect. The other shows a perfectly stranded Litz wire approach, resulting in a homogenized current distribution.</p>
<p>The simulation results found in this tutorial are validated using actual product data sheets following the official international standards. The comparison shows a good match, especially for the inductance.</p>
<h3>Part 5: Bonding Inductive</h3>
<p>The objective of Part 5 is to further examine the different bonding types that were suggested in Part 3 (and 4): single-point, solid, and cross bonding. (Cross bonding is especially of interest for terrestrial cable systems.) As opposed to Part 3, this part focuses on inductive effects.</p>
<p>You will learn how to individually consider three different cable sections by coupling three separate magnetic fields physics interfaces to a circuit. The resulting model allows for investigating debalanced cables and cables with dissimilar section lengths.</p>
<p>In addition to this, the tutorial demonstrates the effects of using a simplified geometry. Simplification is an overarching theme in this tutorial series: It is often justified to use a much simpler geometry than you think. It isn&#8217;t the <em>quantity</em> of details, but the <em>quality</em> that optimizes a model.</p>
<h3>Part 6: Thermal Effects</h3>
<p>In the final installment of the series, electromagnetic heating and temperature-dependent conductivity are added to the cable model. Building on Part 4, you&#8217;ll learn how to set up a two-way coupling between the electromagnetic field and heat transfer part by implementing a frequency-stationary study.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/Plot-of-a-Cable-Model-Preset-Resistance-Curve-.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/Plot-of-a-Cable-Model-Preset-Resistance-Curve-.png" title="Resistance curve" alt="Plotting the preset resistance curve of a cable model in COMSOL Multiphysics." class="alignnone size-full wp-image-244861" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/12/Modeling-cables-and-thermal-effects-in-COMSOL-Multiphysics.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/12/Modeling-cables-and-thermal-effects-in-COMSOL-Multiphysics.png" title="Temperature" alt="Modeling thermal effects in cables using the COMSOL Multiphysics software." class="alignnone size-full wp-image-244891" /></a>
</div>
</div>
<p><em>Left: An example of a preset resistance curve R<sub>ac</sub> (T). Right: The resulting temperature distribution when using a temperature-dependent conductivity such that R<sub>ac</sub> (T) is matched.</em></p>
<p>Results show the effect of temperature on losses for the cable&#8217;s phases and screens. When electromagnetic heating is added (without temperature-dependent conductivity) the cable heats up, but the electromagnetic properties are still identical to those reported in Part 4. When adding linearized resistivity to the phases specifically, phase losses increase but not the screen losses. The temperature reaches a maximum. If linearized resistivity is applied to the screens as well, the temperature lowers and losses decrease for both the phases and the screens.</p>
<p>In this case still, the material properties are provided and the numerical model determines the corresponding AC resistance. However, for thermal cable models, it&#8217;s common practice to use the temperature-dependent AC resistance as an input (as provided by the IEC 60287 series of standards). The final part of the tutorial demonstrates how to use any temperature-dependent resistance curve as an input and let the model determine the corresponding material properties.</p>
<h3>Next Steps</h3>
<p>Check out the Cable Tutorial Series if you&#8217;re looking for a self-paced electromagnetics modeling resource, whether you want to examine each section in detail or skip ahead depending on what interests you.</p>
<p>You can access the materials, which include step-by-step PDF instructions and MPH-file downloads, via the button below: </p>
<div class="flex-center">
<a href="/model/cable-tutorial-series-43431" class="btn-solid btn-md btn-red">Start the Tutorial Series</a>
</div>
<p>Model documentation is available with a COMSOL Access account. To download the MPH-files, you also need a software license.</p>
<p>You can also learn more about modeling cable systems by watching <a href="/video/modeling-cable-systems-in-the-comsol-software-july-26-2018">this archived webinar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/modeling-cables-in-comsol-multiphysics-6-part-tutorial-series/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Should I Fillet the Geometry in My Electromagnetic Heating Analysis?</title>
		<link>https://www.comsol.no/blogs/should-i-fillet-the-geometry-in-my-electromagnetic-heating-analysis/</link>
		<comments>https://www.comsol.no/blogs/should-i-fillet-the-geometry-in-my-electromagnetic-heating-analysis/#comments</comments>
		<pubDate>Thu, 30 Nov 2017 16:50:32 +0000</pubDate>
		<dc:creator><![CDATA[Walter Frei]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[AC/DC Module]]></category>
		<category><![CDATA[Technical Content]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=240901</guid>
		<description><![CDATA[To fillet or not to fillet, that is the question (that can bedevil the multiphysics analyst). When building finite element models, sharp edges can lead to local singularities and fields that are nonconvergent with mesh refinement. Rounding off these sharp edges by adding a fillet avoids this singularity. As it turns out, in many multiphysics models, these sharp edges and the resultant singularities do not necessarily negatively affect the results. Let’s find out more. Electromagnetic Heating Around Sharp Corners One [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>To fillet or not to fillet, that is the question (that can bedevil the multiphysics analyst). When building finite element models, sharp edges can lead to local singularities and fields that are nonconvergent with mesh refinement. Rounding off these sharp edges by adding a fillet avoids this singularity. As it turns out, in many multiphysics models, these sharp edges and the resultant singularities do not necessarily negatively affect the results. Let’s find out more.</p>
<p><span id="more-240901"></span></p>
<h3>Electromagnetic Heating Around Sharp Corners</h3>
<p>One of the most common problems solved with the <a href="/comsol-multiphysics">COMSOL Multiphysics® software</a> is that of electromagnetic heating, combining the solution to Maxwell’s equations, which solves for the current flow and resultant losses, and the solution to the heat transfer equation, which solves for the temperature distribution.</p>
<p>As mentioned in a <a href="/blogs/fillet-away-your-electromagnetic-field-singularities/">previous blog post</a>, when solving for the electromagnetic fields, sharp reentrant corners lead to locally nonconvergent electric fields and current density. Electromagnetic losses are the product of the electric field and current density, so the peak losses at a sharp corner will similarly go to infinity with mesh refinement.</p>
<p>However, the integral over the losses around the sharp corner will be convergent with respect to mesh refinement. This is one of the strengths of the <a href="/multiphysics/finite-element-method">finite element method</a>, which solves the governing equation in the so-called “weak form”, which satisfies the governing partial differential equations in an integral sense: minimizing the total error in the model, but allowing (possibly infinite!) local errors.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/11/Fillet-Electromagnetic-Heating-Problem-schematic1.png" title="" alt="A diagram showing a simple EM heating problem with a sharp corner." width="358" height="566" class="alignnone size-full wp-image-240991" /><br />
<em>A schematic of a simple electromagnetic heating problem with a singularity at the inside sharp corner.</em></p>
<p>Let’s review this concept with a simple example, as shown in the image above. A rectangular domain with a sharp notch has an electric potential difference applied, leading to current flow and resistive losses in the material.</p>
<p>Below, we see a color plot of the resistive losses and the mesh used for different levels of mesh refinement at the sharp inside corner. At the highest level of mesh refinement, the losses appear very localized around the sharp corner.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/11/electromagnetic-losses-in-three-meshes-in-COMSOL-Multiphysics.png" title="" alt="Three meshes of varying refinement showing the electromagnetic losses." width="447" height="240" class="alignnone size-full wp-image-240941" /><br />
<em>The electromagnetic losses on several different meshes.</em></p>
<p>At this sharp inside corner, the electric fields are actually theoretically infinitely large, since this geometry and the boundary conditions imply that the current must instantaneously change direction at a point. Also note that the sharp outside corners do not lead to singularities. As a consequence of the geometry and boundary conditions, the electric currents are not forced to change direction instantaneously at these points.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/11/Simulation-plot-EM-losses-for-different-meshes.png" title="" alt="A plot of the EM losses for three different meshes." width="445" height="316" class="alignnone size-full wp-image-240961" /><br />
<em>The resistive losses in log scale, plotted along a cut line, and a table of the integral of the losses for different meshes.</em></p>
<p>If we plot the losses at a cross-sectional line, as shown above, we can observe that the losses at the sharp point get larger and larger as the mesh is refined. However, the integral of the losses over the domain (roughly speaking, the area underneath the plotted curves) converges very quickly with mesh refinement.</p>
<p>Now let&#8217;s make this a multiphysics problem by additionally solving the heat transfer equation for the temperature distribution under steady-state conditions. These temperature fields are plotted below for several levels of mesh refinement, as well as the temperature at the sharp point.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/11/Temperature-fields-for-three-different-meshes-in-COMSOL-Multiphysics.png" title="" alt="A model with temperature fields for three different meshes." width="479" height="395" class="alignnone size-full wp-image-241001" /><br />
<em>The temperature field and a table of the temperature evaluated at the sharp corner for different levels of mesh refinement.</em></p>
<p>We can see from these results that the temperature at the singular point &mdash; and, of course, everywhere else &mdash; is also very insensitive to the mesh refinement. This is for two reasons. First, as we just saw, the total resistive losses are quite insensitive to the mesh. Second, the diffusive nature of the steady-state heat transfer governing equation will return very similar temperature solutions as long as the total heat loads are similar. The transient temperature solution, on the other hand, can predict very high local temperatures if the heat load is very high, but this is also a local and relative effect, albeit in time. That is, spikes in the heat load distribution in space will be smoothed out over time, and in the limit of very long simulation times, the transient solution will approach the steady state solution.  </p>
<h3>Closing Remarks</h3>
<p>What can we conclude from all of this information? If you are solving an electromagnetic heating problem and are only interested in computing the total electromagnetic losses and temperature distribution, you can usually avoid adding fillets to your model.</p>
<p>The advantages here are twofold. You do not need to go through the CAD modeling effort of adding any fillets to your geometry and you do not need an overly refined mesh in the sharp corners, which can save you the most valuable resource: time!</p>
<div class="flex-center">
<a href="/contact" class="btn-solid btn-md btn-red">Contact COMSOL for a Software Demonstration</a>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/should-i-fillet-the-geometry-in-my-electromagnetic-heating-analysis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Analyze the Electrodynamics of a Magnetic Power Switch via Simulation</title>
		<link>https://www.comsol.no/blogs/analyze-the-electrodynamics-of-a-magnetic-power-switch-via-simulation/</link>
		<comments>https://www.comsol.no/blogs/analyze-the-electrodynamics-of-a-magnetic-power-switch-via-simulation/#comments</comments>
		<pubDate>Thu, 21 Sep 2017 20:27:56 +0000</pubDate>
		<dc:creator><![CDATA[Caty Fairclough]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[AC/DC Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=235091</guid>
		<description><![CDATA[Have you ever plugged one too many devices into an electrical circuit? This can overload the circuit and damage its components. To avoid this issue, many homes have devices like electric switch circuit breakers to interrupt the current when a critical current is reached. Other types of circuit breakers are used to prevent issues in high-voltage situations, like citywide power lines. In this blog post, we discuss using simulation to study a class of heavy-duty circuit breakers: magnetic power switches. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Have you ever plugged one too many devices into an electrical circuit? This can overload the circuit and damage its components. To avoid this issue, many homes have devices like electric switch circuit breakers to interrupt the current when a critical current is reached. Other types of circuit breakers are used to prevent issues in high-voltage situations, like citywide power lines. In this blog post, we discuss using simulation to study a class of heavy-duty circuit breakers: magnetic power switches.</p>
<p><span id="more-235091"></span></p>
<h3>Circuit Breakers Increase the Safety of Electrical Systems</h3>
<p>In residential buildings, power is often distributed between various electrical circuits connected to a panel. If too many devices draw power from a single electrical circuit, it can exceed the circuit&#8217;s limit, causing an overload. Other electrical events, like overcurrents, can also harm critical parts of the system, requiring expensive repairs and possibly creating a fire hazard.</p>
<p>Circuit breakers and fuses help prevent these issues. Let&#8217;s focus on electric switch circuit breakers, which &#8220;trip&#8221; and interrupt the current flow by moving a plunger as soon as a defect is detected. Unlike fuses, circuit breakers do not need to be replaced after activation; they can simply be reset. As anyone who has used both options knows, resetting a circuit breaker is much easier.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/residential-circuit-breaker-panel-photo.jpeg" title="" alt="A photo of a circuit breaker panel in a residential building." width="375" height="500" class="alignnone size-full wp-image-235181" /><br />
<em>A circuit breaker panel.</em></p>
<p>Circuit breakers are classified by features such as:</p>
<ul>
<li>Construction type</li>
<li>Voltage rating</li>
<li>Structure</li>
<li>Interruption methods</li>
</ul>
<p>So far, we&#8217;ve only described circuit breakers for household use. Breakers based on very different designs are used to protect systems with higher currents than you would deal with on a residential scale, such as power lines and factories. Here, we analyze one of these more heavy-duty types of circuit breakers, a <em>magnetic power switch</em> type of circuit breaker. This <a href="/multiphysics/electromechanical-effects">electromechanical</a> device uses the magnetic attraction from a current flowing through coils to move iron plungers. The switch resets to its initial state when the driving current is turned off. </p>
<h3>Accurately Simulating a Magnetic Power Switch with the AC/DC Module</h3>
<p>The tutorial model of the magnetic power switch has two main purposes: </p>
<ol>
<li>Determining possible solutions to modeling a magnetic power switch</li>
<li>Investigating the working principles of the switch</li>
</ol>
<p>The model geometry can be created using the built-in CAD tools in the COMSOL Multiphysics® software as well as parameterized <em>Geometry Parts</em> to more finely control the geometry. You can also use symmetry to reduce the geometry to 1/4 of its original size, and embed the model in an air domain to compute the electromagnetic fields.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/magnetic-power-switch-geometry.png" title="" alt="The geometry of a magnetic power switch." width="767" height="585" class="alignnone size-full wp-image-235121" /><br />
<em>The magnetic power switch geometry.</em></p>
<p>The geometry consists of two bulk E-shaped iron cores that are separated by an air gap. The lower E-core is fixed, while the upper E-core, also called the moving plunger, is held in place by a prestressed string. As a current flows through the copper coil on the central leg of the lower E-core, it exerts an attractive force onto the plunger. You simulate the attractive force with a <em>Force Calculation</em> feature and use the resulting value in an ordinary differential equation (ODE) describing the plunger dynamics based on Newtonian mechanics.</p>
<p>Eventually, the force reaches a threshold value, causing the plunger to close the air gap by moving down toward the lower E-core. The closing time depends on the spring stiffness. As such, the model takes into account the spring and constraint arrangements that keep the plunger at an equilibrium position.</p>
<p>You can model the closure by coupling the <em>Magnetic Fields</em> interface to the <em>Moving Mesh</em> interface. Together, these interfaces calculate the magnetic fields in a geometry that changes over time. </p>
<p><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_embed wistia_async_ac7ck0hs6i seo=false videoFoam=false wmode=transparent" style="height:225px;position:relative;width:400px">&nbsp;</div>
<p><em>Magnetic power switch model in motion.</em> </p>
<p>In the model, you can simulate the movement and time it takes for the plunger to close the air gap and account for the influence of magnetic forces and induced currents.</p>
<p>Next, let&#8217;s discuss the rigid body dynamics of the magnetic power switch.</p>
<h4>Transient Analysis of a Circuit Breaker Device</h4>
<p>The main time-dependent study step, which analyzes a time period from <em>t</em> = 0 s to <em>t</em> = 1 s, can be broken into different stages. The current grows in the first 45 ms of the simulation. During this time, the air gap remains open, since the electromagnetic attractive force isn&#8217;t enough to overcome the force of the opposing spring. It isn&#8217;t until 45&ndash;85 ms after the start of the simulation that the electromagnetic attractive force becomes enough to move the plunger down toward the iron core. </p>
<p>While this movement occurs, the current begins to decrease because of the inductance changing. The inductance reaches its minimum value when the plunger has closed the air gap and stopped at its new position. Then, since the contact between the plunger and core creates a new stationary RL circuit, the current increases again. The slope of this increase is dependent on the new characteristic time of the device.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/09/Magnetic-flux-density-norm-magnetic-power-switch.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/09/Magnetic-flux-density-norm-magnetic-power-switch.png" title="0.05 seconds" alt="A magnetic flux density norm plot of a circuit breaker after 0.05 seconds." class="alignnone size-full wp-image-235131" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/09/Magnetic-flux-density-norm-simulation.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/09/Magnetic-flux-density-norm-simulation.png" title="0.1 seconds" alt="A magnetic flux density norm plot of a circuit breaker after 0.1 seconds." class="alignnone size-full wp-image-235141" /></a>
</div>
</div>
<p><em>Magnetic flux density norm results showing an open air gap at</em>  t <em>= 0.05 s (left) and a closed air gap at</em> t <em>= 0.1 s (right). The induced eddy currents seen here appear to screen the interior of the core from the magnetic field. You resolve the currents in these plots by using a boundary layer mesh and restricting them to a region as large as the skin depth.</em></p>
<p>The simulation results show the evolution of both current density and magnetic flux density over time. As seen below, the spring reaches its maximum compression at  <em>t</em> = 0.1 s (bottom left). Note that the induced currents in the core decay by <em>t</em> = 0.5 s (bottom right), well before the simulation time ends.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/Evolution-of-current-density-and-magnetic-flux-density-in-magnetic-power-switches.png" title="" alt="COMSOL plots for analyzing the electrodynamics of a magnetic power switch." width="1000" height="778" class="alignnone size-full wp-image-235201" /><br />
<em>Plots showing the current density (surface) and magnetic flux density (streamlines) of the magnetic power switch. The plots are used for studying instances when the spring is prestressed (top left), begins to compress (top right), reaches a maximum compression (bottom left), and is completely compressed with the induced currents in the core decayed (bottom right).</em></p>
<p>You can also analyze the core losses caused by the induced current activity in the switch. This is useful to investigate potential overheating in the switch, which is a key concern in circuit breaker design.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/Core-losses-due-to-induced-currents-COMSOL-Multiphysics-simulation.png" title="" alt="A COMSOL model for studying overheating of a magnetic power switch." width="811" height="625" class="alignnone size-full wp-image-235211" /><br />
<em>Core losses caused by induced currents at 50, 100, and 200 ms.</em></p>
<p>Moving on, the 1D plots can be used to study the dynamics of the switch during the process. Start by looking at the beginning of the simulation, before switching (plunger movement). At this time, the spring isn&#8217;t compressed and the gap size remains the same (as indicated by the straight green line). Here, you can see that the normalized current (blue line) is similar to the response of the ideal system (red line).</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/simulation-plot-magnetic-flux-density-norm.png" title="" alt="A 1D plot of the dynamics of a circuit breaker before switching." width="806" height="630" class="alignnone size-full wp-image-235231" /><br />
<em>Plot showing the magnetic flux density norm before the plunger motion.</em></p>
<p>By expanding the time scale, you can look at the dynamics of the system during and after the plunger moves. The plot below indicates that the mechanical power (red line) only rises above zero when the plunger is in motion, as expected. When the gap closes, the mechanical power returns to zero.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/circuit-breaker-design-modeled-during-switching.png" title="" alt="A 1D plot of the dynamics of a circuit breaker during switching." width="819" height="622" class="alignnone size-full wp-image-235241" /><br />
<em>Plot showing the magnetic flux density norm during plunger motion.</em></p>
<p>Take a look at the induction losses in the core (the red line in the graph below) over a longer time period. These losses are significant when the plunger is in motion &mdash; a factor that may need to be considered when designing magnetic power switches, depending on the device details and its intended performance. When the movement ceases, the normalized current increases again. This is expected for a nonlinear RL circuit.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/09/plotted-results-of-magnetic-power-switch-simulation-study.png" title="" alt="A 1D plot of the dynamics of a circuit breaker." width="890" height="623" class="alignnone size-full wp-image-235251" /><br />
<em>Plot showing the magnetic flux density norm throughout the entire simulation time.</em> </p>
<p>Simulation can be a helpful tool when studying circuit breakers such as magnetic power switches. Using models like the one discussed here, you can study key magnetic power switch design factors. Give the tutorial model a try yourself for more information on this process.</p>
<div class="flex-center">
<a href="/model/electrodynamics-of-a-power-switch-33511" class="btn-solid btn-md btn-red">Get the Tutorial Model</a>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/analyze-the-electrodynamics-of-a-magnetic-power-switch-via-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing the Design of Thermal Actuators for Use in Microsatellites</title>
		<link>https://www.comsol.no/blogs/optimizing-the-design-of-thermal-actuators-for-use-in-microsatellites/</link>
		<comments>https://www.comsol.no/blogs/optimizing-the-design-of-thermal-actuators-for-use-in-microsatellites/#comments</comments>
		<pubDate>Mon, 17 Jul 2017 08:02:30 +0000</pubDate>
		<dc:creator><![CDATA[Bridget Cunningham]]></dc:creator>
				<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Heat Transfer & Phase Change]]></category>
		<category><![CDATA[Mechanical]]></category>
		<category><![CDATA[MEMS & Nanotechnology]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=226931</guid>
		<description><![CDATA[On the morning of March 22, 2006, NASA launched their Space Technology 5 mission. For about three months, miniaturized satellites explored Earth&#8217;s magnetic fields collecting high-quality measurements. Beyond gathering scientific data, the mission represents a turning point. Instead of large traditional satellite missions, miniaturized technology is taking precedence in space exploration. And within these systems, MEMS technology could serve as a means of active thermal control. Further improvements are already taking shape with the help of multiphysics simulation. The Evolution [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>On the morning of March 22, 2006, NASA launched their Space Technology 5 mission. For about three months, miniaturized satellites explored Earth&#8217;s magnetic fields collecting high-quality measurements. Beyond gathering scientific data, the mission represents a turning point. Instead of large traditional satellite missions, miniaturized technology is taking precedence in space exploration. And within these systems, MEMS technology could serve as a means of active thermal control. Further improvements are already taking shape with the help of multiphysics simulation.</p>
<p><span id="more-226931"></span></p>
<h3>The Evolution of Space Exploration Technology</h3>
<p>The trend of miniaturization is one that we can see in a variety of applications, including mobile phones and computers. The same can be said for the design of satellites used in space missions. The devices used in NASA&#8217;s Space Technology 5 (ST5) mission are just one example.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/07/Space-Technology-5-microsatellites.jpg" title="" alt="A photograph showing microsatellites used in NASA&#039;s Space Technology 5 mission." width="1000" height="652" class="alignnone size-full wp-image-226951" /><br />
<em>Microsatellites mounted on a payload structure for the ST5 mission. Image by NASA. Licensed under the public domain, via <a href="https://commons.wikimedia.org/wiki/File:Space_Technology_5_on_payload_structure.jpg" target="_blank">Wikimedia Commons</a>.</em></p>
<p>Due to the payload complexity of microsatellites &mdash; and the desire to extend their reach outside of Earth&#8217;s orbit &mdash; active thermal control is very important. Such control demands more power and also increases the mass of the satellite with added parts. The challenge is to design a thermal control system that can meet these power and mass demands while still removing excess heat in a controlled manner.</p>
<p>With this in mind, NASA used electrostatic comb drives for actuation in their ST5 mission. These actuation systems were paired with two different radiator designs: a louvre and a shutter configuration. The mission helped to validate the use of high-voltage MEMS technology in thermal subsystems.</p>
<div class="row">
<div class="col-sm-6">
<img src="https://cdn.comsol.com/wordpress/2017/07/shutter-concept-illustration.png" title="" alt="A schematic of the shutter radiator for a thermal control system in a microsatellite." width="525" height="448" class="alignnone size-full wp-image-226961" />
</div>
<div class="col-sm-6">
<img src="https://cdn.comsol.com/wordpress/2017/07/optical-microscope-image-of-assembly.png" title="" alt="A microscopic image of a shutter radiator design." width="515" height="317" class="alignnone size-full wp-image-226971" />
</div>
</div>
<p><em>Left: The shutter concept. Right: An optical microscope image of the shutter radiator design. Images by L. Pasqualetto Cassinis and taken from his <a href="/paper/download/357091/pasqualetto%20cassinis_paper.pdf">COMSOL Conference 2016 Munich paper</a>.</em></p>
<p>Looking to build upon these initial findings, a researcher from TU Delft considered an alternative to using electrostatic comb drives: thermal actuators. These devices provide relatively high displacement with little applied voltage and are less sensitive to radiation than their electrostatic counterparts. To validate their potential in such applications and further optimize their design, the researcher turned to the COMSOL Multiphysics® software.</p>
<h3>Verifying the Potential of Using Thermal Actuators in Microsatellites</h3>
<p>For this analysis, two models were built in COMSOL Multiphysics. The first is a 3D structural model of the shutter array, a configuration chosen based on its robustness.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/07/shutter-array-model.png" title="" alt="A 3D model of a shutter array configuration used for thermal actuators in microsatellites." width="540" height="354" class="alignnone size-full wp-image-226981" /><br />
<em>3D shutter array model. Image by L. Pasqualetto Cassinis and taken from his <a href="/paper/download/357101/pasqualetto%20cassinis_presentation.pdf">COMSOL Conference 2016 Munich presentation</a>.</em></p>
<p>The second is a 3D multiphysics model of a two-arm thermal actuator made of polysilicon &mdash; a model based on the <a href="/model/joule-heating-of-a-microactuator-8493">Joule Heating of a Microactuator tutorial</a>. An applied voltage generates electric current through the two hot arms, raising the temperature of the actuator. This temperature increase leads to thermal expansion, which then causes the actuator to bend. In addition to these hot arms, the thermal actuator includes a cold arm, with a gap that separates the two types. Note that the hot arms have more electrical resistance than the cold arm, thus greater <a href="/multiphysics/the-joule-heating-effect">Joule heating</a>.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/07/geometry-for-thermal-actuator.png" title="" alt="An image of the geometry of the thermal actuator model." width="654" height="430" class="alignnone size-full wp-image-226991" /><br />
<em>Thermal actuator model geometry. This image is taken from the documentation for the <a href="/model/joule-heating-of-a-microactuator-8493">Joule Heating of a Microactuator tutorial</a>.</em></p>
<p>To validate the thermal actuator model, the researcher compared the simulation results with analytical results and checked if the output displacement was close to the requirement of 3 µm. In the model, the displacement is 2.54 µm &mdash; a value comparable to that of analytical results (2.11 µm) and also near the required displacement. Note that the theoretical model only includes one hot arm, which can account for some of the differences in displacement values. Further, the simulation shows agreement in regard to temperature distribution, with the highest temperature at the center of the actuator.</p>
<p>A spring-like force is added to the shutter model to account for stiffness. With varying forces applied to the device, the shutter exhibits elastic behavior. The estimated stiffness obtained via the study is incorporated into the thermal actuator model. When varying the voltage to evaluate tip displacement via actuation, high voltages are needed to produce reasonable displacement. Additionally, as expected, the maximum displacement occurs at the center of the actuator instead of the tip.</p>
<h4>Optimizing the Thermal Actuator Design</h4>
<p>After verifying the thermal actuator model, the researcher sought to optimize its configuration. In this optimization study, the length of the actuator is varied along with the gap between the hot arms and the cold arm. Per analytical results, both variables are assumed to have a strong impact on tip displacement.</p>
<p>In the initial optimization study, an applied voltage of 2.7 V produces a shutter stiffness of 10<sup>9</sup> N/m<sup>3</sup> and a displacement of 2.98 µm. Additionally, the maximum temperature that the device reaches is significantly lower than the melting temperature of silicon.</p>
<div class="row">
<div class="col-sm-6">
<img src="https://cdn.comsol.com/wordpress/2017/07/displacement-in-thermal-actuator.png" title="" alt="A plot of the displacement of the thermal actuator in COMSOL Multiphysics®." width="524" height="357" class="alignnone size-full wp-image-227001" />
</div>
<div class="col-sm-6">
<img src="https://cdn.comsol.com/wordpress/2017/07/temperature-distribution-in-thermal-actuator.png" title="" alt="A graph plotting the temperature of the thermal actuator with an applied voltage of 2.7 V." width="550" height="359" class="alignnone size-full wp-image-227011" />
</div>
</div>
<p><em>The displacement (left) and temperature (right) of the thermal actuator with an applied voltage of 2.7 V. Images by L. Pasqualetto Cassinis and taken from his COMSOL Conference 2016 Munich presentation.</em></p>
<p>Reducing the required applied voltage was the focus of a later optimization study. Just a few volts can be crucial in, for instance, applications of CubeSats &mdash; a type of miniaturized satellite used for space research &mdash; where power demand is limited. For this study, multiple objective variables are considered and the gap between arms is included as a control variable. With this approach, the displacement comes closer to 3 µm and the applied voltage is reduced to about 2.5 V.</p>
<h3>Multiphysics Simulation Helps Take Microsatellites to New Heights</h3>
<p>Advancing the design of miniaturized satellites is key to extending their use in space exploration. As we&#8217;ve highlighted with this thermal actuator example, simulation is a useful tool for testing active thermal control techniques in these systems, improving their safety and reach. We look forward to seeing how this technology will continue to advance in the future and the potential role that simulation will play.</p>
<h3>Learn More About Advancing Space Exploration with Simulation</h3>
<ul>
<li>Read the full COMSOL Conference paper: &#8220;<a href="/paper/feasibility-study-of-thermal-actuators-for-mems-variable-emittance-radiators-37851">Feasibility Study of Thermal Actuators for MEMS Variable Emittance Radiators</a>&#8220;</li>
<li>Browse additional blog topics relating to space exploration:
<ul>
<li><a href="/blogs/improving-atmosphere-revitalization-manned-spacecraft/">Improving Atmosphere Revitalization for Manned Spacecraft</a></li>
<li><a href="/blogs/rosetta-philae-historic-landing-comet/">Rosetta and Philae: A Historic Landing on a Comet</a></li>
<li><a href="/blogs/designing-reliable-and-efficient-cdra-systems-with-simulation/">Designing Reliable and Efficient CDRA Systems with Simulation</a></li>
</ul>
</li>
<li>Download the related tutorial: <a href="/model/joule-heating-of-a-microactuator-8493">Joule Heating of a Microactuator</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/optimizing-the-design-of-thermal-actuators-for-use-in-microsatellites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Microwave Furnaces for Solar-Grade Silicon Production</title>
		<link>https://www.comsol.no/blogs/optimizing-microwave-furnaces-for-solar-grade-silicon-production/</link>
		<comments>https://www.comsol.no/blogs/optimizing-microwave-furnaces-for-solar-grade-silicon-production/#comments</comments>
		<pubDate>Thu, 08 Jun 2017 14:48:20 +0000</pubDate>
		<dc:creator><![CDATA[Bridget Paulus]]></dc:creator>
				<category><![CDATA[Computational Fluid Dynamics (CFD)]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[RF & Microwave Engineering]]></category>
		<category><![CDATA[CFD Module]]></category>
		<category><![CDATA[RF Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=221651</guid>
		<description><![CDATA[Solar-grade silicon is becoming more popular for applications such as communications and photovoltaics. While it&#8217;s important to keep up with this growing demand, the current method of producing solar-grade silicon is energy intensive and expensive. To find a more efficient process, researchers at JPM Silicon GmbH explored a novel method using a microwave furnace. By simulating the internal processes, they aim to optimize their microwave furnace design to produce low-cost solar-grade silicon. What Is Solar-Grade Silicon? Solar-grade silicon is one [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Solar-grade silicon is becoming more popular for applications such as communications and photovoltaics. While it&#8217;s important to keep up with this growing demand, the current method of producing solar-grade silicon is energy intensive and expensive. To find a more efficient process, researchers at JPM Silicon GmbH explored a novel method using a microwave furnace. By simulating the internal processes, they aim to optimize their microwave furnace design to produce low-cost solar-grade silicon.</p>
<p><span id="more-221651"></span></p>
<h3>What Is Solar-Grade Silicon?</h3>
<p>Solar-grade silicon is one of three grades of high-purity silicon. Each grade has different applications and specific purity percentage requirements:</p>
<ol>
<li>Metallurgical-grade silicon is 98% pure</li>
<li>Solar-grade silicon is 99.9999% pure (6N or &#8220;six nines&#8221;)</li>
<li>Electronic-grade silicon is 99.9999999% pure (9N)</li>
</ol>
<p><img src="https://cdn.comsol.com/wordpress/2017/06/silicon-molecular-structure.png" title="" alt="A schematic of the monocrystalline silicon structure." width="548" height="465" class="alignnone size-full wp-image-221691" /><br />
<em>The structure of monocrystalline silicon. Solar-grade silicon is almost pure silicon.</em></p>
<h3>Comparing Solar-Grade Silicon Production Methods</h3>
<p>Traditionally, solar-grade silicon is produced using high temperatures (2000°C) to reduce silicon quartz and carbon, resulting in silicon with a 98.5% purity. This isn&#8217;t quite pure enough to be considered solar grade, so the silicon must be refined further through a gas phase. With multiple steps and different processes, this method isn&#8217;t efficient. It is also energy intensive, expensive, and requires experienced operators. </p>
<p>The method that JPM analyzed starts with raw materials that are highly pure. The silicon is placed into a contaminant-free microwave oven that performs both the heating and gas phase stages of the traditional production process. Since there&#8217;s no consecutive refinement processes, this approach is more efficient and cost effective.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/06/microwave-furnace-setup.png" title="" alt="An illustration of the microwave furnace setup for solar-grade silicon production." width="600" height="277" class="alignnone size-full wp-image-221821" /></p>
<p><em>The setup for the microwave furnace. Image by N. Rezaii and J.P. Mai and taken from <a href="/paper/download/358561/rezaii_paper.pdf">their COMSOL Conference 2016 Munich paper</a>.</em></p>
<p>The microwave furnace consists of five parts:</p>
<ol>
<li>Magnetron core, which generates electromagnetic microwaves</li>
<li>Waveguide, which transmits the microwaves into the resonator</li>
<li>Resonator (also called the reaction chamber), which includes a crucible to hold the silicon sample</li>
<li>Tuner, which improves the absorption of the microwaves</li>
<li>Circulator, which keeps the magnetron from overheating by using a water bath to dissipate the reflective microwave energy</li>
</ol>
<p>One advantage of an optimized microwave furnace design is that there is reduced heat loss. This is partially due to the selective heating, which heats materials on a volumetric heat input, leading to a temperature drop from the inside out. In addition, there&#8217;s less diffusion of the silicon&#8217;s impurities because the furnace has a faster warming time and shorter residence time.</p>
<p>To optimize the microwave furnace for solar-grade silicon production, JPM Silicon GmbH studied its internal processes with the COMSOL Multiphysics® software. </p>
<h3>Simulating the Production of Solar-Grade Silicon in a Microwave Furnace</h3>
<p>The research team set up their model to include the electromagnetic, chemical, and physical phenomena occurring within the microwave furnace. Since some materials have electromagnetic properties that are strongly temperature dependent, the model couples the electromagnetic field distribution and temperature field.</p>
<blockquote><p>You can learn more about the model setup by reading the full conference paper &#8220;<a href="/paper/multiphysics-modelling-of-a-microwave-furnace-for-efficient-solar-silicon-produc-37991">Multiphysics Modelling of a Microwave Furnace for Efficient Solar Silicon Production</a>&#8220;.</p></blockquote>
<p>It&#8217;s important to use chemically stable structural materials and an inert gas in the microwave furnace to avoid unwanted reactions. Also, the insulation materials must be effective in minimizing heat losses.</p>
<h4>Electromagnetic Intensity and Distribution</h4>
<p>The research team used the RF Module to simulate the electromagnetic intensity and distribution in the resonator and silicon sample. They used Maxwell&#8217;s equations to determine the propagation of the microwave radiation.</p>
<p>The electric field is higher at the height of the waveguide ports than at any other part of the reaction chamber. The field enhancement in the crucible&#8217;s core indicates that this is the optimal location for the crucible to be heated, as shown in the results below. </p>
<p><img src="https://cdn.comsol.com/wordpress/2017/06/electric-field-distribution-in-resonator-and-waveguide.png" title="" alt="A model by N. Rezaii and J.P. Mai showing the electric field distribution in the resonator and waveguide." width="400" height="454" class="alignnone size-full wp-image-221721" /><br />
<em>The distribution of the electric field in the resonator and waveguide. Image by N. Rezaii and J.P. Mai and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>The researchers also wanted to see how varying the height of the insulation plate affects the operation of the furnace. They tested three different heights for the plate (which the crucible sits on top of) and reexamined the electric field. The different insulation plate heights include:</p>
<ul>
<li>30 mm</li>
<li>40 mm</li>
<li>50 mm</li>
</ul>
<div class="row">
<div class="col-sm-4">
<img src="https://cdn.comsol.com/wordpress/2017/06/insulation-plate-height-of-30-mm.png" title="" alt="A model by N. Rezaii and J.P. Mai for an insulation plate height of 30 mm." width="708" height="546" class="alignnone size-full wp-image-221741" />
</div>
<div class="col-sm-4">
<img src="https://cdn.comsol.com/wordpress/2017/06/insulation-plate-height-of-40-mm.png" title="" alt="A model by N. Rezaii and J.P. Mai for an insulation plate height of 40 mm." width="699" height="533" class="alignnone size-full wp-image-221751" />
</div>
<div class="col-sm-4">
<img src="https://cdn.comsol.com/wordpress/2017/06/insulation-plate-height-of-50-mm.png" title="" alt="A model by N. Rezaii and J.P. Mai for an insulation plate height of 50 mm." width="724" height="540" class="alignnone size-full wp-image-221761" />
</div>
</div>
<p><em>The distribution of the electric field when the height of the insulation plate is 30 mm (left), 40 mm (middle), and 50 mm (right). Images by N. Rezaii and J.P. Mai and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>The simulation results show that the 40-mm insulation plate performs best. The electric field is focused at the center of the crucible, thus on the silicon sample.</p>
<h4>Gas Flow Velocity Distribution</h4>
<p>The CFD Module solves for the <a href="/multiphysics/navier-stokes-equations">Navier-Stokes equations</a>, allowing the researchers to find the gas flow velocity distribution. The gas flows from the inlet over the surface of the silicon sample, rather than having a homogeneous velocity. The wall then deflects the flow toward the outlet. The simulation shows that only a slight gas flow exists near the waveguide ports as well as near the top and bottom walls. </p>
<p><img src="https://cdn.comsol.com/wordpress/2017/06/gas-velocity-distribution.png" title="" alt="A model by N. Rezaii and J.P. Mai showing the resonator's gas velocity distribution." width="500" height="350" class="alignnone size-full wp-image-221781" /><br />
<em>The distribution of gas velocity in the resonator. Image by N. Rezaii and J.P. Mai and taken from their COMSOL Conference 2016 Munich poster.</em></p>
<h4>Heat Distribution</h4>
<p>To analyze how well the electromagnetic waves heat the silicon sample, the research team examined the heat distribution in the resonator. Their model includes forced heat equations to calculate conduction, convection, and radiation from solids and liquids (Planck&#8217;s radiation law) as well as gases (Stefan-Boltzmann law). The dissipated heat, solved with the RF Module, is used as a volumetric heat source. The gas velocity profile, calculated with the CFD Module, helps find the convective thermal losses. </p>
<p>As expected from the electromagnetics study, the hottest point in the resonator is at the crucible&#8217;s core. Further, the surrounding insulation layers don&#8217;t heat up as much, thanks to their lower thermal conductivity. </p>
<p><img src="https://cdn.comsol.com/wordpress/2017/06/heat-distribution-simulation-plot.png" title="" alt="A model by N. Rezaii and J.P. Mai showing the resonator&#039;s heat distribution." width="500" height="370" class="alignnone size-full wp-image-221791" /><br />
<em>The distribution of heat in the resonator. Image by N. Rezaii and J.P. Mai and taken from <a href="/paper/download/358571/rezaii_poster.pdf">their COMSOL Conference 2016 Munich poster</a>.</em> </p>
<p>By gaining insight into the internal processes of a microwave furnace, researchers from JPM Silicon GmbH were able to optimize their design and pave the way for efficient solar-grade silicon production. </p>
<h3>Read More on Simulating Solar Applications</h3>
<ul>
<li>Explore other examples of solar simulation applications in these blog posts:
<ul>
<li><a href="/blogs/optimizing-the-production-process-for-solar-energy-cells/">Optimizing the Production Process for Solar Energy Cells</a></li>
<li><a href="/blogs/analyzing-a-silicon-solar-cell-design-with-the-semiconductor-module/">Analyzing a Silicon Solar Cell Design with the Semiconductor Module</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/optimizing-microwave-furnaces-for-solar-grade-silicon-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulating the Electrothermal Transients in Superconducting Magnets</title>
		<link>https://www.comsol.no/blogs/simulating-the-electrothermal-transients-in-superconducting-magnets/</link>
		<comments>https://www.comsol.no/blogs/simulating-the-electrothermal-transients-in-superconducting-magnets/#comments</comments>
		<pubDate>Thu, 09 Mar 2017 21:05:46 +0000</pubDate>
		<dc:creator><![CDATA[Bridget Cunningham]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Heat Transfer & Phase Change]]></category>
		<category><![CDATA[Mechanical]]></category>
		<category><![CDATA[AC/DC Module]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=208291</guid>
		<description><![CDATA[When a superconducting magnet suddenly transitions to a normal state &#8212; known as a quench &#8212; its coils may overheat. Quench detection and protection systems are often included in the magnets to enable safer operation. For these systems to be effective, it&#8217;s important to understand the resulting electrothermal transient phenomena that take place within the magnet. Using numerical simulation, we can develop sophisticated systems that prevent possible disruption effects. The Large Hadron Collider: The Most Powerful Particle Accelerator Built by [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When a superconducting magnet suddenly transitions to a normal state &mdash; known as a quench &mdash; its coils may overheat. Quench detection and protection systems are often included in the magnets to enable safer operation. For these systems to be effective, it&#8217;s important to understand the resulting electrothermal transient phenomena that take place within the magnet. Using numerical simulation, we can develop sophisticated systems that prevent possible disruption effects.</p>
<p><span id="more-208291"></span></p>
<h3>The Large Hadron Collider: The Most Powerful Particle Accelerator</h3>
<p>Built by the European Organization for Nuclear Research (CERN), the Large Hadron Collider (LHC) is a structure that holds many records. It&#8217;s not only the most complex experimental facility that has ever been built and the largest single machine that exists, but it&#8217;s also currently the world&#8217;s largest and most powerful particle accelerator. The LHC has the potential to provide answers to various physics-related questions. (Take a <a href="http://virtual-tours.web.cern.ch/virtual-tours/vtours/LHC/LHC.html" target="_blank">virtual tour</a> to see it for yourself.)</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/03/Large-Hadron-Collider.jpeg" title="" alt="A photograph of a portion of the Large Hadron Collider's tunnel." width="1000" height="750" class="alignnone size-full wp-image-208321" /><br />
<em>Part of the Large Hadron Collider&#8217;s tunnel. Image by Julian Herzog &mdash; Own work. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank">CC BY-SA 3.0</a>, via <a href="https://commons.wikimedia.org/wiki/Large_Hadron_Collider#/media/File:CERN_LHC_Tunnel1.jpg" target="_blank">Wikimedia Commons</a>.</em></p>
<p>Behind the operation of the accelerator is a 27-kilometer ring of superconducting magnets and multiple accelerating structures that give particles an energy boost. These magnets, which are made of coils that can operate in the superconducting state, maintain a strong magnetic field that guides particle beams around the accelerator ring.</p>
<p>To create such strong fields, iron-yoked electromagnets, fully wound with rectangular cables, are used. Nb-Ti filaments are embedded inside a copper matrix to form a strand, which is then twisted and wrapped in a polyamide insulation layer. When the cable is cooled to 1.9 K, the filaments are able to reach the superconducting state, which in turn allows the cable to carry greater current densities.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/03/magnet-cross-section.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/magnet-cross-section.png" title="Cross section" alt="A schematic showing a cross section of the superconducting magnet." class="alignnone size-full wp-image-208331" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/03/cable-layout.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/cable-layout.png" title="Cable layout" alt="A collection of images that detail the layout of the cable in the magnet." class="alignnone size-full wp-image-208341" /></a>
</div>
</div>
<p><em>Left: Cross section of the magnet. Right: Cable layout. Images by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their <a href="/paper/download/360611/bortot_paper.pdf">COMSOL Conference 2016 Munich paper</a>.</em></p>
<p>When designing superconducting magnets like those in the LHC, it&#8217;s important to consider potential scenarios that could cause disruptive effects. One such example is quenches.</p>
<h3>Studying Quenches in Superconducting Magnets</h3>
<p>A <em>quench</em> refers to the sudden transition of a magnet from the superconducting state to a normal state. This process occurs when the working point of a superconductor magnet moves out of what is called the <em>critical space</em>, which then causes energy stored in the magnetic field to be released as Ohmic losses. </p>
<p><img src="https://cdn.comsol.com/wordpress/2017/03/critical-surface-plot.png" title="" alt="A plot of the critical surface for the filaments, showing the maximum current density as a function of the magnetic and temperature fields." width="527" height="336" class="alignnone size-full wp-image-208351" /><br />
<em>Plot of the critical surface for the filaments, with the maximum current density shown as a function of the magnetic and temperature fields. Image by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>When a quench takes place, it forces the conduction current to travel from the filaments to the copper matrix in which they are embedded. Such movement can cause the coils inside the magnet to overheat. In an effort to prevent possible disruption effects, magnet designs typically include quench detection and protection systems. Ensuring the effectiveness of these systems, however, requires an understanding of the electrothermal transient phenomena that takes place within the magnet.</p>
<p>Recognizing this, a team of researchers from CERN simulated a quench event in a superconducting magnet, using a main dipole from the LHC as their point of analysis. Let&#8217;s see how the flexibility and functionality of the COMSOL Multiphysics® software helped them to simulate this complex design.</p>
<h3>Building an Electrothermal Model of a Superconducting Magnet</h3>
<p>When modeling a superconducting magnet, one of the challenges is accounting for the number of half turns. For the main dipole of the LHC, this number is 320. Each of these half turns must be set up with its respective variables and operators in order to compute relevant quantities. This process is not only time consuming, but it is also prone to error.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/03/cross-section-of-LHC-dipole-magnet.png" title="" alt="A schematic of the cross section of a magnet's coil, with the half turns highlighted." width="510" height="381" class="alignnone size-full wp-image-208361" /><br />
<em>Cross section of a magnet&#8217;s coil with highlighted half turns. Image by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>To speed up the model creation process and reduce the chances of error, the researchers from CERN developed an automated Java® workflow that relies on the COMSOL API. The structure of this application is based on three main functional layers:</p>
<ol>
<li>Top layer, which enables users to describe a desired model with text input files</li>
<li>Middle layer, which includes numerical methods needed to formulate input parameters for the API</li>
<li>Bottom layer, which offers classes to embed functionalities from the COMSOL API for use with Java®</li>
</ol>
<p>With this workflow in place, the magnet&#8217;s half turns were implemented in the model design with the indexing feature. This feature is quite useful as it allows you to redefine variables that have a formulation that&#8217;s common to every turn. Therefore, only a single variable is needed to describe a group of domains that share the same property.</p>
<p>Further, through the Java® workflow, the team at CERN was able to define various geometrical primitives, from points to lines, to construct their 2D model. Including model symmetries in the application helped to simplify the modeling process.</p>
<p>To minimize the number of mesh nodes, and thus the computational time, a combination of unstructured and structured elements was included in the model&#8217;s mesh. In order to ensure the accuracy of the results, the researchers performed a mesh sensitivity analysis.</p>
<p>The physics implemented in the model accounted for nonlinear temperature and field-dependent material properties and eddy currents induced within the superconducting cable. The latter enabled the team to calculate the quench initiation and propagation.</p>
<h3>Simulation Results for Two Time-Dependent Studies</h3>
<p>The analysis includes two time-dependent studies that were performed consecutively:</p>
<ol>
<li>The magnet&#8217;s current, linearly ramped up to the nominal value</li>
<li>The exponential current decay, simulated at a time constant of 0.1 s</li>
</ol>
<p>Note that the second study uses the final state of the first study as its initial condition.</p>
<p>The researchers first looked at the behavior of the magnet during fast discharge. The plot on the left shows the magnetic field in the magnet at nominal conditions. During a linear ramp up of 100 A/s, the field&#8217;s variation produces eddy currents. The equivalent magnetization of these currents is shown in the plot on the right.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/03/magnetic-field-and-equivalent-magnetization.png" title="" alt="COMSOL Multiphysics® results showing the magnetic field in the magnet at nominal current and the equivalent magnetization of the magnet's eddy currents during a linear ramp up." width="1000" height="409" class="alignnone size-full wp-image-208461" /><br />
<em>Left: Magnetic field in the magnet at nominal current. Right: Equivalent magnetization of eddy currents during linear ramp up of 100 A/s. Images by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>The losses that are generated impact the magnetic field, affecting the magnetic equivalent electrical impedance. They also deposit energy in the magnetic coil, dissipating some of the energy stored inside the magnetic field. If they are high enough, these losses can cause the temperature of the superconductor to rise beyond the critical surface. This can in turn cause the superconductor to transition to a normal state. At this stage, Ohmic losses are dominant in causing the magnet&#8217;s coil to heat up. The temperature of the coil is extracted after 0.5 s and visualized in a plot.</p>
<div class="row">
<div class="col-sm-4">
<a href="https://cdn.comsol.com/wordpress/2017/03/eddy-current-losses.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/eddy-current-losses.png" title="Eddy current losses" alt="A results plot of the eddy current losses deposited in the coil." class="alignnone size-full wp-image-208391" /></a>
</div>
<div class="col-sm-4">
<a href="https://cdn.comsol.com/wordpress/2017/03/Ohmic-losses.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/Ohmic-losses.png" title="Ohmic losses" alt="A plot of the Ohmic losses deposited in the coil." class="alignnone size-full wp-image-208401" /></a>
</div>
<div class="col-sm-4">
<a href="https://cdn.comsol.com/wordpress/2017/03/temperature-distribution.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/temperature-distribution.png" title="Temperature distribution" alt="Simulation results showing the temperature distribution in the coil." class="alignnone size-full wp-image-208411" /></a>
</div>
</div>
<p><em>Left: Eddy current losses deposited in the coil. Center: Ohmic losses deposited in the coil. Right: Temperature distribution in the coil. Images by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>Along with the coil temperature, coil resistance and voltage are also extracted from the simulation results. These values can be used as input when designing protection systems for superconducting magnets.</p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/03/coil-resistance-plot.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/coil-resistance-plot.png" title="Coil resistance" alt="A graph plotting the resistance of the coil as a function of time." class="alignnone size-full wp-image-208421" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/03/coil-resistive-voltage-plot.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/03/coil-resistive-voltage-plot.png" title="Resistive voltage" alt="A plot of the resistive voltage of the coil as a function of time." class="alignnone size-full wp-image-208431" /></a>
</div>
</div>
<p><em>The coil&#8217;s resistance (left) and resistive voltage (right) as a function of time. Images by L. Bortot, M. Maciejewski, M. Prioli, A.M. Fernandez Navarro, S. Schöps, I. Cortes Garcia, B. Auchmann, and A.P. Verweij and taken from their COMSOL Conference 2016 Munich paper.</em></p>
<p>To learn more about this simulation research, read the full COMSOL Conference paper: &#8220;<a href="/paper/simulation-of-electro-thermal-transients-in-superconducting-accelerator-magnets-38161">Simulation of Electro-Thermal Transients in Superconducting Accelerator Magnets</a>&#8220;. For more examples of using COMSOL Multiphysics to simulate superconductors, browse the resources listed below.</p>
<h3>Additional Resources on Simulating Superconductors</h3>
<ul>
<li>Learn about <a href="/blogs/modeling-superconductivity-ybco-wire/">modeling superconductivity in a YBCO wire</a></li>
<li>Explore the use of simulation in <a href="/blogs/designing-fully-superconducting-rotating-machines/">designing fully superconducting rotating machines</a></li>
</ul>
<p><em>Oracle and Java are registered trademarks of Oracle and/or its affiliates.</em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/simulating-the-electrothermal-transients-in-superconducting-magnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Model the Electromagnetic Heating of Underground Cables</title>
		<link>https://www.comsol.no/blogs/how-to-model-the-electromagnetic-heating-of-underground-cables/</link>
		<comments>https://www.comsol.no/blogs/how-to-model-the-electromagnetic-heating-of-underground-cables/#comments</comments>
		<pubDate>Tue, 14 Feb 2017 09:02:43 +0000</pubDate>
		<dc:creator><![CDATA[Walter Frei]]></dc:creator>
				<category><![CDATA[AC/DC & Electromagnetics]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[AC/DC Module]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>
		<category><![CDATA[Technical Content]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=203901</guid>
		<description><![CDATA[Overhead power cables can be seen almost everywhere in the United States, but there are also many underground power cables that we can&#8217;t see. They have the advantage of protection from wind and snow damage and, due to their shielding, have greatly reduced electromagnetic field emission. One disadvantage of underground cables is that they heat up significantly, which leads to degradation of the insulation and failure. Let&#8217;s see how to model electromagnetic heating in the COMSOL Multiphysics® software. Properties of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Overhead power cables can be seen almost everywhere in the United States, but there are also many underground power cables that we can&#8217;t see. They have the advantage of protection from wind and snow damage and, due to their shielding, have greatly reduced electromagnetic field emission. One disadvantage of underground cables is that they heat up significantly, which leads to degradation of the insulation and failure. Let&#8217;s see how to model electromagnetic heating in the COMSOL Multiphysics® software.</p>
<p><span id="more-203901"></span></p>
<h3>Properties of Underground Power Cables</h3>
<p>A typical underground three-phase electrical cable is made up of a bundle of three conductive cables. Each individual cable is <em>stranded</em>, meaning it is composed of many wires that are twisted together and compressed so that the strands are in good electrical contact. The cable can also have shielding such as a metal foil. A polymer material between the cable and shielding provides electrical insulation. Wound paper, fluids, and even pressurized gases are also used as electric insulators. The entire insulated cable bundle is then encapsulated within another dielectric and a metal sheath as well as an outer polymer coating, which protects the cable from the environment. </p>
<div class="row">
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/02/underground-electrical-cable.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/02/underground-electrical-cable.png" title="Underground electrical cable" alt="An illustration of an underground electrical cable." width="400" height="400" class="alignnone size-full wp-image-203941" /></a>
</div>
<div class="col-sm-6">
<a href="https://cdn.comsol.com/wordpress/2017/02/cross-section-of-underground-electrical-cable.png" target="_blank"><img src="https://cdn.comsol.com/wordpress/2017/02/cross-section-of-underground-electrical-cable.png" title="Cross section schematic" alt="A schematic showing the cross section of an underground three-phase electrical cable." width="600" height="365" class="alignnone size-full wp-image-203951" /></a>
</div>
</div>
<p><em>Left: An underground three-phase electrical cable. Right: Cross-sectional schematic of a buried three-phase cable.</em></p>
<p>The alternating current passing through the cable results in a time-varying magnetic field, which causes induced currents in the cable as well as in the surrounding metal sheaths and foil. The currents lead to a combination of <a href="https://www.comsol.com/multiphysics/the-joule-heating-effect">Joule heating</a> and <a href="https://www.comsol.com/multiphysics/induction-heating">induction heating</a>. The cable bundle then begins to heat up, possibly causing it to fail, hence our interest in building a predictive computational model.</p>
<p>The electrical analysis of the cable is fairly straightforward. We usually know all of the relevant material properties (electric conductivity, permeability, and permittivity) in the cable bundle as well as exactly how much current flows through the cable and at what frequency. However, we only have a rough understanding of the electrical properties of the surrounding soil.</p>
<p>Thermally speaking, there are even more unknowns. The thermal properties of the surrounding soil vary based on its composition and moisture content. Even within the cable, although we know the material properties, there can be thin layers of material and small air gaps that significantly change the peak temperature.</p>
<p>Let&#8217;s find out how we can model these types of cables using COMSOL Multiphysics.</p>
<h3>Modeling Electromagnetic Fields in an Underground Cable</h3>
<p>We can reasonably assume that underground cables are long and the surrounding environment is relatively uniform. These assumptions allow us to simplify our model by considering a 2D cross-sectional slice, similar to the one shown in the schematic above. We know that the three-phase current in the cables varies at a fixed frequency. We also know the maximum current.</p>
<p>We assume that the stranded bundle of copper wires is compressed together with good electrical contact, so we treat each of the three copper cables as one uniform domain across which the current can redistribute itself. Thus, we use three different <em>Coil</em> features to excite the three copper cables, as shown in the screenshot below. The applied excitation is of the form: <code>1[kA]*exp(-i*120[deg])</code>.</p>
<p>That is, a 1kA peak current flows through the three cables, but the relative phases are shifted by 120° between each.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/Coil-feature-settings.png" title="" alt="A screenshot showing the Coil feature settings in COMSOL Multiphysics®." width="548" height="736" class="alignnone size-full wp-image-203961" /><br />
<em>The Coil feature sets up the current flowing through one of the cables. The other two cables carry the same current, but with a 120° phase shift.</em></p>
<p>Next, we consider the thin layer of metal shielding. If the thickness of this layer is small compared to the other dimensions, then we model this metal layer via the Transition boundary condition, as shown below. This boundary condition allows us to enter a thickness and specify a set of material properties at an internal boundary of the model. The advantage of this condition is that we don&#8217;t need to explicitly model the geometry and thus don&#8217;t need to mesh this thin layer of material.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/Transition-boundary-condition-settings.png" title="" alt="A screen capture showing the settings for the Transition boundary condition." width="547" height="649" class="alignnone size-full wp-image-203971" /><br />
<em>The Transition boundary condition in which the layer thickness and material properties can be entered.</em></p>
<p>The magnetic fields can extend some distance outside of the cable. Since we want to know how quickly the fields drop off, we model a region of soil around the cable. We choose this region&#8217;s size by studying progressively larger domains until the field solution shows minimal variation with an increasing domain size, a procedure described in an earlier blog post on <a href="https://www.comsol.com/blogs/how-to-choose-between-boundary-conditions-for-coil-modeling/">choosing boundary conditions for coil modeling</a>. The results of such an analysis, seen in the image below, show the magnetic field and cycle-averaged losses. It is these losses that lead to a rise in temperature.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/losses-and-shielding-plot.png" title="" alt="A plot of the losses and shielding in a cable bundle, with arrows that show the magnetic field." width="485" height="517" class="alignnone size-full wp-image-203981" /><br />
<em>The losses in the cable bundle and shielding with arrows representing the magnetic field. The arrow lengths are logarithmically scaled relative to the magnetic field strength.</em></p>
<h3>Predicting the Temperature Rise in COMSOL Multiphysics®</h3>
<p>Modeling the temperature rise of the cable seems relatively straightforward &mdash; we simply take the computed losses and include them in a thermal model. We add the <em>Heat Transfer in Solids</em> physics interface to our model and, within the <em>Multiphysics</em> branch, use the predefined features to set up a bidirectional coupling between the electromagnetic and thermal problem. Either the <em>Frequency-Stationary</em> or <em>Frequency-Transient</em> study type can be used to solve the electromagnetic problem in the frequency domain while solving the thermal problem in the steady state or time domain.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/Frequency-Stationary-solver-settings.png" title="" alt="A screenshot of the settings for the Frequency-Stationary solver." width="683" height="540" class="alignnone size-full wp-image-203991" /><br />
<em>The Frequency-Stationary solver and multiphysics settings for creating the bidirectionally coupled electromagnetic heating model.</em></p>
<h4>Using the Thin Layer Boundary Condition</h4>
<p>Now, even though the thermal model appears straightforward, there are a number of things that we need to keep in mind as well as features of the software that we want to be aware of. For one, the cable bundle has several thin layers of material, such as the shielding and coatings, that we might not want to model explicitly. For these, we use the Thin Layer boundary condition, which has the option of modeling the thin layer as a <em>Thermally thin approximation</em>, <em>Thermally thick approximation</em>, or <em>General</em> layer, as shown in the screenshot below.</p>
<p>The <em>Thermally thin approximation</em> is appropriate when the material layers have a relatively much-higher thermal conductance than their surroundings, whereas using the <em>Thermally thick approximation</em> is better for material layers with a relatively much-lower conductance. The <em>General</em> type should be used for any intermediate cases, where there are significant thermal gradients both normal to and tangentially along the layer of material. All of these options allow you to specify the layer thickness and properties, and the <em>General</em> type additionally allows you to specify a composite of up to five different layers.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/Thin-Layer-boundary-condition-settings.png" title="" alt="A screen capture of the Thin Layer boundary condition settings." width="493" height="520" class="alignnone size-full wp-image-204001" /><br />
<em>The Thin Layer boundary condition.</em></p>
<p>The <em>Thin Layer</em> boundary condition is appropriate for well-defined layers of material, with known thicknesses and properties. We also need to consider the thermal resistance that arises when two materials are in contact. Heat transfer between rough surfaces in contact occurs when there is:</p>
<ul>
<li>Conductive heat transfer due to the solid materials being pushed together</li>
<li>Conductive heat transfer through the thin layer of air</li>
<li>Radiative heat transfer between the exposed surfaces</li>
</ul>
<p>These effects can all be modeled via the <em>Thermal Contact</em> feature, seen in the following screenshot.  </p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/settings-and-equations-for-the-Thermal-Contact-feature.png" title="" alt="An image showing the settings and equations for the Thermal Contact feature in COMSOL Multiphysics®." width="509" height="764" class="alignnone size-full wp-image-204011" /><br />
<em>The Thermal Contact feature and equations.</em></p>
<p>The conductive heat transfer through the solids is strongly affected by the contact pressure. This pressure can be computed from (and coupled with) a structural analysis, as exemplified by these tutorial models:</p>
<ul>
<li><a href="https://www.comsol.com/model/thermal-contact-resistance-between-an-electronic-package-and-a-heat-sink-14659">Thermal Contact Resistance Between an Electronic Package and a Heat Sink</a></li>
<li><a href="https://www.comsol.com/model/contact-switch-4119">Contact Switch</a></li>
</ul>
<h4>Modeling the Thermal Environment and Domain</h4>
<p>Next, we need to consider the thermal environment, which has a great deal of variability that directly affects the cable temperature. The surrounding soil, concrete, and rocks have thermal conductivities that range from 0.1 to 5 W/m/K and densities that range from just over 1000 kg/m<sup>3</sup> for very loosely packed soil to over 3000 kg/m<sup>3</sup> for solid rocks. Their material-specific temperatures also vary from ~500 to 1500 J/kg/K. Furthermore, these values do not remain constant. For example, the thermal conductivity of dry and wet sand can differ by over an order of magnitude: from ~0.2 to 4 W/m/K. It is also helpful to introduce the <a href="https://en.wikipedia.org/wiki/Thermal_diffusivity" target="_blank">thermal diffusivity</a>, which is defined as <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAyCAMAAAAuo6aWAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TACKZu3dm3YgR7lXMRDOqZyv2HwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAAGJSURBVEjH7VfRjoQwCGyxLdhS+/9/e6C7ai5rNrgkew/Hgw/GTOkwMBjCX4gIU/LEG9kzuREd0XLxvCiAJ1oR2hI6cSe0ERLOPmhCW6JQqw+ayI18kDQKILjBqdpw8kJTtVUpgU9NVW1pCtWnH1RtsbGT3Lo+qPuA/ccalNBrGkiBmhQH8NBi5yOsdaOZ5clziE80PIcRDdqKOfjNVBhvYvtq3o4f1cPSePCGtuyv0v2b9icaH69OVWAbWig6jikJmsf460vlnEkuZZsvHRYAJPrNRV9F1U2pEUx6OCFYNfQKrD3cuQ4rs6/AdgWMz1PDeaflE6+piFUt6yDrA4MGaeXGAV3WraTU4xKax7pFs0oJpjA8jHnbAEUbJ7T7o2LdAKMsvG1Hy/cJVE8O2E4CiZIaZegZzd6qWQUq/eiErvfMJMs+L1a0XHKtsNn8JKOCcdUaaTtwu0Fb3GmKOT0blIXFZM6tXLikzudi5e3yf6PB486WSBcNQLemCF2kVt02Vj0E7Vr7RvwAw0cMUMzKhU8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTEtMjJUMDg6Mzc6MTkrMDE6MDDikPtIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTExLTIyVDA4OjM3OjE5KzAxOjAwk81D9AAAACF0RVh0cHM6SGlSZXNCb3VuZGluZ0JveAA0NngzMCsyODIrNjI0IuNhfwAAACd0RVh0cHM6TGV2ZWwAQWRvYmVGb250LTEuMDogQ01NSTEyIDAwMy4wMDIKMReWuwAAAEl0RVh0cHM6U3BvdENvbG9yLTAAL2Rldi9zaG0vemYyLWNhY2hlLzU3MGRlNThlNjRjZTI3NmY0MDVkNjU4MjU3MDUzOTBjLmR2aSAtb/0wPXkAAABFdEVYdHBzOlNwb3RDb2xvci0xAC9kZXYvc2htL3pmMi1jYWNoZS81NzBkZTU4ZTY0Y2UyNzZmNDA1ZDY1ODI1NzA1MzkwYy5wc/xNMwMAAAAASUVORK5CYII=" /> and ranges from roughly <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAZCAMAAADkOSfdAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TABF3RCJmiDOZqrvu3VXMvxHTlQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAAH4SURBVEjH1VftsqsgDAwEAoLA+7/t4UMOUpGqnc69Z384UthtWJLQAvxRMI5cPGZLihhNKCL9XBYgiS7PwzKGjzcLgJY9D2tln4SFZ5+H+Ah4R6rHsjopn4eFbkyOEbGg6kiMF/2esjqet7H+XRKc06UCPPOadHt1I1Uy5cURupyIOVMj4iaMEMZO4zrQd+yEZkrvV4sK/HFaEfdFV6xp2C+RKWNpmLYX6CI5NU4hxZvLalisYIquzrO+MzSHJR3McE5XOqXQyGsVl7lqI6mZrs26RndzJNGNN3OFzh3SKJ2FDRF15Ke6xe1t0BTwXcbP6Apzc8LYVBWPDxYT79Wbum0WF7iDLhZdMnATF+gc1uTaQpyBW18ma7s3cQckznQD3MR7esyikCzRHrZW2vG3RSYd7mlYK5yBYYO6Q8ctljUVEH9JJbnVubPU12zRFcG1wRCCGtw9ej7b0teXlwpa6tVIIdh93tWcLaV0+wa8QjeU/YDuzilHsCOgX466ZRt+0junYU3p+YQpfalcQezrrd64me70URdTWoj7Pzcu0Etq5ZCjb3y/xmwDnwLXLbtIW6tzYXLNhBl33HNcomefIPd7p/neLFH9cRKRxteJ4PKDn2YTOsufl+IX3ZpdjHjXkS/Cfy7xBSj9ucYXQP/Rwe3w/G/CP8APBnAO7FYxJmgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTEtMjJUMTE6Mzk6MjArMDE6MDD91GJVAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTExLTIyVDExOjM5OjIwKzAxOjAwjIna6QAAACF0RVh0cHM6SGlSZXNCb3VuZGluZ0JveAA5MHgxNSsyNjErNjM2Ti96XgAAACZ0RVh0cHM6TGV2ZWwAQWRvYmVGb250LTEuMDogQ01SMTIgMDAzLjAwMgrts95LAAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvNTFkYmZkNjM2ZGY1OTg5Mzc5NzM0ZWY0MWVjYWY3MzYuZHZpIC1v1lmeEAAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlLzUxZGJmZDYzNmRmNTk4OTM3OTczNGVmNDFlY2FmNzM2LnBzieAV8QAAAABJRU5ErkJggg==" /> for these materials.</p>
<p>In addition to the huge variability of the soil&#8217;s thermal properties, the thermal boundary conditions at the surface are rarely well defined. There is both convective cooling to the air and radiative cooling to the sky. The magnitude of this cooling is greatly affected by the local and temporary features at the surface. For example, dead leaves or loosely packed snow can act as a very good layer of thermal insulation that is difficult to quantify with any precision.</p>
<p>Lucky for us, the cables are buried deep enough that these temporary variations at the surface can often be neglected. Thus, it is reasonable to approximate the heat balance at the surface with a combination of three boundary conditions:</p>
<ol>
<li>A Heat Flux boundary condition representing the solar heat load based on the latitude and time of year</li>
<li>Another Heat Flux boundary condition representing the convective cooling to the average ambient air temperature</li>
<li>A Diffuse Surface boundary condition representing the radiative cooling to the effective sky temperature</li>
</ol>
<p>The solar heat load and ambient air temperature can be entered approximately or from the American Society of Heating, Refrigerating, and Air-Conditioning Engineers database of weather station data, as we describe in a <a href="https://www.comsol.com/blogs/thermal-modeling-of-the-air-flow-inside-and-around-your-house/">previous blog post</a>. The effective sky temperature ranges from about 230 K to 285 K (-45°C to 10°C), depending on the air temperature and cloud cover, with a typical ground surface emissivity of 0.8&ndash;0.95.</p>
<p>We must also consider the width and depth of our thermal domain. We need to model a sufficiently large domain of soil such that the boundary conditions don&#8217;t affect the results. For thermal loads that vary sinusoidally in time with cycle period <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMBAMAAABLmSrqAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAACpQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////5u1vmAAAAA10Uk5TAESId2a7zCJVqu6ZM4ysydQAAAABYktHRACIBR1IAAAACXBIWXMAAAB4AAAAeACd9VpgAAAANklEQVQI12NgQAeMSkpKBkDaVSlJyYGBgd2AXQEkzM7A0gBRwFkAobmgGlqh9CYovQJKHwARAO9fBc56F5xBAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTExLTIyVDA0OjIyOjAzKzAxOjAwN1cJ5wAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMS0yMlQwNDoyMjowMyswMTowMEYKsVsAAAAfdEVYdHBzOkhpUmVzQm91bmRpbmdCb3gAOHg3KzMwMSs2Mzlw+fz6AAAAJ3RFWHRwczpMZXZlbABBZG9iZUZvbnQtMS4wOiBDTU1JMTIgMDAzLjAwMgoxF5a7AAAASXRFWHRwczpTcG90Q29sb3ItMAAvZGV2L3NobS96ZjItY2FjaGUvYTZmMzE3YjI2OGFlODI1ZDk0ZjgzMmY5NzBhZjYwN2MuZHZpIC1v1X9onwAAAEV0RVh0cHM6U3BvdENvbG9yLTEAL2Rldi9zaG0vemYyLWNhY2hlL2E2ZjMxN2IyNjhhZTgyNWQ5NGY4MzJmOTcwYWY2MDdjLnBzeERoUgAAAABJRU5ErkJggg==" />, the distance D from the boundary at which the temperature oscillation is reduced by approximately 90% relative to the oscillation at the surface is given by: <img class="latexImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAA0CAMAAADfVMRjAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAADNQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////8T5qHgAAAA90Uk5TAGaIuxHMRKoiM5l37lXddUUq8AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAHgAAAB4AJ31WmAAAAIvSURBVFjD5VfbkqwgDJSAyD3//7dLQBicGVdYtOpUnTyo645N6CSdsCz/rzE8N5hG5+JJ39cnweX87n8xYE+ib+pJ9Edp1+ZJdGvTTUKy9IewcFcwjKYr4wArZFC9xlcmZtINKyTaVfRZ7ZkpnKS9uEXNo6stXcl9v28mrSdQ2vkaZrWWSma6/Aa9nScGZHly+SYxv8FtHvyV7Z7nuy7o8k94BxO8PJlCUSD+hY3oDe8sJyywoVj4Srvbg7rozUvGRIRqJUIiZZCCoAfQoWAuzVc6PeuDmwzzWhAG0Ls7h9lRBQ5UQbeEhSJHA82wu3Oo6jLyzk9a2i+s0B6ZqQ5p+bKvse7uHIX2xb94h9a+fTROu8GrPPDlB7VzXE0zlXbhriKVJZbM9mZXpR3Cy3X7lRmoPpnewiu0M9cWXRPVKkpSVvkbpF3AepkFcuG72KpOkYUNY2MEbrqIhJ1FdkN/+DSPuYjgIOFC3jM2qT2sB9pjBph1RF5PLSStEK1iWAIGd4f7GyaC2sLghCtuOA1QWJOnLe1Z+gYE8NwkUrYcOodPSyHltfxNmXosoXzWkqdBIA59W0zufab8i63ha+dYIQ998TZTCqSjn53D0I4ouhCLfgKdRQo+OgcreuzZ3GFKx9R7pz1NlGnFuK6dSk3H388cOklUGokCdbUZdO7eOofmNQvpAlOnKUB+1BSXex1lPbUujzPoHt3p/xL3U3ombhnPTy080jmKwS1S/o/bD0PuD4EgppXlAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTExLTIyVDA4OjM3OjE5KzAxOjAw4pD7SAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMS0yMlQwODozNzoxOSswMTowMJPNQ/QAAAAhdEVYdHBzOkhpUmVzQm91bmRpbmdCb3gANTZ4MzErMjc3KzYyM0/cBL8AAAAndEVYdHBzOkxldmVsAEFkb2JlRm9udC0xLjA6IENNTUkxMiAwMDMuMDAyCjEXlrsAAABJdEVYdHBzOlNwb3RDb2xvci0wAC9kZXYvc2htL3pmMi1jYWNoZS85MWVjYjlmMTEzYjA4ZmY4ODBmNjg0NThlN2EzYjE3Ny5kdmkgLW+Vh11/AAAARXRFWHRwczpTcG90Q29sb3ItMQAvZGV2L3NobS96ZjItY2FjaGUvOTFlY2I5ZjExM2IwOGZmODgwZjY4NDU4ZTdhM2IxNzcucHO9rvSrAAAAAElFTkSuQmCC" />.</p>
<p>Assuming that the thermal boundary conditions vary sinusoidally over the year, and assuming a very high thermal diffusivity, a good rule of thumb is to model a domain that extends at least eight meters beneath the surface and is at least three times the burial depth on either side, with thermal insulation boundary conditions on the vertical boundaries and a fixed temperature boundary condition at the bottom boundary. A Temperature boundary condition is used to fix the temperature at the bottom to the average of the surface temperature over an entire year. This is a good approximation of the large thermal mass of the ground. </p>
<p>We can also investigate a larger soil domain to see if peak temperatures are noticeably affected. Of course, if there are known subsurface features, such as nearby water mains or building foundations, these should be included in the model.</p>
<h4>Solving the Model</h4>
<p>We can solve the model using either a <em>Frequency-Stationary</em> or <em>Frequency-Transient</em> study type. Both solve for the frequency-domain form of Maxwell&#8217;s equations, but solve the thermal model as either a steady-state or time-dependent problem. Solving for the steady-state temperature requires a bit of care in interpreting the results. A steady-state analysis will assume that all thermal transients have died out, a rather severe assumption. Such results must be interpreted with care. Solving the transient problem, on the other hand, can consider all of the changing environmental conditions and loads and will give not just the peak temperatures but also the duration at which different materials are at different temperatures.</p>
<p>The screenshot below shows a typical model setup and sample results.</p>
<p><img src="https://cdn.comsol.com/wordpress/2017/02/electromagnetic-heating-in-an-underground-cable.png" title="" alt="An image of the model tree and simulation results for electromagnetic heating in an underground cable." width="741" height="617" class="alignnone size-full wp-image-204021" /><br />
<em>The thermal model and representative results of the cable&#8217;s temperature. The magnetic fields are only solved for the smaller circular domain around the cable, since the magnetic fields drop off rapidly in intensity.</em> </p>
<h3>Closing Remarks on Modeling the Electromagnetic Heating of Underground Cables</h3>
<p>Here, we have shown the appropriate COMSOL® software features and modeling approaches for computing the temperature rise in underground power cables. When solving such problems, keep in mind the variability in the solution that can be introduced due to the changing thermal environment, imprecisely known soil properties, and even small air gaps or standoffs within the cable itself. Of course, COMSOL Multiphysics (along with the AC/DC and Heat Transfer modules) is a great tool for modeling these situations and for considering all of the variability in the model inputs.</p>
<p>Interested in using COMSOL Multiphysics to model electromagnetic heating?</p>
<div class="flex-center">
<a href="/contact" class="btn-solid btn-md btn-orange">Contact COMSOL for a Software Evaluation</a>
</div>
<h3>Further Reading</h3>
<ul>
<li>Learn more about electromagnetic simulation on the COMSOL Blog:
<ul>
<li><a href="https://www.comsol.com/blogs/how-to-choose-between-boundary-conditions-for-coil-modeling/">How to Choose Between Boundary Conditions for Coil Modeling</a></li>
<li><a href="https://www.comsol.com/blogs/how-to-model-electrodynamic-magnetic-levitation-devices/">How to Model Electrodynamic Magnetic Levitation Devices</a></li>
<li><a href="https://www.comsol.com/blogs/analyzing-a-component-of-the-iter-tokamak-with-simulation/">Analyzing a Component of the ITER Tokamak with Simulation</a></li>
<li><a href="https://www.comsol.com/blogs/streamlining-capacitive-touchscreen-design-with-apps/">Streamlining Capacitive Touchscreen Design with Apps</a></li>
</ul>
</li>
<li>Download the <a href="https://www.comsol.com/model/cable-tutorial-series-43431">Cable Tutorial Series</a>, which features six tutorial models and related documentation</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/how-to-model-the-electromagnetic-heating-of-underground-cables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using Apps to Optimize Induction Heating for Food Processing</title>
		<link>https://www.comsol.no/blogs/using-apps-to-optimize-induction-heating-for-food-processing/</link>
		<comments>https://www.comsol.no/blogs/using-apps-to-optimize-induction-heating-for-food-processing/#comments</comments>
		<pubDate>Mon, 01 Aug 2016 21:05:53 +0000</pubDate>
		<dc:creator><![CDATA[Abbie Weingaertner]]></dc:creator>
				<category><![CDATA[Application Builder]]></category>
		<category><![CDATA[Electrical]]></category>
		<category><![CDATA[Electromagnetic Heating]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mechanical]]></category>
		<category><![CDATA[AC/DC Module]]></category>
		<category><![CDATA[Food Science]]></category>
		<category><![CDATA[Heat Transfer Module]]></category>

		<guid isPermaLink="false">http://com.staging.comsol.com/blogs?p=174731</guid>
		<description><![CDATA[Modern food processing techniques are constantly being analyzed and improved. To evaluate the efficiency of such techniques and the equipment that they utilize, researchers and engineers can turn to simulation tools like COMSOL Multiphysics. Numerical modeling apps are helping to bring this simulation power to a wider audience, accelerating the optimization of such processes along the way. Let&#8217;s see how this applies to the analysis of induction heating for food processing. Induction Heating: A Viable Technique for Food Processing Since [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Modern food processing techniques are constantly being analyzed and improved. To evaluate the efficiency of such techniques and the equipment that they utilize, researchers and engineers can turn to simulation tools like COMSOL Multiphysics. Numerical modeling apps are helping to bring this simulation power to a wider audience, accelerating the optimization of such processes along the way. Let&#8217;s see how this applies to the analysis of induction heating for food processing.</p>
<p><span id="more-174731"></span></p>
<h3>Induction Heating: A Viable Technique for Food Processing</h3>
<p>Since ancient times, food processing has played an important role in delivering quality products to consumers. Techniques such as salt preservation, fermentation, and sun drying were used early on to remove harmful toxins and microorganisms from food, enhance its overall consistency, and enable its transportation over long distances. While some of those same techniques are still used today, the food industry has turned to more sophisticated approaches over time that foster greater efficiency and higher quality.</p>
<p><img src="https://cdn.comsol.com/wordpress/2016/08/Sun-drying.jpg" title="" alt="A photo illustrating sun drying, one food processing technique." width="1000" height="750" class="alignnone size-full wp-image-174771" /><br />
<em>Sun drying is one type of food processing technique. Image by ArianeCCM &#8212; Own work. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en" target="_blank">CC BY-SA 3.0</a>, via <a href="https://commons.wikimedia.org/wiki/File:Sun-drying_process.JPG" target="_blank">Wikimedia Commons</a>.</em></p>
<p><a href="https://www.comsol.com/multiphysics/induction-heating">Induction heating</a>, for instance, has become a favorable option for food processing. Compared to methods where pipes are heated by hot water or steam, induction heating enables better control of temperature, which, in turn, helps prevent local high temperatures. This better preserves the quality of the food, while optimizing the efficiency of food processes like pasteurization and sterilization. What&#8217;s more: Pipes can easily be swapped out to treat different types of food, as they don&#8217;t need to be in direct contact with the coil. And, as a further advantage, the process itself requires little to no water as it is based on electricity.</p>
<p>When it comes to the reliability and efficiency of induction heating in food processing, the coil and pipe configurations have a significant effect. As we will highlight in the next section, numerical modeling apps serve as a useful tool for testing various design configurations, delivering fast and accurate results to its users.</p>
<h3>Testing Various Design Configurations for an Inline Induction Heater with an App</h3>
<p>To begin, let&#8217;s take a look at the underlying model of our <a href="https://www.comsol.com/model/inline-induction-heater-35541">Inline Induction Heater app</a>. The model consists of a circular electromagnetic coil that is wound around a set of pipes through which a fluid (liquid food) flows. As an alternating current passes through the coil, it generates an alternating magnetic field. This field then penetrates the pipes, producing eddy currents within the pipes and heating them up.</p>
<p><img src="https://cdn.comsol.com/wordpress/2016/08/Inline-induction-heater-model.png" title="" alt="A model geometry for an inline induction heater." width="562" height="287" class="alignnone size-full wp-image-174781" /><br />
<em>Geometry of an inline induction heater model.</em></p>
<p>The app itself is designed to measure the inline induction heater&#8217;s efficiency in heating the fluid as it flows through the pipes. It investigates the use of both nonferritic and ferritic stainless steel pipes. Due to its relatively low and stable price, a result of the absence of nickel in its components, ferritic stainless steel has grown in popularity in the food industry, offering new potential in food processing.</p>
<p>Now that we&#8217;ve covered the foundations of the app, we can shift gears to its design. Keep in mind that when designing an app of your own, you have control over the parameters that are included and its particular layout and structure. The result: an easy-to-use tool that is tailored to your specific needs.</p>
<p><img src="https://cdn.comsol.com/wordpress/2016/08/Inline-Induction-Heater-app-UI.png" title="" alt="The user interface (UI) of the Inline Induction Heater simulation app." width="1000" height="621" class="alignnone size-full wp-image-174791" /><br />
<em>The user interface (UI) of the Inline Induction Heater app.</em></p>
<p>The Inline Induction Heater app features two main sections: the <em>Settings</em> section on the left-hand side and the <em>Graphics</em> section on the right-hand side. Under <em>Settings</em>, users can easily modify the dimensions of the pipes and coil. For further guidance, the validity of the <em>Geometry</em> status is shown after each geometric input field is updated. The following criteria must be met for the status to be valid:</p>
<ul>
<li>The coil&#8217;s length and position must fit with the length of the pipes</li>
<li>The thickness of the pipes must be proportional to the internal radius</li>
</ul>
<p>If these criteria are not met, the status will render as invalid until the necessary modifications are made to the geometry. This helps ensure that users generate realistic simulation results when running their tests.</p>
<p><img src="https://cdn.comsol.com/wordpress/2016/08/Settings-section.png" title="" alt="A screenshot showing the tabs for the Settings section of the app." width="863" height="549" class="alignnone size-full wp-image-174801" /><br />
<em>Tabs for the </em>Settings<em> section.</em></p>
<p>The <em>Materials and Operating Conditions</em> section, meanwhile, features a series of input parameters that allow specification of the pipe material, operating conditions of the coil, flow conditions, and target temperatures. In the case of the pipe material, users have the ability to choose from two predefined options: <em>Stainless Steel 410</em> (martensitic alloy) and <em>Stainless Steel 410s</em> (ferritic alloy). Fitting with the theme of customization, they can also choose the <em>Stainless Steel (User defined)</em> option in which it is possible to modify the electrical conductivity and relative permeability.</p>
<p>After making their respective modifications to the parameters, users can then shift their focus to the <em>Graphics</em> section. Several graphical plots are shown here, including the geometry, temperature and magnetic flux density, fluid temperature along the pipes, magnetic flux density, fluid temperature, and fluid velocity magnitude.</p>
<p><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;">
<div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;">
<div class="wistia_embed wistia_async_gd3lnx529z seo=false videoFoam=true" style="height:100%;position:relative;width:100%">
<div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/gd3lnx529z/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" onload="this.parentNode.style.opacity=1;" title="" /></div>
</div>
</div>
</div>
<p><em>Modifying the geometry and materials and conditions of the inline induction heater, with numerical results shown. Note that no sounds are included with this recording.</em></p>
<p>The <em>Numerical Results</em> section displays the maximum temperature in the pipes and the minimum temperature at the outlet. If either of these values are above or below the critical value, users will be notified via a message under the <em>Status</em> sections. The average temperature elevation at the outlet and the thermal efficiency of the inline induction heater are also included under <em>Numerical Results</em>. </p>
<p>Once the users have obtained their results, they can generate a report by simply clicking the <em>Create Report</em> button in the ribbon. Doing so provides them with an easy way to share and communicate their findings with other people involved in the design workflow.</p>
<h3>Optimizing the Design of an Inline Induction Heater for Food Processing</h3>
<p>Apps are powerful tools that hide complex physics beneath an easy-to-use interface. By empowering more people to run their own simulation tests, these tools facilitate greater efficiency in design workflows, while ensuring accuracy in the results that are obtained. </p>
<p>Here, we have demonstrated how this approach can benefit the design of an inline induction heater for food processing, allowing users to easily test out different configurations until achieving the desired results. As this example illustrates, apps serve as a viable resource for helping the food industry accelerate the optimization of food processing techniques, pairing quality with efficiency. </p>
<p>Like the other demo apps featured in our Application Gallery, the Inline Induction Heater app is designed to serve as a source of inspiration and guidance in your own app-building processes. We encourage you to use it as a foundation for creating apps of your own, giving users the ability to change these same parameters or alternate ones that fit your modeling needs.</p>
<h3>Further Resources on Building Apps and Modeling Food Processing</h3>
<ul>
<li>Try it out yourself&#8230;Download the <a href="https://www.comsol.com/model/inline-induction-heater-35541">Inline Induction Heater app</a></li>
<li>To get started on building apps of your own, explore our <a href="/blogs/how-to-build-an-app-from-a-comsol-multiphysics-model/">Intro to Application Builder Videos series</a></li>
<li>Browse additional blog posts pertaining to food processing:
<ul>
<li><a href="https://www.comsol.com/blogs/analyze-solar-food-dryer-designs-with-heat-transfer-modeling/">Analyze Solar Food Dryer Designs with Heat Transfer Modeling</a></li>
<li><a href="https://www.comsol.com/blogs/simulating-freeze-drying-process/">Simulating the Freeze-Drying Process</a></li>
<li><a href="https://www.comsol.com/blogs/coupling-transport-solid-mechanics-models-better-puffed-rice/">Coupling Transport and Solid Mechanics Models for Better Puffed Rice</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.comsol.no/blogs/using-apps-to-optimize-induction-heating-for-food-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
