Implements smagorinsky_t.  
◆ smagorinsky_compute()
- Parameters
 - 
  
    | t | The time value.  | 
    | tstep | The current time-step.  | 
  
   
Definition at line 134 of file smagorinsky.f90.
 
 
◆ smagorinsky_free()
◆ smagorinsky_init()
- Parameters
 - 
  
    | fluid | The fluid_scheme_base_t object.  | 
    | json | A dictionary with parameters.  | 
  
   
Definition at line 71 of file smagorinsky.f90.
 
 
◆ smagorinsky_init_from_components()
  
  
      
        
          | subroutine smagorinsky::smagorinsky_init_from_components  | 
          ( | 
          class(smagorinsky_t), intent(inout)  | 
          this,  | 
         
        
           | 
           | 
          class(fluid_scheme_base_t), intent(inout), target  | 
          fluid,  | 
         
        
           | 
           | 
          real(kind=rp)  | 
          c_s,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          nut_name,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          delta_type,  | 
         
        
           | 
           | 
          logical, intent(in)  | 
          if_ext  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
- Parameters
 - 
  
    | fluid | The fluid_scheme_base_t object.  | 
    | c_s | The model constant.  | 
    | nut_name | The name of the SGS viscosity field.  | 
    | delta_type | The type of filter size.  | 
    | if_ext | Whether trapolate the velocity.  | 
  
   
Definition at line 108 of file smagorinsky.f90.