3 from .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 slightly heterogeneous initial stress conditions.
14 The description of the scenario can be found at: https://strike.scec.org/cvws/tpv5docs.html
17 domain_offset = [6.5, 0., 6.5]
18 domain_size = [27., 27., 27.]
22 tracer_coordinates = [
55 Q[Shortcuts::rho] = 2.67;
56 Q[Shortcuts::cp ] = 6.0;
57 Q[Shortcuts::cs ] = 3.464;
62 dictionary = {
"MODE": order+1 }
64 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV5/tpv5.yaml.template",
65 "tpv5.yaml", dictionary
69 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV5/tpv5_fault.yaml",
def generate_file_from_template(self, template_file, full_qualified_filename, dictionary)
def copy_file_to_current_folder(self, current_filename, full_qualified_filename)
Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
def generate_required_files(self, order)
def initial_conditions(self)