Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
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. Maintainer: Timofey Mukha.
 

Functions/Subroutines

subroutine shear_stress::shear_stress_apply_scalar (this, x, n, t, tstep, strong)
 Apply shear stress for a scalar field x.
 
subroutine shear_stress::shear_stress_apply_vector (this, x, y, z, n, t, tstep, strong)
 Boundary condition apply for a generic shear_stress condition to vectors x, y and z.
 
subroutine shear_stress::shear_stress_apply_scalar_dev (this, x_d, t, tstep, strong)
 Boundary condition apply for a generic shear_stress condition to a vector x (device version)
 
subroutine shear_stress::shear_stress_apply_vector_dev (this, x_d, y_d, z_d, t, tstep, strong)
 Boundary condition apply for a generic shear_stress condition to vectors x, y and z (device version)
 
subroutine shear_stress::shear_stress_init (this, coef, json)
 Constructor.
 
subroutine shear_stress::shear_stress_init_from_components (this, coef, value)
 Constructor from components.
 
subroutine shear_stress::shear_stress_finalize (this)
 
subroutine shear_stress::shear_stress_set_stress_scalar (this, tau_x, tau_y, tau_z)
 Set the value of the shear stress vector using 3 scalars.
 
subroutine shear_stress::shear_stress_set_stress_array (this, tau_x, tau_y, tau_z)
 Set the shear stress components.
 
subroutine shear_stress::shear_stress_free (this)
 Destructor.