<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html xmlns:mml = "http://www.w3.org/1998/Math/MathML" lang = "en"><head><meta charset = "UTF-8"/><meta name = "copyright" content = "(C) Copyright 2020"/><meta name = "DC.rights.owner" content = "(C) Copyright 2020"/><meta name = "DC.type" content = "concept"/><meta name = "abstract" content = "In this section, a coupled acoustic-structural analysis of a car cabin is presented."/><meta name = "description" content = "In this section, a coupled acoustic-structural analysis of a car cabin is presented."/><meta name = "DC.format" content = "HTML5"/><meta name = "DC.identifier" content = "tso-c-usr-sizing-nvh-example-coupled"/><meta name = "DC.language" content = "en"/><link rel = "stylesheet" type = "text/css" href = "../DSDocUI_XML34.css"/><title>Coupled Acoustic-Structural Optimization of Car Cabin</title>
<script type = "text/javascript" src = "../DSDocUI_Highlight34.js">
  	/* */
  	</script></head><body onLoad = "highlightSearchTerms();" id = "tso-c-usr-sizing-nvh-example-coupled">
<a name = "hj-top"> </a><table class = "table1" id = "table11"><tr><td><table class = "DocHeader"><tr><td class = "DocHeader1" colspan = "2"><h1> Coupled Acoustic-Structural Optimization of Car Cabin</h1></td></tr><tr><td class = "DocHeader4" colspan = "2"/></tr><tr><td class = "DocHeader3" colspan = "2"><table class = "DocThemeIntro" id = "table12"><tr><td class = "Intro1Only"><p class = "header"><p class = "abstract">
<span class = "shortdesc">In this section, a coupled acoustic-structural analysis of a car cabin is presented. </span>

</p>
<p>This page discusses: </p><ul><li><a href = "#tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-exampledescr-coupled" id = "toc_rg" title = "">Description of the Model</a></li><li><a href = "#tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-optdescr-coupled" id = "toc_rg" title = "">Description of the Optimization Problem</a></li><li><a href = "#tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-result-coupled" id = "toc_rg" title = "">Results</a></li></ul>
</p></td></tr></table></td></tr></table>




<div class = "body conbody">

<div class = "section" id = "tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-exampledescr-coupled"><h2 class = "title sectiontitle">Description of the Model</h2>


<p>The model is of the floor and back panels of a car as shown in the image below. A frequency analysis, followed by a steady state dynamic analysis is being performed.
The cabin is modeled with shell elements and the air inside the cabin is modeled with acoustic elements. Since this is an internal acoustic analysis,
we also couple the cabin structure and the air inside it using <code class = "ph codeph">Tie</code> constraints. Thus this is a Fully Coupled Structural-Acoustic Analysis.</p>
<p>A node set near the  ear position in the cabin is defined to measure the acoustic pressure.</p>
<p>The floor and back panel regions of the cabin to be optimized are shown below in the figure, along with the region where acoustic pressure is measured.</p>

<table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry"><br/><img class = "image" src = "../TsoUserImages/Floor_and_backpanel_nvh_1.png" width = "450"/><br/></td>
</tr>
</tbody></table>

<p>The complete FE model of the car with acoustic elements. The acoustic elements model the air inside the cabin are colored yellow:</p>

<table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry">
<br/><img class = "image" src = "../TsoUserImages/floor_and_backpanel_nvh_4.png" width = "450"/><br/>
</td>
</tr>
</tbody></table>

</div>


<div class = "section" id = "tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-optdescr-coupled"><p><map name = "FPMap1"><area href = "#hj-top" title = "Back to Top" shape = "rect" coords = "416, 0, 435, 10"/></map><span class = "itemsprite"/></p><h2 class = "title sectiontitle">Description of the Optimization Problem</h2>

<p>
The optimization problem is to minimize the sound pressure while keeping the volume of the design area the same
as before. Also thickness bounds have been specified, along with clustering of elements.
This is done to keep the results in a mechanically sensible range, and to ensure ease of manufacturing.
The parameter file is shown below:
</p>
<pre class = "codeblock">
<code class = "ph codeph">
DRESP
  ID_NAME  = TOSCA_DRESP_1_FREQUENCY_RESPONSE_TERM_1
  DEF_TYPE = SYSTEM
  ND_GROUP = AIR-1_EAR_POSITION
  TYPE     = FS_PRESSURE
  LC_SET   = ALL,1,All
END_

DRESP
  ID_NAME    = TOSCA_DRESP_2_VOLUME_CONSTRAINT_1
  DEF_TYPE   = SYSTEM
  EL_GROUP   = DV_FLOOR_AND_BACK_PANELS
  TYPE       = VOLUME
  UPDATE     = EVER
  GROUP_OPER = Sum
END_

OBJ_FUNC
  ID_NAME = OBJ_FUNC_1_OBJ_FUNC_ITEM_1
  TARGET  = MIN
  DRESP   = TOSCA_DRESP_1_FREQUENCY_RESPONSE_TERM_1,
END_

CONSTRAINT
  ID_NAME   = CONSTRAINT_1_VOLUME_CONSTRAINT_1
  DRESP     = TOSCA_DRESP_2_VOLUME_CONSTRAINT_1
  MAGNITUDE = REL
  LE_VALUE  = 1.
END_

....

DVCON_SIZING
  ID_NAME     = BOUNDS_ID
  EL_GROUP    = DV_FLOOR_AND_BACK_PANELS
  CHECK_TYPE  = THICKNESS_BOUNDS
  MAGNITUDE   = REL
  LOWER_BOUND = 0.5
  UPPER_BOUND = 2.0
END_

....

The damping must be consistently specified in the <span class = "ph">Abaqus</span> input file as well

OPT_PARAM
  ID_NAME            = MY_PARAMETERS
  OPTIMIZE           = OPTIMIZE_1
  THICKNESS_UPDATE   = CONSERVATIVE
  THICKNESS_MOVE     = 0.05
  DAMP_VISCOUS_STIFF = 4.e-5
END_

EXIT
</code>
</pre>
</div>


<div class = "section" id = "tso-c-usr-sizing-nvh-example-coupled__tso-c-usr-sizing-nvh-result-coupled"><p><map name = "FPMap1"><area href = "#hj-top" title = "Back to Top" shape = "rect" coords = "416, 0, 435, 10"/></map><span class = "itemsprite"/></p><h2 class = "title sectiontitle">Results</h2>

<p>The figure below shows the normalized values of the objective function and the constraints over the optimization process:</p>

 <table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry"><br/><img class = "image" src = "../TsoUserImages/Floor_and_backpanel_nvh_3.png" width = "450"/><br/></td>
</tr>
</tbody></table>

<p>The following figure shows the changes in the design, and the improvement of acoustic and frequency responses with the progress of optimization:</p>

<table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry"><br/><img class = "image" src = "../TsoUserImages/Floor_and_backpanel_nvh_2.png" width = "450"/><br/></td>
</tr>
</tbody></table>

<p>The next figure represents the original design:</p>

<table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry">The thickness distribution of the original floor and back panel assembly</td>
</tr>
<tr class = "row">
<td class = "entry"><br/><img class = "image" src = "../TsoUserImages/floor_and_backpanel_nvh_6.png" width = "450"/><br/></td>
</tr>
</tbody></table>

<p>
Shown below is the optimized design.</p><p>Although the solution has a higher maximum thickness,
the total volume is lesser than the original design also
with decrease in acoustic pressure at the required positions in the cabin.
</p>

<table class = "table"><caption/><colgroup><col/></colgroup><tbody class = "tbody">
<tr class = "row">
<td class = "entry">The thickness distribution of the optimized floor and back panel assembly</td>
</tr>
<tr class = "row">
<td class = "entry"><br/><img class = "image" src = "../TsoUserImages/floor_and_backpanel_nvh_7.png" width = "450"/><br/></td>
</tr>
</tbody></table>
</div>


</div>

</td></tr></table><script type = "text/javascript" src = "../DSDocUI_Bottom34.js">/* */</script></body>
</html>
