3 from .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 = [-2.275, 0.0 , -2.275]
17 domain_size = [44.55, 44.55, 44.55]
21 tracer_coordinates = [
65 Q[Shortcuts::rho] = 2.67;
66 Q[Shortcuts::cp ] = 6.0;
67 Q[Shortcuts::cs ] = 3.464;
72 dictionary = {
"MODE": order+1 }
74 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29.yaml.template",
75 "tpv29.yaml", dictionary
79 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29_fault.yaml",
84 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV29/tpv29_buffer_n.nc",
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)