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

Go to the source code of this file.

Data Types

type  spalding::spalding_t
 Wall model based on Spalding's law of the wall. Reference: http://dx.doi.org/10.1115/1.3641728. More...
 

Modules

module  spalding
 Implements spalding_t.
 

Functions/Subroutines

subroutine spalding::spalding_init (this, coef, msk, facet, nu, h_index, json)
 Constructor from JSON. More...
 
subroutine spalding::spalding_init_from_components (this, coef, msk, facet, nu, h_index, kappa, B)
 Constructor from components. More...
 
subroutine spalding::spalding_free (this)
 Destructor for the spalding_t (base) class. More...
 
subroutine spalding::spalding_compute (this, t, tstep)
 Compute the wall shear stress. More...
 
real(kind=rp) function spalding::solve (this, u, y, guess)
 Newton solver for the algebraic equation defined by the law. More...