55    type(
field_t), 
intent(inout) :: u
 
   56    type(
field_t), 
intent(inout) :: v
 
   57    type(
field_t), 
intent(inout) :: w
 
   58    type(
field_t), 
intent(inout) :: p
 
 
Defines a mean square field.
 
Defines a mean squared flow field.
 
subroutine mean_sqr_flow_init(this, u, v, w, p)
Initialize a mean squared flow field.
 
subroutine mean_sqr_flow_free(this)
Deallocates a mean squared flow field.