.PDE.MOL.Examples.Wave.WaveEquation

Information

Wave equation

Implements the wave equation

where c is a constant value. The initial conditions are

and boundary conditions are

Because the integrator block cannot accept the equation in this form, we transform the PDE above into two first-order PDEs:

The first equation is implemented in u block, the second in v block.

The analytical solution of this problem is implemented in WaveAnalytic block.

Release Notes: