Go to the source code of this file.
|
| module | adv_dealias |
| | Subroutines to add advection terms to the RHS of a transport equation.
|
| |
|
| subroutine | adv_dealias::init_dealias (this, lxd, coef) |
| | Constructor.
|
| |
| subroutine | adv_dealias::free_dealias (this) |
| | Destructor.
|
| |
| subroutine | adv_dealias::compute_advection_dealias (this, vx, vy, vz, fx, fy, fz, xh, coef, n, dt) |
| | Add the advection term for the fluid, i.e. \(u \cdot \nabla u \), to the RHS.
|
| |
| subroutine | adv_dealias::compute_scalar_advection_dealias (this, vx, vy, vz, s, fs, xh, coef, n, dt) |
| | Add the advection term for a scalar, i.e. \(u \cdot \nabla s \), to the RHS.
|
| |
| subroutine | adv_dealias::compute_ale_advection_dealias (this, vx, vy, vz, wm_x, wm_y, wm_z, fx, fy, fz, xh, coef, n, dt) |
| |
| subroutine | adv_dealias::recompute_metrics_dealias (this, coef, moving_boundary) |
| |