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

Defines an output for a mean squared flow field.

Data Types

interface  mean_sqr_flow_output_t
 

Functions/Subroutines

type(mean_sqr_flow_output_t) function mean_sqr_flow_output_init (msqrf, T_begin, name, path)
 
subroutine mean_sqr_flow_output_sample (this, t)
 Sample a mean squared flow field at time t. More...
 

Function/Subroutine Documentation

◆ mean_sqr_flow_output_init()

type(mean_sqr_flow_output_t) function mean_sqr_flow_output::mean_sqr_flow_output_init ( type(mean_sqr_flow_t), intent(in), target  msqrf,
real(kind=rp), intent(in)  T_begin,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)
private

Definition at line 54 of file mean_sqr_flow_output.f90.

Here is the caller graph for this function:

◆ mean_sqr_flow_output_sample()

subroutine mean_sqr_flow_output::mean_sqr_flow_output_sample ( class(mean_sqr_flow_output_t), intent(inout)  this,
real(kind=rp), intent(in)  t 
)
private

Definition at line 78 of file mean_sqr_flow_output.f90.