[cig-commits] r14190 - short/2.5D/benchmarks/savageprescott/meshes

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Mar 2 16:28:30 PST 2009


Author: willic3
Date: 2009-03-02 16:28:29 -0800 (Mon, 02 Mar 2009)
New Revision: 14190

Removed:
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.exo
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.jou
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.exo
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.jou
Log:
Removed old journal and Cubit files.



Deleted: short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.exo
===================================================================
(Binary files differ)

Deleted: short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.jou
===================================================================
--- short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.jou	2009-03-03 00:19:57 UTC (rev 14189)
+++ short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_1000m.jou	2009-03-03 00:28:29 UTC (rev 14190)
@@ -1,159 +0,0 @@
-## /Applications/Plotting/Cubit_10_2.app/Contents/MacOS/Cubit_10_2
-## Cubit Version 10.2
-## Cubit Build 8
-## Revised 10/17/2006 15:13:41 MST
-## Running 06/27/2008 11:07:35 AM
-## Command Options:
-## -warning = On
-## -information = On
-
-# ----------------------------------------------------------------------
-# Create outer block.
-# ----------------------------------------------------------------------
-
-# Block is 486 km x 486 km x 486 km
-# -243 km <= x <= 243 km
-# -243 km <= y <= 243 km
-# -486 km <= y <= 0 km
-reset
-brick x 486000 y 486000 z 486000
-
-# Translate block so the top is at z=0.
-volume 1 move x 0 y 0 z -243000
-
-# ----------------------------------------------------------------------
-# Create inner block that will be at constant resolution.
-# ----------------------------------------------------------------------
-
-# Block is 54 km x 54 km x 54 km
-# -27 km <= x <= 27 km
-# -27 km <= y <= 27 km
-# -54 km <= y <= 0 km
-brick x 54000 y 54000 z 54000
-
-# Translate block so the top is at z=0.
-volume 2 move x 0 y 0 z -27000
-
-# ----------------------------------------------------------------------
-# Create interface surfaces.
-# ----------------------------------------------------------------------
-create planar surface with plane xplane offset 0
-surface 13 name "fault_surface"
-create planar surface with plane zplane offset -27000
-surface 14 name "material_interface"
-create planar surface with plane yplane offset 0
-surface 15 name "symmetry_plane"
-
-# ----------------------------------------------------------------------
-# Chop outer volume with inner volume and then cut both with interfaces.
-# ----------------------------------------------------------------------
-chop volume 1 with volume 2
-compress all
-webcut volume all with plane fault_surface
-webcut volume all with plane symmetry_plane
-webcut volume all with plane material_interface
-
-# ----------------------------------------------------------------------
-# Imprint all volumes, merging surfaces.
-# ----------------------------------------------------------------------
-imprint all with volume all
-merge all
-
-# ----------------------------------------------------------------------
-# Remove surface bodies.
-# ----------------------------------------------------------------------
-delete body 1 2 3 6 7 10 11 14 17 18 21 24
-
-# ----------------------------------------------------------------------
-# Create initial mesh at constant resolution.
-# ----------------------------------------------------------------------
-volume all size 9000
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine first region inside outer box.
-# ----------------------------------------------------------------------
-group "inner1" add hex with x_coord > -81000 and with x_coord < 81000 and with y_coord > -81000 and with y_coord < 81000 and with z_coord > -81000
-refine hex in inner1 depth 0
-
-# ----------------------------------------------------------------------
-# Refine second region inside outer box.
-# ----------------------------------------------------------------------
-group "inner2" add hex with x_coord > -27000 and with x_coord < 27000 and with y_coord > -27000 and with y_coord < 27000 and with z_coord > -27000
-refine hex in inner2 depth 0
-
-# ----------------------------------------------------------------------
-# Create blocks for materials.
-# ----------------------------------------------------------------------
-block 1 volume 4 5 8 9 12 13 15 16
-block 1 name "elastic"
-block 2 volume 19 20 22 23 25 26 27 28
-block 2 name "viscoelastic"
-
-# ----------------------------------------------------------------------
-# Create fault nodeset.
-# ----------------------------------------------------------------------
-group "fault" add node in fault_surface at A
-group "fault" add node in fault_surface
-group "fault" add node in fault_surface at B
-group "fault" add node in fault_surface at C
-group "fault" add node in fault_surface at D
-group "fault" add node in fault_surface at E
-group "fault" add node in fault_surface at G
-group "fault" add node in fault_surface at F
-nodeset 10 fault
-
-# ----------------------------------------------------------------------
-# Create nodeset for +x face.
-# ----------------------------------------------------------------------
-group "face_xpos" add node in surface 121 176 131 179
-nodeset 11 face_xpos
-nodeset 11 name "face_xpos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -x face.
-# ----------------------------------------------------------------------
-group "face_xneg" add node in surface 150 197 153 208
-nodeset 12 face_xneg
-nodeset 12 name "face_xneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for +y face.
-# ----------------------------------------------------------------------
-group "face_ypos" add node in surface 122 151 132 154
-nodeset 13 face_ypos
-nodeset 13 name "face_ypos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -y face.
-# ----------------------------------------------------------------------
-group "face_yneg" add node in surface 177 198 180 207
-nodeset 14 face_yneg
-nodeset 14 name "face_yneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -z face.
-# ----------------------------------------------------------------------
-group "face_zneg" add node in surface 71 93 74 103
-nodeset 15 face_zneg
-nodeset 15 name "face_zneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -z face without fault.
-# ----------------------------------------------------------------------
-group "face_zneg_nofault" add node in face_zneg
-group "face_zneg_nofault" remove node in fault
-nodeset 16 face_zneg_nofault
-nodeset 16 name "face_zneg_nofault"
-
-# ----------------------------------------------------------------------
-# Create nodeset for +z face.
-# ----------------------------------------------------------------------
-group "face_zpos" add node in surface 59 68 83 95 61 78 90 101
-nodeset 17 face_zpos
-nodeset 17 name "face_zpos"
-
-# ----------------------------------------------------------------------
-# Export exodus file.
-# ----------------------------------------------------------------------
-export mesh "spbm_hex8_graded_1000m.exo" dimension 3 overwrite

