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

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


Author: willic3
Date: 2009-03-02 16:30:34 -0800 (Mon, 02 Mar 2009)
New Revision: 14191

Removed:
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_unif_6750m.exo
   short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_unif_6750m.jou
Log:
Deleted more obsolete files.



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

Deleted: short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_unif_6750m.jou
===================================================================
--- short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_unif_6750m.jou	2009-03-03 00:28:29 UTC (rev 14190)
+++ short/2.5D/benchmarks/savageprescott/meshes/spbm_hex8_unif_6750m.jou	2009-03-03 00:30:34 UTC (rev 14191)
@@ -1,133 +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/16/2008 02:47:47 PM
-## Command Options:
-## -warning = On
-## -information = On
-
-# ----------------------------------------------------------------------
-# Create block
-# ----------------------------------------------------------------------
-
-# Block is 216 km x 216 km x 216 km
-# -108 km <= x <= 108 km
-# -108 km <= y <= 108 km
-# -216 km <= z <= 0 km
-reset
-brick x 216000 y 216000 z 216000
-
-# Translate block so the top is at z=0
-volume 1 move x 0 y 0 z -108000
-
-# ----------------------------------------------------------------------
-# Create interface surfaces
-# ----------------------------------------------------------------------
-create planar surface with plane xplane offset 0
-surface 7 name "fault_surface"
-create planar surface with plane zplane offset -27000
-surface 8 name "material_interface"
-
-# ----------------------------------------------------------------------
-# Divide volumes using interface surfaces
-# ----------------------------------------------------------------------
-webcut volume 1 with plane fault_surface
-webcut volume 1 with plane material_interface
-webcut volume 4 with plane material_interface
-volume 1 name "elastic_xpos"
-volume 4 name "elastic_xneg"
-volume 5 name "visco_xpos"
-volume 6 name "visco_xneg"
-
-# ----------------------------------------------------------------------
-# Imprint all volumes, merging surfaces
-# ----------------------------------------------------------------------
-imprint all with volume all
-merge all
-
-# ----------------------------------------------------------------------
-# Set discretization size and generate the mesh
-# ----------------------------------------------------------------------
-volume all size 6750
-mesh volume all
-
-# ----------------------------------------------------------------------
-# Create blocks for materials
-# ----------------------------------------------------------------------
-block 1 volume 1 4
-block 1 name "elastic"
-block 2 volume 5 6
-block 2 name "viscoelastic"
-
-# ----------------------------------------------------------------------
-# Create fault nodeset
-# ----------------------------------------------------------------------
-group "fault" add node in fault_surface
-group "fault" add node in fault_surface at A
-nodeset 10 fault
-
-# ----------------------------------------------------------------------
-# Create nodeset for +x face
-# ----------------------------------------------------------------------
-group "face_xpos" add node in surface 20
-group "face_xpos" add node in surface 28
-nodeset 11 face_xpos
-nodeset 11 name "face_xpos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -x face
-# ----------------------------------------------------------------------
-group "face_xneg" add node in surface 30
-group "face_xneg" add node in surface 38
-nodeset 12 face_xneg
-nodeset 12 name "face_xneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for +y face
-# ----------------------------------------------------------------------
-group "face_ypos" add node in surface 21
-group "face_ypos" add node in surface 33
-group "face_ypos" add node in surface 27
-group "face_ypos" add node in surface 35
-nodeset 13 face_ypos
-nodeset 13 name "face_ypos"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -y face
-# ----------------------------------------------------------------------
-group "face_yneg" add node in surface 23
-group "face_yneg" add node in surface 31
-group "face_yneg" add node in surface 25
-group "face_yneg" add node in surface 37
-nodeset 14 face_yneg
-nodeset 14 name "face_yneg"
-
-# ----------------------------------------------------------------------
-# Create nodeset for -z face
-# ----------------------------------------------------------------------
-group "face_zneg" add node in surface 12
-group "face_zneg" add node in surface 16
-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 10
-group "face_zpos" add node in surface 17
-nodeset 17 face_zpos
-nodeset 17 name "face_zpos"
-
-# ----------------------------------------------------------------------
-# Export exodus file
-# ----------------------------------------------------------------------
-export mesh "spbm_hex8_unif_6750m.exo" dimension 3 overwrite



More information about the CIG-COMMITS mailing list