|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| type | scalar_sgs_stats::scalar_sgs_stats_t |
Modules | |
| module | scalar_sgs_stats |
| Computes the subgrid-scale contributions for the scalar fluxes. We use the Reynolds decomposition for a field u = + u' = U + u'. | |
Functions/Subroutines | |
| subroutine | scalar_sgs_stats::scalar_sgs_stats_init_alphat (this, coef, s, alphat_field) |
| Constructor. Initialize the fields associated with scalar_sgs_stats. This version uses alphat directly. | |
| subroutine | scalar_sgs_stats::scalar_sgs_stats_init_nut (this, coef, s, nut_field, pr_turb) |
| Constructor. Initialize the fields associated with scalar_sgs_stats. This version uses nut field and turbulent Prandtl number. | |
| subroutine | scalar_sgs_stats::scalar_sgs_stats_update (this, k) |
| Updates all fields with a new sample. | |
| subroutine | scalar_sgs_stats::scalar_sgs_stats_free (this) |
| Destructor. | |
| subroutine | scalar_sgs_stats::scalar_sgs_stats_reset (this) |
| Resets all the computed means values and sampling times to zero. | |