Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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.
 
subroutine fluid_stats_output_sample (this, t)
 Sample fluid_stats at time t.
 

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.