clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

[WIP] Implementation of absorbing boundary layer #129

Open cjvogl opened 6 years ago

cjvogl commented 6 years ago

This is still under development but there seems to be enough interest in using the absorbing boundary layer to open a PR.

The current approach to implementing the absorbing boundary layer is 1) the user specifies parameters needed for the absorbing boundary layer in setrun.py 2) those parameters are then both written to abl.data as well as used to increase the computational domain and update other parameters that are written to claw.data

My developmental to-do list is