Neko  0.8.99
A portable framework for high-order spectral element flow simulations
mean_flow Module Reference

Defines a mean flow field.

Data Types

type  mean_flow_t
 

Functions/Subroutines

subroutine mean_flow_init (this, u, v, w, p)
 Initialize a mean flow field. More...
 
subroutine mean_flow_free (this)
 Deallocates a mean flow field. More...
 
subroutine mean_flow_reset (this)
 Resets a mean flow field. More...
 

Function/Subroutine Documentation

◆ mean_flow_free()

subroutine mean_flow::mean_flow_free ( class(mean_flow_t), intent(inout)  this)
private

Definition at line 72 of file mean_flow.f90.

◆ mean_flow_init()

subroutine mean_flow::mean_flow_init ( class(mean_flow_t), intent(inout)  this,
type(field_t), intent(inout), target  u,
type(field_t), intent(inout), target  v,
type(field_t), intent(inout), target  w,
type(field_t), intent(inout), target  p 
)

Definition at line 54 of file mean_flow.f90.

◆ mean_flow_reset()

subroutine mean_flow::mean_flow_reset ( class(mean_flow_t), intent(inout)  this)
private

Definition at line 83 of file mean_flow.f90.