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

Go to the source code of this file.

Data Types

type  shear_stress::shear_stress_t
 A shear stress boundary condition. More...
 

Modules

module  shear_stress
 Defines a shear stress boundary condition for a vector field.
 

Functions/Subroutines

subroutine shear_stress::shear_stress_apply_scalar (this, x, n, t, tstep)
 Apply shear stress for a scalar field x. More...
 
subroutine shear_stress::shear_stress_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a generic shear_stress condition to vectors x, y and z. More...
 
subroutine shear_stress::shear_stress_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a generic shear_stress condition to a vector x (device version) More...
 
subroutine shear_stress::shear_stress_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a generic shear_stress condition to vectors x, y and z (device version) More...
 
subroutine shear_stress::shear_stress_init_shear_stress (this, coef)
 Constructor. More...
 
subroutine shear_stress::shear_stress_finalize (this, tau1, tau2)
 Finalize by allocating the stress arrays and marking the facets for the bc components. More...
 
pure real(kind=rp) function, dimension(this%msk(0)) shear_stress::shear_stress_tau1 (this)
 Get the stress in the 1st wall-parallel direction. More...
 
pure real(kind=rp) function, dimension(this%msk(0)) shear_stress::shear_stress_tau2 (this)
 Get the stress in the 2nd wall-parallel direction. More...
 
subroutine shear_stress::shear_stress_set_stress (this, tau1, tau2)
 Set the shear stress components. More...
 
subroutine shear_stress::shear_stress_free (this)
 Destructor. More...