|
Neko 1.99.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, fluid, 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 167 of file dynamic_smagorinsky.f90.
|
private |
Definition at line 148 of file dynamic_smagorinsky.f90.
| subroutine dynamic_smagorinsky::dynamic_smagorinsky_init | ( | class(dynamic_smagorinsky_t), intent(inout) | this, |
| class(fluid_scheme_base_t), intent(inout), target | fluid, | ||
| type(json_file), intent(inout) | json | ||
| ) |
| fluid | The fluid_scheme_base_t object. |
| json | A dictionary with parameters. |
Definition at line 82 of file dynamic_smagorinsky.f90.

|
private |