|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Implements the les_simcomp_t type.
Data Types | |
| type | les_simcomp_t |
| A simulation component that drives the computation of the SGS viscosity. More... | |
Functions/Subroutines | |
| subroutine | les_simcomp_init_from_json (this, json, case) |
| Constructor from json. | |
| subroutine | les_simcomp_free (this) |
| Destructor. | |
| subroutine | les_simcomp_compute (this, t, tstep) |
| Compute the les_simcomp field. | |
|
private |
| t | The time value. |
| tstep | The current time-step. |
Definition at line 109 of file les_simcomp.f90.
|
private |
Definition at line 95 of file les_simcomp.f90.
| subroutine les_simcomp::les_simcomp_init_from_json | ( | class(les_simcomp_t), intent(inout) | this, |
| type(json_file), intent(inout) | json, | ||
| class(case_t), intent(inout), target | case | ||
| ) |
Definition at line 66 of file les_simcomp.f90.