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
blasius.f90 File Reference

Go to the source code of this file.

Data Types

type  blasius::blasius_t
 Blasius profile for inlet (vector valued). More...
 

Modules

module  blasius
 Defines a Blasius profile dirichlet condition.
 

Functions/Subroutines

subroutine blasius::blasius_init (this, coef, json)
 Constructor.
 
subroutine blasius::blasius_init_from_components (this, coef, delta, uinf, approximation)
 Constructor from components.
 
subroutine blasius::blasius_free (this)
 
subroutine blasius::blasius_apply_scalar (this, x, n, t, tstep, strong)
 No-op scalar apply.
 
subroutine blasius::blasius_apply_scalar_dev (this, x_d, t, tstep, strong)
 No-op scalar apply (device version)
 
subroutine blasius::blasius_apply_vector (this, x, y, z, n, t, tstep, strong)
 Apply blasius conditions (vector valued)
 
subroutine blasius::blasius_apply_vector_dev (this, x_d, y_d, z_d, t, tstep, strong)
 Apply blasius conditions (vector valued) (device version)
 
subroutine blasius::blasius_set_params (this, uinf, delta, type)
 Set Blasius parameters.
 
subroutine blasius::blasius_finalize (this)
 Finalize.