Computes various statistics for the scalar fields. We use the Reynolds decomposition for a field u = + u' = U + u' Spatial derivatives i.e. du/dx we denote dudx.
◆ scalar_stats_free()
◆ scalar_stats_init()
| subroutine scalar_stats::scalar_stats_init |
( |
class(scalar_stats_t), intent(inout), target |
this, |
|
|
type(coef_t), optional, target |
coef, |
|
|
type(field_t), intent(in), target |
s, |
|
|
type(field_t), intent(in), target |
u, |
|
|
type(field_t), intent(in), target |
v, |
|
|
type(field_t), intent(in), target |
w, |
|
|
type(field_t), intent(in), target |
p, |
|
|
character(*), intent(in), optional |
set |
|
) |
| |
- Parameters
-
| coef | SEM coefficients. Optional. |
| s | The scalar. |
| u | The x component of velocity. |
| v | The y component of velocity. |
| w | The z component of velocity. |
| p | The pressure. |
| set | Specifies the subset of the statistics to be collected. Optional. Either basic or full, defaults to full. |
Definition at line 166 of file scalar_stats.f90.
◆ scalar_stats_make_strong_grad()
◆ scalar_stats_reset()
◆ scalar_stats_update()
- Parameters
-
| k | Time elapsed since the last update. |
Uf is u and Umf is
Definition at line 330 of file scalar_stats.f90.