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

Defines an output for a mean flow field. More...

Data Types

interface  mean_flow_output_t
 

Functions/Subroutines

type(mean_flow_output_t) function mean_flow_output_init (mf, T_begin, name, path)
 
subroutine mean_flow_output_sample (this, t)
 Sample a mean flow field at time t. More...
 

Detailed Description

Defines an output for a mean flow field.

Function/Subroutine Documentation

◆ mean_flow_output_init()

type(mean_flow_output_t) function mean_flow_output::mean_flow_output_init ( type(mean_flow_t), intent(in), target  mf,
real(kind=rp), intent(in)  T_begin,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)
private

Definition at line 55 of file mean_flow_output.f90.

Here is the caller graph for this function:

◆ mean_flow_output_sample()

subroutine mean_flow_output::mean_flow_output_sample ( class(mean_flow_output_t), intent(inout)  this,
real(kind=rp), intent(in)  t 
)
private

Sample a mean flow field at time t.

Definition at line 79 of file mean_flow_output.f90.