3from .Scenario
import Scenario
9 Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
11 Single rough planar vertical strike-slip fault in a linear elastic medium.
13 The description of the scenario can be found at: https://strike.scec.org/cvws/tpv29_30docs.html
16 domain_offset = [-3.4, 0.0, -3.4]
17 domain_size = [48.6, 48.6, 48.6]
21 tracer_coordinates = [
94 Q[Shortcuts::rho] = 2.67;
95 Q[Shortcuts::cp ] = 6.0;
96 Q[Shortcuts::cs ] = 3.464;
101 dictionary = {
"MODE": order+1 }
103 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29.yaml.template",
104 "tpv29.yaml", dictionary
108 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29_fault.yaml",
113 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29_buffer_n.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)