3from .Scenario
import Scenario
9 Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
11 Spontaneous rupture on a vertical strike-slip fault in a bimaterial halfspace,
12 with high shear modulus contrast across the fault (a "well-posed" problem).
14 The description of the scenario can be found at: https://strike.scec.org/cvws/tpv6docs.html
17 domain_offset = [3.8, 0.0, 3.8]
18 domain_size = [32.4, 32.4, 32.4]
22 tracer_coordinates = [
38 //Look on Curve_grid if x coord is >=20
41 Q[Shortcuts::rho] = 2.225;
42 Q[Shortcuts::cp ] = 3.75;
43 Q[Shortcuts::cs ] = 2.165;
46 Q[Shortcuts::rho] = 2.67;
47 Q[Shortcuts::cp ] = 6.0;
48 Q[Shortcuts::cs ] = 3.464;
54 dictionary = {
"MODE": order+1 }
56 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV6/tpv6.yaml.template",
57 "tpv6.yaml", dictionary
61 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV6/tpv6_fault.yaml",
copy_file_to_current_folder(self, current_filename, full_qualified_filename)
generate_file_from_template(self, template_file, full_qualified_filename, dictionary)
Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
generate_required_files(self, order)