* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Program: LaGriT V3.101 Linux m64 * * * date_compile: 2013/04/25 RH gf4.5 * * * Run Time: 2013/Jun 13 07:37:07 * * * Manual: http://lagrit.lanl.gov * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -----oOo----- LaGriT V3 LACC-2012-084 LaGriT Copyright: This program was prepared by Los Alamos National Security, LLC at Los Alamos National Laboratory (LANL) under contract No. DE-AC52-06NA25396 with the U.S. Department of Energy (DOE). All rights in the program are reserved by the DOE and Los Alamos National Security, LLC. Permission is granted to the public to copy and use this software without charge, provided that this Notice and any statement of authorship are reproduced on all copies. Neither the U.S. Government nor LANS makes any warranty, express or implied, or assumes any liability or responsibility for the use of this software. -----oOo----- Output log file: outx3dgen Command log file: logx3dgen ################################# # # Make FULL BOX # define X0 0. define X1 1000. define Y0 0. define Y1 1000. define Z0 0. define Z1 600. define NX 41 define NY 41 define NZ 25 # # For top cutout for slope define Xcut 300. define Zcut 550. # # ####################################### # Create the brick mesh # We will use all but the line boundary # and top area below boundary # for the points of the mesh ####################################### # evenly space points along x,y and z axis cmo/create/mohex///hex createpts/brick/xyz/NX NY NZ/X0 Y0 Z0/X1 Y1 Z1/1,1,1/1,1,0/1. 1. 1. Number of nodes: 42025 Number of elements: 38400 Number of negative volume elements: 0 Total volume: 0.600000000000E+09 cmo/setatt/mohex/imt1/1,0,0/1 42025 values reset for attribute imt1 cmo/setatt/mohex/itetclr/1,0,0/1 38400 values reset for attribute itetclr filter 1,0,0 FILTER:Use internal epsilonl value = 0.341111394591E-09 FILTER:Dudding 0 duplicate points. rmpoint compress 0 points removed and 0 elements removed. The new point count is 42025. The new element count is 38400. resetpts itp geniee finish # cut out the place where the slope will go cmo select mohex pset/pxduds/attribute xic/1,0,0/gt Xcut THE PSET pxduds HAS 28700 POINTS pset/pzduds/attribute zic/1,0,0/gt Zcut THE PSET pzduds HAS 3362 POINTS pset/pduds/inter pxduds pzduds THE PSET pduds HAS 2296 POINTS eltset/eduds/inclusive pset,get,pduds THE ELTSET eduds HAS 2240 ELEMENTS cmo setatt mohex itetclr eltset,get,eduds 2 2240 values reset for attribute itetclr dump gmv tmp_box_full.gmv mohex cmo/modatt/-def-/-def-/ioflag/x finish cmo copy motop mohex cmo printatt mohex itetclr minmax ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH itetclr 1 2 1 38400 cmo printatt motop itetclr minmax ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH itetclr 1 2 1 38400 cmo select mohex rmmat 2 RMMAT DUDDED 0 POINTS: FLAGGED 2240 ELEMENTS rmpoint compress 2296 points removed and 2240 elements removed. The new point count is 39729. The new element count is 36160. resetpts itp geniee finish dump gmv hex_base.gmv mohex cmo/modatt/-def-/-def-/ioflag/x finish dump avs hex_base.inp mohex cmo/modatt/-def-/-def-/ioflag/x finish # write the top part that was cut out cmo select motop eltset/e1/itetclr eq 1 THE ELTSET e1 HAS 36160 ELEMENTS rmpoint element eltset,get,e1 Dudded 38458 points plus parents, and 36160 elements removed. rmpoint compress 38458 points removed and 0 elements removed. The new point count is 3567. The new element count is 2240. resetpts itp geniee finish dump gmv hex_top.gmv motop cmo/modatt/-def-/-def-/ioflag/x finish dump avs hex_top.inp motop cmo/modatt/-def-/-def-/ioflag/x finish finish LaGriT successfully completed