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

Go to the source code of this file.

Data Types

type  dong_outflow::dong_outflow_t
 Dong outflow condition Follows "A Convective-like Energy-Stable Open Boundary Condition for Simulations of Incompressible Flows" by S. Dong. More...
 

Modules

module  dong_outflow
 Defines a dong outflow condition.
 

Functions/Subroutines

subroutine dong_outflow::dong_outflow_set_vars (this, uinf, delta)
 
subroutine dong_outflow::dong_outflow_apply_scalar (this, x, n, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to a vector x. More...
 
subroutine dong_outflow::dong_outflow_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to vectors x, y and z. More...
 
subroutine dong_outflow::dong_outflow_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to a vector x (device version) More...
 
subroutine dong_outflow::dong_outflow_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a generic Dirichlet condition to vectors x, y and z (device version) More...