3from .Scenario
import Scenario
9 Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
11 Single non-planar fault with two hills.
12 On the plane, the initial stresses are defined by the surface.
13 There are homogeneous initial stress conditions outside of the plane.
15 The description of the scenario can be found at: https://strike.scec.org/cvws/tpv28docs.html
18 domain_offset = [4.5, 0., 4.5]
19 domain_size = [27., 27., 27.]
23 tracer_coordinates = [
57 Q[Shortcuts::rho] = 2.67;
58 Q[Shortcuts::cp ] = 6.0;
59 Q[Shortcuts::cs ] = 3.464;
64 dictionary = {
"MODE": order+1 }
66 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV28/tpv28.yaml.template",
67 "tpv28.yaml", dictionary
71 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV28/tpv28_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)