Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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, scheme_name, coef, msk, facet, h_index, json)
 Constructor from JSON.
 
subroutine spalding::spalding_partial_init (this, coef, json)
 Constructor from JSON.
 
subroutine spalding::spalding_finalize (this, msk, facet)
 Finalize the construction using the mask and facet arrays of the bc.
 
subroutine spalding::spalding_init_from_components (this, scheme_name, coef, msk, facet, h_index, kappa, b)
 Constructor from components.
 
subroutine spalding::spalding_compute_nu (this)
 Compute the kinematic viscosity vector.
 
subroutine spalding::spalding_free (this)
 Destructor for the spalding_t (base) class.
 
subroutine spalding::spalding_compute (this, t, tstep)
 Compute the wall shear stress.