Download rege.notice

Back to the list

Display this manual page in
$$$$ REGE     NOTICE  BP208322  13/02/05    21:15:08     7693           
                                             DATE     13/02/05
                                             
  Operateur REGENERER                      Voir aussi :
    -------------------   
    GEO1 = REGE  GEO2 ('VERI');


    Description :
    _____________

    Some situations imply the creation of elements whose nodes 
 merge in space. It may seem interesting to the user to replace 
 them with elements for which the double nodes appear only once,
 for instance triangle for quadrangle, prism for cube.

    There are two stages in this process :

 First the nodes must be merged by means of the ELIMINATION operator,
 then the elements containing them must be transformed by means of 
 the REGENERER operator.

    Contents :
    __________

    GEO2 : geometry to be regenerated (MAILLAGE type)

    GEO1 : generated geometry (MAILLAGE type)
    
    VERI : keyword indicating that the final mesh must be verified
           for non double nodes (warning if there are some)

    Example :
    _________

    OPTI  ELEM QUA4 DIME 2;
    POIN1 = 0 0 ; POIN2 = 5 0;
    LIG1  =  POIN1 DROI 5 POIN2;
    SURF1 = LIG1 ROTA 5 90.  ( 0.001 0.) ;
    ELIM SURF1 0.05 ;
    TRIQUA1 = REGENERER SURF1 ;

     Note :
     ________

     For the moment, the following changes have been planned :

                SEG2  --->  POI1
                SEG3  --->  SEG2
                TRI3  --->  SEG2
                TRI4  --->  SEG2
                QUA4  --->  TRI3
                QUA5  --->  TRI3
                TRI6  --->  SEG3
                TRI7  --->  SEG3
                QUA8  --->  TRI6
                QUA9  --->  TRI6
                CUB8  --->  PRI6
                CU20  --->  PR15

 
 

© Cast3M 2003 - All rights reserved.
Disclaimer