| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Implements dynamic_smagorinsky_t.  
Data Types | |
| type | dynamic_smagorinsky_t | 
| Implements the dynamic Smagorinsky LES model.  More... | |
Functions/Subroutines | |
| subroutine | dynamic_smagorinsky_init (this, dofmap, coef, json) | 
| Constructor.   | |
| subroutine | dynamic_smagorinsky_free (this) | 
| Destructor for the les_model_t (base) class.   | |
| subroutine | dynamic_smagorinsky_compute (this, t, tstep) | 
| Compute eddy viscosity.   | |
| subroutine | set_ds_filt (filter_1d) | 
| Set up the test filter.   | |
      
  | 
  private | 
| t | The time value. | 
| tstep | The current time-step. | 
Definition at line 134 of file dynamic_smagorinsky.f90.

      
  | 
  private | 
Definition at line 115 of file dynamic_smagorinsky.f90.
| subroutine dynamic_smagorinsky::dynamic_smagorinsky_init | ( | class(dynamic_smagorinsky_t), intent(inout) | this, | 
| type(dofmap_t), intent(in) | dofmap, | ||
| type(coef_t), intent(in) | coef, | ||
| type(json_file), intent(inout) | json | ||
| ) | 
| dofmap | SEM map of degrees of freedom. | 
| coef | SEM coefficients. | 
| json | A dictionary with parameters. | 
Definition at line 84 of file dynamic_smagorinsky.f90.

      
  | 
  private |