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 homogeneous halfspace.
12 There are randomly-generated heterogeneous initial stress conditions.
14 The description of the scenario can be found at: https://strike.scec.org/cvws/tpv16_17docs.html
17 domain_offset = [-5.92, 0., -5.92]
18 domain_size = [51.84, 51.84, 51.84]
22 tracer_coordinates = [
54 Q[Shortcuts::rho] = 2.67;
55 Q[Shortcuts::cp ] = 6.0;
56 Q[Shortcuts::cs ] = 3.464;
61 dictionary = {
"MODE": order+1 }
63 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV16/tpv16.yaml.template",
64 "tpv16.yaml", dictionary
68 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV16/tpv16_fault.yaml",
73 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV16/tpv16_fault.nc",
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)