|
| 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.
|
| |
| subroutine | adv_oifs::recompute_metrics_oifs (this, coef, moving_boundary) |
| |
| subroutine | adv_oifs::adv_oifs_compute_ale (this, vx, vy, vz, wm_x, wm_y, wm_z, fx, fy, fz, xh, coef, n, dt) |
| |