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
non_normal Module Reference

Dirichlet condition on axis aligned plane in the non normal direction.

Data Types

type  non_normal_t
 Dirichlet condition in non normal direction of a plane. More...
 

Functions/Subroutines

subroutine non_normal_init (this, coef, json)
 Constructor.
 
subroutine non_normal_init_from_components (this, coef)
 Constructor from components.
 
subroutine non_normal_finalize (this)
 Finalize.
 
subroutine non_normal_free (this)
 Destructor.
 

Function/Subroutine Documentation

◆ non_normal_finalize()

subroutine non_normal::non_normal_finalize ( class(non_normal_t), intent(inout), target  this)
private

Definition at line 84 of file non_normal.f90.

◆ non_normal_free()

subroutine non_normal::non_normal_free ( class(non_normal_t), intent(inout), target  this)
private

Definition at line 126 of file non_normal.f90.

◆ non_normal_init()

subroutine non_normal::non_normal_init ( class(non_normal_t), intent(inout), target  this,
type(coef_t), intent(in coef,
type(json_file), intent(inout json 
)
Parameters
[in]coefThe SEM coefficients.
[in,out]jsonThe JSON object configuring the boundary condition.

Definition at line 64 of file non_normal.f90.

◆ non_normal_init_from_components()

subroutine non_normal::non_normal_init_from_components ( class(non_normal_t), intent(inout), target  this,
type(coef_t), intent(in coef 
)
private
Parameters
[in]coefThe SEM coefficients.

Definition at line 74 of file non_normal.f90.