Neko  0.8.1
A portable framework for high-order spectral element flow simulations
mean_sqr_flow Module Reference

Defines a mean squared flow field. More...

Data Types

type  mean_sqr_flow_t
 

Functions/Subroutines

subroutine mean_sqr_flow_init (this, u, v, w, p)
 Initialize a mean squared flow field. More...
 
subroutine mean_sqr_flow_free (this)
 Deallocates a mean squared flow field. More...
 

Detailed Description

Defines a mean squared flow field.

Function/Subroutine Documentation

◆ mean_sqr_flow_free()

subroutine mean_sqr_flow::mean_sqr_flow_free ( class(mean_sqr_flow_t), intent(inout)  this)
private

Deallocates a mean squared flow field.

Definition at line 71 of file mean_sqr_flow.f90.

◆ mean_sqr_flow_init()

subroutine mean_sqr_flow::mean_sqr_flow_init ( class(mean_sqr_flow_t), intent(inout)  this,
type(field_t), intent(inout)  u,
type(field_t), intent(inout)  v,
type(field_t), intent(inout)  w,
type(field_t), intent(inout)  p 
)

Initialize a mean squared flow field.

Definition at line 53 of file mean_sqr_flow.f90.