Users:Structural Optimization/Design Variables/Nodal Thickness

From Carat++ Public Wiki
(Difference between revisions)
Jump to: navigation, search
(Short Info)
(Example of a Complete Input Block)
Line 48: Line 48:
 
=== Example of a Complete Input Block ===
 
=== Example of a Complete Input Block ===
  
bla bla blub bla bla
+
This design variable can be defined for one node of for a nodal set. Since the thickness has generally an obvious limit, it is good practice to add a bound. Since this is a scalar design variable, only SCALAR_BOUND is appropriate.
  
 
<pre>
 
<pre>
EL-PROP 1: SOLIDHEXA1
+
OPT-VAR 1
MAT          = EL-MAT 1
+
TYPE=NODE 100 SUBTYPE=THICKNESS BOUND=OPT-BOUND 1
INT_TYPE_HEXA = FULL
+
TYPE=ND-SET 2 SUBTYPE=THICKNESS BOUND=OPT-BOUND 1
EAS          = 0
+
 
</pre>
 
</pre>
 
 
  
 
== A complete test example ==
 
== A complete test example ==

Revision as of 13:54, 19 October 2010


Contents

General Description

Short Info

With this design variable, the nodal thickness can be optimized. This is especially usefull in combination with SHELL elements, which are able to take variable thicknesses into account.

The thickness at each node can be initialized by . Alternatively, the initial thickness is computed as the mean thickness of the surrounding elements.

Parameters in the Input File

Compulsory Parameters
Parameter Values, Default(*) Description
MATERIAL EL-MAT int Linking to a material input block
INT_TYPE_HEXA FULL, REDUCED Control of integration type

20-noded elements are able to perform a uniform reduced integration (2x2x2 instead of 3x3x3) without hourglassing stabilisation

Optional Parameters
Parameter Values, Default(*) Description
EAS int Flag Enhances Assumed Strains (EAS) method

Possible values are:

  • 0* = EAS off
  • 9 = full and locking free linear strains can be described (recommended for one axial bending)
  • 15 = ellimination of parasitic bi-linear strains
  • 24 = full and locking free bi-linear strains can be described (recommended for two axial bending)
  • 30 = full tri-linear strains can be described


Example of a Complete Input Block

This design variable can be defined for one node of for a nodal set. Since the thickness has generally an obvious limit, it is good practice to add a bound. Since this is a scalar design variable, only SCALAR_BOUND is appropriate.

OPT-VAR 1
 TYPE=NODE 100 SUBTYPE=THICKNESS BOUND=OPT-BOUND 1
 TYPE=ND-SET 2 SUBTYPE=THICKNESS BOUND=OPT-BOUND 1

A complete test example

Model description

blabla mit bildern


Input File

bla


Documented Results

bla


Theory and Details

bla


References





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers