Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | dynamic_smagorinsky::dynamic_smagorinsky_t |
Implements the dynamic Smagorinsky LES model. More... | |
Modules | |
module | dynamic_smagorinsky |
Implements dynamic_smagorinsky_t . | |
Functions/Subroutines | |
subroutine | dynamic_smagorinsky::dynamic_smagorinsky_init (this, dofmap, coef, json) |
Constructor. More... | |
subroutine | dynamic_smagorinsky::dynamic_smagorinsky_free (this) |
Destructor for the les_model_t (base) class. More... | |
subroutine | dynamic_smagorinsky::dynamic_smagorinsky_compute (this, t, tstep) |
Compute eddy viscosity. More... | |
subroutine | dynamic_smagorinsky::set_ds_filt (filter_1d) |
Set up the test filter. More... | |