Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
smagorinsky.f90 File Reference

Go to the source code of this file.

Data Types

type  smagorinsky::smagorinsky_t
 Implements the smagorinsky LES model. More...
 

Modules

module  smagorinsky
 Implements smagorinsky_t.
 

Functions/Subroutines

subroutine smagorinsky::smagorinsky_init (this, dofmap, coef, json)
 Constructor.
 
subroutine smagorinsky::smagorinsky_init_from_components (this, dofmap, coef, c_s, nut_name, delta_type)
 Constructor from components.
 
subroutine smagorinsky::smagorinsky_free (this)
 Destructor for the les_model_t (base) class.
 
subroutine smagorinsky::smagorinsky_compute (this, t, tstep)
 Compute eddy viscosity.