Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Implements vreman_t
.
Data Types | |
type | vreman_t |
Implements the Vreman LES model. More... | |
Functions/Subroutines | |
subroutine | vreman_init (this, dofmap, coef, json) |
Constructor. More... | |
subroutine | vreman_init_from_components (this, dofmap, coef, c, nut_name, delta_type) |
Constructor from components. More... | |
subroutine | vreman_free (this) |
Destructor for the les_model_t (base) class. More... | |
subroutine | vreman_compute (this, t, tstep) |
Compute eddy viscosity. More... | |
|
private |
t | The time value. |
tstep | The current time-step. |
Definition at line 121 of file vreman.f90.
|
private |
Definition at line 112 of file vreman.f90.
subroutine vreman::vreman_init | ( | class(vreman_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 72 of file vreman.f90.
|
private |
dofmap | SEM map of degrees of freedom. |
coef | SEM coefficients. |
c | The model constant. |
nut_name | The name of the SGS viscosity field. |
Definition at line 95 of file vreman.f90.