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

Implements fluid_stats_ouput_t.

Data Types

type  fluid_stats_output_t
 Defines an output for the fluid statistics computed using the fluid_stats_t object. More...
 

Functions/Subroutines

subroutine fluid_stats_output_init (this, stats, T_begin, hom_dir, name, path)
 Constructor. More...
 
subroutine fluid_stats_output_sample (this, t)
 Sample fluid_stats at time t. More...
 

Function/Subroutine Documentation

◆ fluid_stats_output_init()

subroutine fluid_stats_output::fluid_stats_output_init ( class(fluid_stats_output_t), intent(inout)  this,
type(fluid_stats_t), intent(inout), target  stats,
real(kind=rp), intent(in)  T_begin,
character(len=*), intent(in)  hom_dir,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)

Definition at line 70 of file fluid_stats_output.f90.

◆ 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 122 of file fluid_stats_output.f90.