Computes the subgrid-scale contributions for the scalar fluxes. We use the Reynolds decomposition for a field u = + u' = U + u'.
◆ scalar_sgs_stats_free()
◆ scalar_sgs_stats_init_alphat()
| subroutine scalar_sgs_stats::scalar_sgs_stats_init_alphat |
( |
class(scalar_sgs_stats_t), intent(inout), target |
this, |
|
|
type(coef_t), optional, target |
coef, |
|
|
type(field_t), intent(in), target |
s, |
|
|
character(len=*), intent(in) |
alphat_field |
|
) |
| |
- Parameters
-
| coef | SEM coefficients. Optional. |
| s | The scalar. |
| alphat_field | Specifies the name of the alphat field. |
Definition at line 98 of file scalar_sgs_stats.f90.
◆ scalar_sgs_stats_init_nut()
| subroutine scalar_sgs_stats::scalar_sgs_stats_init_nut |
( |
class(scalar_sgs_stats_t), intent(inout), target |
this, |
|
|
type(coef_t), optional, target |
coef, |
|
|
type(field_t), intent(in), target |
s, |
|
|
character(len=*), intent(in) |
nut_field, |
|
|
real(kind=rp), intent(in) |
pr_turb |
|
) |
| |
|
private |
- Parameters
-
| coef | SEM coefficients. Optional. |
| s | The scalar. |
| nut_field | Specifies the name of the nut field. |
| pr_turb | Turbulent Prandtl number. |
Definition at line 136 of file scalar_sgs_stats.f90.
◆ scalar_sgs_stats_reset()
◆ scalar_sgs_stats_update()