Difference between revisions of "Contrib:KeesWouters/Homard"

From CAELinuxWiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
In these links mesh refinements are discussed. All the refinements are based on the Homard macro command MACR_ADAP_MAIL.<br>
 
In these links mesh refinements are discussed. All the refinements are based on the Homard macro command MACR_ADAP_MAIL.<br>
In the first link the mesh refinement is based on a stress error estimation. The refinement are performed for the elements with the highest stress error estimation. The geometry is an L shaped steel object with a number of holes in it.<br>
+
* In the first link the mesh refinement is based on a stress error estimation. The refinement are performed for the elements with the highest stress error estimation. The geometry is an L shaped steel object with a number of holes in it.
In the second link the same object is refined during successive iterations. The Python loop mechanism is illustrated.<br>
+
* In the second link the same object is refined during successive iterations. The Python loop mechanism is illustrated.
In the last link the mechanism of the refinement is illustrated on a simple beam construction. The mesh refined is now based on the axial displacement of the beam. Very nice to understand how the mechanism operates.<br><br>
+
* In the last link the mechanism of the refinement is illustrated on a simple beam construction. The mesh refined is now based on the axial displacement of the beam. Very nice to understand how the mechanism operates.<br><br>
 
# '''Mesh refinement - stress error'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/lshape]]<br/>
 
# '''Mesh refinement - stress error'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/lshape]]<br/>
 
# '''Mesh refinement - Homard - Python loop'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/lshape/loop]]<br/>
 
# '''Mesh refinement - Homard - Python loop'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/lshape/loop]]<br/>
 
# '''Mesh refinement - Homard - Based on displacement'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/beam]]<br/>
 
# '''Mesh refinement - Homard - Based on displacement'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard/beam]]<br/>

Revision as of 13:34, 24 February 2010

In these links mesh refinements are discussed. All the refinements are based on the Homard macro command MACR_ADAP_MAIL.

  • In the first link the mesh refinement is based on a stress error estimation. The refinement are performed for the elements with the highest stress error estimation. The geometry is an L shaped steel object with a number of holes in it.
  • In the second link the same object is refined during successive iterations. The Python loop mechanism is illustrated.
  • In the last link the mechanism of the refinement is illustrated on a simple beam construction. The mesh refined is now based on the axial displacement of the beam. Very nice to understand how the mechanism operates.

  1. Mesh refinement - stress error
    Mesh refinement by using the macro MACR_ADAP_MAIL.
    Contrib:KeesWouters/Homard/lshape
  2. Mesh refinement - Homard - Python loop
    Mesh refinement by using the macro MACR_ADAP_MAIL.
    Contrib:KeesWouters/Homard/lshape/loop
  3. Mesh refinement - Homard - Based on displacement
    Mesh refinement by using the macro MACR_ADAP_MAIL.
    Contrib:KeesWouters/Homard/beam