## /tools/common/cubit-10.2/bin/clarox ## Cubit Version 10.2 ## Cubit Build 24 ## Revised 12/15/2006 16:09:40 MST ## Running 06/18/2007 10:26:50 AM ## Command Options: ## -warning = On ## -information = On # ---------------------------------------------------------------------- # Generate geometry # ---------------------------------------------------------------------- playback 'geometry.jou' # ---------------------------------------------------------------------- # Set discretization size # ---------------------------------------------------------------------- volume all size 2000 # ---------------------------------------------------------------------- # Generate the mesh # ---------------------------------------------------------------------- mesh volume all # ---------------------------------------------------------------------- # Create blocks for materials # ---------------------------------------------------------------------- block 1 volume 1 block 1 name "elastic x_pos" block 2 volume 4 block 2 name "elastic x_neg" block 3 volume 5 block 3 name "viscoelastic x_pos" block 4 volume 6 block 4 name "viscoelastic x_neg" # ---------------------------------------------------------------------- # Create nodeset for fault # ---------------------------------------------------------------------- nodeset 10 surface fault_surface fault_surface@A nodeset 10 name "fault surface" # ---------------------------------------------------------------------- # Create nodeset for +x face # ---------------------------------------------------------------------- nodeset 11 surface 20 28 nodeset 11 name "face xpos" # ---------------------------------------------------------------------- # Create nodeset for -x face # ---------------------------------------------------------------------- nodeset 12 surface 30 38 nodeset 12 name "face xneg" # ---------------------------------------------------------------------- # Create nodeset for +y face # ---------------------------------------------------------------------- nodeset 13 surface 21 27 33 35 nodeset 13 name "face ypos" # ---------------------------------------------------------------------- # Create nodeset for -y face # ---------------------------------------------------------------------- nodeset 14 surface 23 25 31 37 nodeset 14 name "face yneg" # ---------------------------------------------------------------------- # Create nodeset for -z face # ---------------------------------------------------------------------- nodeset 15 surface 12 16 nodeset 15 name "face -z" # ---------------------------------------------------------------------- # Export exodus file # ---------------------------------------------------------------------- export mesh "box_hex8_1000m.exo" dimension 3 overwrite