56 type(
field_t),
target,
intent(in) :: u
57 type(
field_t),
target,
intent(in) :: v
58 type(
field_t),
target,
intent(in) :: w
59 type(
field_t),
target,
intent(in) :: p
Defines a mean flow field.
subroutine mean_flow_init(this, u, v, w, p)
Initialize a mean flow field.
subroutine mean_flow_free(this)
Deallocates a mean flow field.
subroutine mean_flow_reset(this)
Resets a mean flow field.
Computes the temporal mean of a field.