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

Defines an output for a mean flow field.

Data Types

interface  fluid_stats_output_t
 

Functions/Subroutines

type(fluid_stats_output_t) function fluid_stats_output_init (stats, T_begin, name, path)
 
subroutine fluid_stats_output_sample (this, t)
 Sample a mean flow field at time t. More...
 

Function/Subroutine Documentation

◆ fluid_stats_output_init()

type(fluid_stats_output_t) function fluid_stats_output::fluid_stats_output_init ( type(fluid_stats_t), intent(in), target  stats,
real(kind=rp), intent(in)  T_begin,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)
private

Definition at line 56 of file fluid_stats_output.f90.

Here is the caller graph for this function:

◆ fluid_stats_output_sample()

subroutine fluid_stats_output::fluid_stats_output_sample ( class(fluid_stats_output_t), intent(inout)  this,
real(kind=rp), intent(in)  t 
)
private

Definition at line 80 of file fluid_stats_output.f90.