Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
mean_sqr_flow Module Reference

Defines a mean squared flow field.

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.
 
subroutine mean_sqr_flow_free (this)
 Deallocates 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

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(in u,
type(field_t), intent(in v,
type(field_t), intent(in w,
type(field_t), intent(in p 
)

Definition at line 53 of file mean_sqr_flow.f90.