Go to the source code of this file.
|
module | adv_oifs |
| Subroutines to add advection terms to the RHS of a transport equation.
|
|
|
subroutine | adv_oifs::adv_oifs_init (this, lxd, coef, ctarget, ulag, vlag, wlag, dtlag, tlag, time_scheme, slag) |
| Constructor.
|
|
subroutine | adv_oifs::adv_oifs_free (this) |
| Destructor.
|
|
subroutine | adv_oifs::set_conv_velocity_fst (this, u, v, w) |
| Mapping the velocity fields to GL space and transforming them to the rst format.
|
|
subroutine | adv_oifs::adv_oifs_compute (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 using the OIFS method.
|
|
subroutine | adv_oifs::adv_oifs_compute_scalar (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.
|
|