Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
usr_inflow::usr_inflow_eval Interface Reference

Abstract interface defining a user defined inflow condition (pointwise) More...

Public Member Functions

subroutine usr_inflow_eval (u, v, w, x, y, z, nx, ny, nz, ix, iy, iz, ie, t, tstep)
 

Detailed Description

Parameters
uThe x componenet of the velocity in this point
vThe y componenet of the velocity in this point
wThe w componenet of the velocity in this point
xThe x coord in this point
yThe y coord in this point
zThe z coord in this point
nxThe x component of the facet normal in this point
nyThe y component of the facet normal in this point
nzThe z component of the facet normal in this point
ixThe r idx of this point
iyThe s idx of this point
izThe t idx of this point
ieThe element idx of this point
tCurrent time
tstepCurrent time-step

Definition at line 80 of file usr_inflow.f90.

Constructor & Destructor Documentation

◆ usr_inflow_eval()

subroutine usr_inflow::usr_inflow_eval::usr_inflow_eval ( real(kind=rp), intent(inout u,
real(kind=rp), intent(inout v,
real(kind=rp), intent(inout w,
real(kind=rp), intent(in x,
real(kind=rp), intent(in y,
real(kind=rp), intent(in z,
real(kind=rp), intent(in nx,
real(kind=rp), intent(in ny,
real(kind=rp), intent(in nz,
integer, intent(in ix,
integer, intent(in iy,
integer, intent(in iz,
integer, intent(in ie,
real(kind=rp), intent(in t,
integer, intent(in tstep 
)
virtual

Definition at line 80 of file usr_inflow.f90.


The documentation for this interface was generated from the following file: