56    type(
field_t), 
target, 
intent(inout) :: u
 
   57    type(
field_t), 
target, 
intent(inout) :: v
 
   58    type(
field_t), 
target, 
intent(inout) :: w
 
   59    type(
field_t), 
target, 
intent(inout) :: 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.