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

Go to the source code of this file.

Data Types

type  usr_inflow::usr_inflow_t
 User defined dirichlet condition for inlet (vector valued) More...
 
interface  usr_inflow::usr_inflow_eval
 Abstract interface defining a user defined inflow condition (pointwise) More...
 

Modules

module  usr_inflow
 Defines inflow dirichlet conditions.
 

Functions/Subroutines

subroutine usr_inflow::usr_inflow_free (this)
 
subroutine usr_inflow::usr_inflow_apply_scalar (this, x, n, t, tstep)
 No-op scalar apply. More...
 
subroutine usr_inflow::usr_inflow_apply_scalar_dev (this, x_d, t, tstep)
 No-op scalar apply (device version) More...
 
subroutine usr_inflow::usr_inflow_apply_vector (this, x, y, z, n, t, tstep)
 Apply user defined inflow conditions (vector valued) More...
 
subroutine usr_inflow::usr_inflow_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 
subroutine usr_inflow::usr_inflow_set_coef (this, c)
 Assign coefficients (facet normals etc) More...
 
subroutine usr_inflow::usr_inflow_set_eval (this, usr_eval)
 Assign user provided eval function. More...
 
subroutine usr_inflow::usr_inflow_validate (this)
 Validate user inflow condition. More...