Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project, consider the wave equation as a system of first - order equations, for an introduction and the DG discretization, d e l

In this project, consider the wave equation as a system of first-order equations, for an introduction and the DG discretization,
delvdelt+gradp=0
1c2delpdelt+grad*v=0.
This system is closed by initial conditions for v(x,0) and p(x,0) and one of the following two types of boundary conditions:
p(x,t)=pD(x,t) for xindelD(Dirichlet boundary conditions),
v(x,t)*hat(n)-1cp(x,t)=0 for xindelA(absorbing boundary conditions).
The absorbing boundary condition models "open" boundaries on bounded computational domains.
Tasks
Find an approximate formula for the maximum time step in terms of the prescribed Courant number (describing the CFL condition), the mesh size h, the polynomial degree k, the density , and the speed of sound c that you can use in your program.
Hint: The maximal transport speed is the largest eigenvalue of the flux matrix
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions