<?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 = "task"/><meta name = "abstract" content = "The task for this example is to minimize compliance (maximize stiffness) of a structure with respect to the 2nd load case in the finite element input file."/><meta name = "description" content = "The task for this example is to minimize compliance (maximize stiffness) of a structure with respect to the 2nd load case in the finite element input file."/><meta name = "DC.format" content = "HTML5"/><meta name = "DC.identifier" content = "tso-t-usr-terms-complianceExpl"/><meta name = "DC.language" content = "en"/><link rel = "stylesheet" type = "text/css" href = "../DSDocUI_XML34.css"/><title>Example: Minimizing Compliance</title>
<script type = "text/javascript" src = "../DSDocUI_Highlight34.js">
  	/* */
  	</script></head><body onLoad = "highlightSearchTerms();" id = "tso-t-usr-terms-complianceExpl">
<a name = "hj-top"> </a><table class = "table1" id = "table11"><tr><td><table class = "DocHeader"><tr><td class = "DocHeader1" colspan = "2"><h1>Example: Minimizing Compliance </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">
The task for this example is to minimize compliance (maximize stiffness) of a structure with respect to the 2nd 
<span class = "ph">load case</span>
in the finite element input file.
</span>

</p>
<p>This task shows you how to:
					</p><ul><li><a href = "#tso-t-usr-terms-complianceExpl-gui" id = "toc_rg" title = "">Define Compliance in <span class = "ph">Tosca Structure.gui</span></a></li><li><a href = "#tso-t-usr-terms-complianceExpl-parFile" id = "toc_rg" title = ""><span class = "ph">SIMULIA Tosca Structure</span>Parameter File</a></li></ul>
</p></td></tr></table></td></tr></table>




<article class = "topic task nested1" aria-labelledby = "ariaid-title2" id = "tso-t-usr-terms-complianceExpl-gui">
<h2 class = "title topictitle2">Define Compliance in <span class = "ph">Tosca Structure.gui</span></h2>

<div class = "body taskbody">
<section><ol class = "ol steps"><li class = "li step">
Choose <span class = "ph menucascade"><span class = "ph uicontrol">Command</span><abbr title = "and then"> &gt; </abbr><span class = "ph uicontrol">DRESP</span></span>.
</li><li class = "li step">
Click <span class = "ph uicontrol">Apply Template</span>
and choose <span class = "ph uicontrol">Sum of Strain Energy</span> as shown in the figure
below:<br/><img class = "image" src = "../TsoUserImages/terms_complianceGui.png" width = "489" height = "198"/><br/>
</li><li class = "li step">
To choose a <span class = "ph">load case</span>,
click <span class = "ph uicontrol">Add LC</span>. In the field <span class = "ph">load case</span>
number, enter 2.
</li><li class = "li step">
Choose <span class = "ph menucascade"><span class = "ph uicontrol">Command</span><abbr title = "and then"> &gt; </abbr><span class = "ph uicontrol">OBJ_FUNC</span></span>.
</li><li class = "li step">
Click <span class = "ph uicontrol">Add Dresp</span> and choose the previously defined
design response for compliance:<br/><img class = "image" src = "../TsoUserImages/terms_objFuncComplGui.png" width = "450"/><br/>
</li></ol></section>
</div>

</article>

<article class = "topic task nested1" aria-labelledby = "ariaid-title3" id = "tso-t-usr-terms-complianceExpl-parFile">
<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 topictitle2"><span class = "ph">SIMULIA Tosca Structure</span>Parameter File</h2>

<div class = "body taskbody">
<section><div class = "li step p">
The resulting command in the parameter file look like follows:
<p>
<pre class = "codeblock">
<code class = "ph codeph">
DRESP
 ID_NAME    = compliance
 TYPE       = STRAIN_ENERGY
 DEF_TYPE   = SYSTEM
 LC_SET     = STATIC,2,
 EL_GROUP   = ALL_ELEMENTS
 GROUP_OPER = SUM
END_

OBJ_FUNC
 ID_NAME    = MY_OBJ_FUNC
 DRESP      = compliance
 TARGET     = MIN
END_
</code>
</pre>
</p>
</div></section>
</div>

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