Neko  0.8.1
A portable framework for high-order spectral element flow simulations
blasius Module Reference

Defines a Blasius profile dirichlet condition. More...

Data Types

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

Functions/Subroutines

subroutine blasius_free (this)
 
subroutine blasius_apply_scalar (this, x, n, t, tstep)
 No-op scalar apply. More...
 
subroutine blasius_apply_scalar_dev (this, x_d, t, tstep)
 No-op scalar apply (device version) More...
 
subroutine blasius_apply_vector (this, x, y, z, n, t, tstep)
 Apply blasius conditions (vector valued) More...
 
subroutine blasius_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Apply blasius conditions (vector valued) (device version) More...
 
subroutine blasius_set_params (this, delta, type)
 Set Blasius parameters. More...
 
subroutine blasius_set_coef (this, c)
 Assign coefficients (facet normals etc) More...
 

Detailed Description

Defines a Blasius profile dirichlet condition.

Function/Subroutine Documentation

◆ blasius_apply_scalar()

subroutine blasius::blasius_apply_scalar ( class(blasius_t), intent(inout)  this,
real(kind=rp), dimension(n), intent(inout)  x,
integer, intent(in)  n,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

No-op scalar apply.

Definition at line 86 of file blasius.f90.

◆ blasius_apply_scalar_dev()

subroutine blasius::blasius_apply_scalar_dev ( class(blasius_t), intent(inout), target  this,
type(c_ptr)  x_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

No-op scalar apply (device version)

Definition at line 95 of file blasius.f90.

◆ blasius_apply_vector()

subroutine blasius::blasius_apply_vector ( class(blasius_t), intent(inout)  this,
real(kind=rp), dimension(n), intent(inout)  x,
real(kind=rp), dimension(n), intent(inout)  y,
real(kind=rp), dimension(n), intent(inout)  z,
integer, intent(in)  n,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

Apply blasius conditions (vector valued)

Definition at line 103 of file blasius.f90.

Here is the call graph for this function:

◆ blasius_apply_vector_dev()

subroutine blasius::blasius_apply_vector_dev ( class(blasius_t), intent(inout), target  this,
type(c_ptr)  x_d,
type(c_ptr)  y_d,
type(c_ptr)  z_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

Apply blasius conditions (vector valued) (device version)

Definition at line 143 of file blasius.f90.

Here is the call graph for this function:

◆ blasius_free()

subroutine blasius::blasius_free ( type(blasius_t), intent(inout)  this)

Definition at line 66 of file blasius.f90.

Here is the call graph for this function:

◆ blasius_set_coef()

subroutine blasius::blasius_set_coef ( class(blasius_t), intent(inout)  this,
type(coef_t), intent(inout), target  c 
)
private

Assign coefficients (facet normals etc)

Definition at line 237 of file blasius.f90.

◆ blasius_set_params()

subroutine blasius::blasius_set_params ( class(blasius_t), intent(inout)  this,
real(kind=rp)  delta,
character(len=*)  type 
)
private

Set Blasius parameters.

Definition at line 214 of file blasius.f90.