Deleted: short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.exo
===================================================================
(Binary files differ)

Deleted: short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.jou
===================================================================
--- short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.jou	2009-03-03 00:19:57 UTC (rev 14189)
+++ short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_graded_3000m.jou	2009-03-03 00:28:29 UTC (rev 14190)
@@ -1,159 +0,0 @@
-## /Applications/Plotting/Cubit_10_2.app/Contents/MacOS/Cubit_10_2
-## Cubit Version 10.2
-## Cubit Build 8
-## Revised 10/17/2006 15:13:41 MST
-## Running 06/27/2008 11:07:35 AM
-## Command Options:
-## -warning = On
-## -information = On
-
-# ----------------------------------------------------------------------
-# Create outer block.
-# ----------------------------------------------------------------------
-
-# Block is 486 km x 486 km x 486 km
-# -243 km <= x <= 243 km
-# -243 km <= y <= 243 km
-# -486 km <= y <= 0 km
-reset
-brick x 486000 y 486000 z 486000
-
-# Translate block so the top is at z=0.
-volume 1 move x 0 y 0 z -243000
-
-# ----------------------------------------------------------------------
-# Create inner block that will be at constant resolution.
-# ----------------------------------------------------------------------
-
-# Block is 54 km x 54 km x 54 km
-# -27 km <= x <= 27 km
-# -27 km <= y <= 27 km
-# -54 km <= y <= 0 km
-brick x 54000 y 54000 z 54000
-
-# Translate block so the top is at z=0.
-volume 2 move x 0 y 0 z -27000
-
-# ----------------------------------------------------------------------
-# Create interface surfaces.
-# ----------------------------------------------------------------------
-create planar surface with plane xplane offset 0
-surface 13 name "fault_surface"
-create planar surface with plane zplane offset -27000
-surface 14 name "material_interface"
-create planar surface with plane yplane offset 0
-surface 15 name "symmetry_plane"
-
-# ----------------------------------------------------------------------
-# Chop outer volume with inner volume and then cut both with interfaces.
-# ----------------------------------------------------------------------
-chop volume 1 with volume 2
-compress all
-webcut volume all with plane fault_surface
-webcut volume all with plane symmetry_plane
-webcut volume all with plane material_interface
-
-# ----------------------------------------------------------------------
-# Imprint all volumes, merging surfaces.
-# ----------------------------------------------------------------------
-imprint all with volume all
-merge all
-
-# ----------------------------------------------------------------------
-# Remove surface bodies.
-# ----------------------------------------------------------------------
-delete body 1 2 3 6 7 10 11 14 17 18 21 24
-
-# ----------------------------------------------------------------------
-# Create initial mesh at constant resolution.
-# ----------------------------------------------------------------------
-volume all size 27000
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Refine first region inside outer box.
-# ----------------------------------------------------------------------
-group "inner1" add hex with x_coord > -81000 and with x_coord < 81000 and with y_coord > -81000 and with y_coord < 81000 and with z_coord > -81000
-refine hex in inner1 depth 0
-
-# ----------------------------------------------------------------------
-# Refine second region inside outer box.
-# ----------------------------------------------------------------------
-group "inner2" add hex with x_coord > -27000 and with x_coord < 27000 and with y_coord > -27000 and with y_coord < 27000 and with z_coord > -27000
-refine hex in inner2 depth 0
-
-# ----------------------------------------------------------------------
-# Create blocks for materials.
-# ----------------------------------------------------------------------
-block 1 volume 4 5 8 9 12 13 15 16
-block 1 name "elastic"
-block 2 volume 19 20 22 23 25 26 27 28
-block 2 name "viscoelastic"
-
-# ----------------------------------------------------------------------
-# Create fault nodeset.
-# ----------------------------------------------------------------------
-group "fault" add node in fault_surface at A
-group "fault" add node in fault_surface
-group "fault" add node in fault_surface at B
-group "fault" add node in fault_surface at C
-group "fault" add node in fault_surface at D
-group "fault" add node in fault_surface at E
-group "fault" add node in fault_surface at G
-group "fault" add node in fault_surface at F
-nodeset 10 fault
-
-# ----------------------------------------------------------------------
-# Create nodeset for +x face.
-# ----------------------------------------------------------------------
-group "face_xpos" add node in surface 121 176 131 179
-nodeset 11 face_xpos
-nodeset 11 name "face_xpos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -x face.
-# ----------------------------------------------------------------------
-group "face_xneg" add node in surface 150 197 153 208
-nodeset 12 face_xneg
-nodeset 12 name "face_xneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for +y face.
-# ----------------------------------------------------------------------
-group "face_ypos" add node in surface 122 151 132 154
-nodeset 13 face_ypos
-nodeset 13 name "face_ypos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -y face.
-# ----------------------------------------------------------------------
-group "face_yneg" add node in surface 177 198 180 207
-nodeset 14 face_yneg
-nodeset 14 name "face_yneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -z face.
-# ----------------------------------------------------------------------
-group "face_zneg" add node in surface 71 93 74 103
-nodeset 15 face_zneg
-nodeset 15 name "face_zneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -z face without fault.
-# ----------------------------------------------------------------------
-group "face_zneg_nofault" add node in face_zneg
-group "face_zneg_nofault" remove node in fault
-nodeset 16 face_zneg_nofault
-nodeset 16 name "face_zneg_nofault"
-
-# ----------------------------------------------------------------------
-# Create nodeset for +z face.
-# ----------------------------------------------------------------------
-group "face_zpos" add node in surface 59 68 83 95 61 78 90 101
-nodeset 17 face_zpos
-nodeset 17 name "face_zpos"
-
-# ----------------------------------------------------------------------
-# Export exodus file.
-# ----------------------------------------------------------------------
-export mesh "spbm_hex8_graded_3000m.exo" dimension 3 overwrite



More information about the CIG-COMMITS mailing list