// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting) // // This spatial database specifies the distribution of material // properties for a Maxwell viscoelastic material. In this case, // the material properties are uniform. // // The viscosity corresponds to a Maxwell time of 100 years. // #SPATIAL.ascii 1 SimpleDB { num-values = 4 // number of material property values value-names = density vs vp viscosity // names of the material property values value-units = kg/m**3 m/s m/s Pa*s // units num-locs = 10 // number of locations data-dim = 1 space-dim = 3 cs-data = cartesian { to-meters = 1.0e+3 space-dim = 3 } } // Columns are // (1) x coordinate (km) // (2) y coordinate (km) // (3) z coordinate (km) // (4) density (kg/m^3) // (5) vs (m/s) // (6) vp (m/s) // (7) viscosity (Pa-s) 0.0 0.0 -0.0 2500.0 2900.0 5000.0 1e30 0.0 0.0 -2.9 2500.0 2900.0 5000.0 1e30 0.0 0.0 -3.1 2700.0 3500.0 6100.0 1e30 0.0 0.0 -9.0 2700.0 3500.0 6100.0 1e30 0.0 0.0 -11.0 2900.0 3700.0 6400.0 1e30 0.0 0.0 -19.0 2900.0 3700.0 6400.0 1e30 0.0 0.0 -21.0 3000.0 3900.0 6700.0 1e21 0.0 0.0 -39.0 3000.0 3900.0 6700.0 1e21 0.0 0.0 -41.0 3400.0 4700.0 8500.0 1e21 0.0 0.0 -120.0 3400.0 4700.0 8500.0 1e21