Peano
Scenario.Zugspitze.Zugspitze Class Reference

Benchmark representing a rectangular area of 80x80km around the Zugspitze. More...

Inheritance diagram for Scenario.Zugspitze.Zugspitze:
Collaboration diagram for Scenario.Zugspitze.Zugspitze:

Public Member Functions

def initial_conditions (self)
 
def point_source (self)
 
def init_point_source (self)
 
def generate_required_files (self, order)
 
- Public Member Functions inherited from Scenario.Scenario.Scenario
def generate_file_from_template (self, template_file, full_qualified_filename, dictionary)
 
def copy_file_to_current_folder (self, current_filename, full_qualified_filename)
 

Static Public Attributes

list domain_offset = [4358.459, 0.0, 2661.23]
 
list domain_size = [80.85, 80.85, 80.85]
 
float end_time = 30.0
 
list tracer_coordinates
 
- Static Public Attributes inherited from Scenario.Scenario.Scenario
list domain_offset = [1., 1., 1.]
 
list domain_size = [1., 1., 1.]
 
float end_time = 0.0
 
list tracer_coordinates = []
 

Detailed Description

Benchmark representing a rectangular area of 80x80km around the Zugspitze.

The scenario has no analytical solution, but the complex topography leads to complicated scattering on the surface, which makes for an interesting benchmark.

Mentioned e.g. in "A stable discontinuous Galerkin method for linear elastodynamics in 3D geometrically complex elastic solids using physics based numerical fluxes, Computer Methods in Applied Mechanics and Engineering" by Kenneth Duru, Leonhard Rannabauer, Alice-Agnes Gabriel, On Ki Angel Ling, Heiner Igel, Michael Bader (available at https://doi.org/10.1016/j.cma.2021.114386)

Definition at line 7 of file Zugspitze.py.

Member Function Documentation

◆ generate_required_files()

def Scenario.Zugspitze.Zugspitze.generate_required_files (   self,
  order 
)

Reimplemented from Scenario.Scenario.Scenario.

Definition at line 69 of file Zugspitze.py.

References Scenario.Scenario.Scenario.generate_file_from_template().

Here is the call graph for this function:

◆ init_point_source()

def Scenario.Zugspitze.Zugspitze.init_point_source (   self)

Definition at line 60 of file Zugspitze.py.

◆ initial_conditions()

def Scenario.Zugspitze.Zugspitze.initial_conditions (   self)

Reimplemented from Scenario.Scenario.Scenario.

Definition at line 29 of file Zugspitze.py.

◆ point_source()

def Scenario.Zugspitze.Zugspitze.point_source (   self)

Definition at line 39 of file Zugspitze.py.

Field Documentation

◆ domain_offset

list Scenario.Zugspitze.Zugspitze.domain_offset = [4358.459, 0.0, 2661.23]
static

Definition at line 18 of file Zugspitze.py.

◆ domain_size

list Scenario.Zugspitze.Zugspitze.domain_size = [80.85, 80.85, 80.85]
static

Definition at line 19 of file Zugspitze.py.

◆ end_time

float Scenario.Zugspitze.Zugspitze.end_time = 30.0
static

Definition at line 21 of file Zugspitze.py.

◆ tracer_coordinates

list Scenario.Zugspitze.Zugspitze.tracer_coordinates
static
Initial value:
= [
[4370.0, 0.0, 2675.0], [4395.0, 0.0, 2700.0], [4405.0, 0.0, 2670.0],
[4405.0, 0.0, 2710.0], [4375.0, 0.0, 2708.0], [4424.756, 0.0, 2675.783],
[4424.756, 11.320, 2675.783]
]

Definition at line 23 of file Zugspitze.py.


The documentation for this class was generated from the following file: