3 from .Scenario
import Scenario
9 Part of a series of benchmarks by the Statewide California Earthquake Center (SCEC)
11 Single 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/tpv26_27docs.html
16 domain_offset = [-1.6, 0.0, -1.6]
17 domain_size = [43.2, 43.2, 43.2]
21 tracer_coordinates = [
60 Q[Shortcuts::rho] = 2.67;
61 Q[Shortcuts::cp ] = 6.0;
62 Q[Shortcuts::cs ] = 3.464;
67 dictionary = {
"MODE": order+1 }
69 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV26/tpv26.yaml.template",
70 "tpv26.yaml", dictionary
74 os.path.dirname(os.path.realpath(__file__))+
"/specs/TPV26/tpv26_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)