Computes the subgrid-scale contributions for Reynolds stresses. We use the Reynolds decomposition for a field u = + u' = U + u'.
◆ fluid_sgs_stats_free()
◆ fluid_sgs_stats_init()
| subroutine fluid_sgs_stats::fluid_sgs_stats_init |
( |
class(fluid_sgs_stats_t), intent(inout), target |
this, |
|
|
type(coef_t), target |
coef, |
|
|
type(field_t), intent(in), target |
u, |
|
|
type(field_t), intent(in), target |
v, |
|
|
type(field_t), intent(in), target |
w, |
|
|
character(*), intent(in), optional |
nut_field |
|
) |
| |
- Parameters
-
| coef | SEM coefficients. |
| u | The x component of velocity. |
| v | The y component of velocity. |
| w | The z component of velocity. |
| nut_field | Specifies the name of the nut field. Optional, defaults to nut. |
Definition at line 103 of file fluid_sgs_stats.f90.
◆ fluid_sgs_stats_reset()
◆ fluid_sgs_stats_update()