* TOPOINFO PROCEDUR FD218221 23/11/29 21:15:09 11799 * TOPOINFO PROCEDUR CB215821 21/04/15 14:10:01 9715 ************************************************************************ ** Procedure called by TOPOPTIM for giving information and remarks ** just before the optimization loop. ** ** Author: ** Guenhael Le Quilliec (LaMe - Polytech Tours) ** ** Version: ** 1.0 2021/04/15 ************************************************************************ DEBP TOPOINFO tab0*'TABLE' ; * Input data * ********** wtab0 = tab0.'WTABLE' ; bool0 = wtab0.'BOOL' ; * Informations * ************ MESS 'Informations sur l''optimisation topologique :' ; SI (NEG wtab0.'CYCLE' 1) ; FINS ; SINO ; FINS ; SI (bool0.'MECANIQUE' ET bool0.'THERMIQUE') ; SINO ; SI bool0.'MECANIQUE' ; MESS ' d''un probleme mecanique' ; FINS ; SI bool0.'THERMIQUE' ; MESS ' d''un probleme thermique' ; FINS ; FINS ; SI bool0.'CAS_MULTIPLES' ; SI bool0.'RESTRICTIONS' ; FINS ; SINO ; SI bool0.'RESTRICTIONS' ; MESS ' avec des restrictions geometriques' ; FINS ; FINS ; SI bool0.'MECANISME' ; FINS ; SI (bool0.'MECANIQUE' ET ((ABS tab0.'POIDS_ENERGIE_DEFO') > tab0.'PRECISION')) ; FINS ; SI (bool0.'THERMIQUE' ET ((ABS tab0.'POIDS_ENERGIE_DEFO') > tab0.'PRECISION')) ; FINS ; SI bool0.'ZONE_FIGEE' ; MESS ' avec une portion du domaine initial figee' ; FINS ; * Filter type SI (EGA tab0.'FILTRE' 'MATRICE') ; SINO ; FINS ; SI tab0.'PROCEDURE_TOPOPERS' ; FINS ; MESS ' ' ; MESS 'Remarque :' ; MESS ' Activez la pour de meilleures performances.' ; FINS ; MESS ' ' ; FINS ; FINP ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales