Neko  0.8.99
A portable framework for high-order spectral element flow simulations
adv_oifs.f90 File Reference

Go to the source code of this file.

Data Types

type  adv_oifs::adv_oifs_t
 

Modules

module  adv_oifs
 Subroutines to add advection terms to the RHS of a transport equation.
 

Functions/Subroutines

subroutine adv_oifs::adv_oifs_init (this, lxd, coef, ctarget, ulag, vlag, wlag, dtlag, tlag, time_scheme, slag)
 Constructor. More...
 
subroutine adv_oifs::adv_oifs_free (this)
 Destructor. More...
 
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. More...
 
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. More...
 
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. More...