Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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.
 
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.