Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | adv_dummy::adv_dummy_t |
A zero-valued advection that can be used to kill the advection term. More... | |
Modules | |
module | adv_dummy |
Implements adv_dummy_t | |
Functions/Subroutines | |
subroutine | adv_dummy::init_adv_dummy (this, coef) |
Constructor. | |
subroutine | adv_dummy::free_adv_dummy (this) |
Destructor. | |
subroutine | adv_dummy::compute_adv_dummy (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_dummy::compute_scalar_adv_dummy (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. | |