Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
fluid_stats_output::fluid_stats_output_t Type Referenceabstract

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

Inheritance diagram for fluid_stats_output::fluid_stats_output_t:
Collaboration diagram for fluid_stats_output::fluid_stats_output_t:

Public Member Functions

procedure, pass(thisinit (this, stats, t_begin, hom_dir, name, path)
 Constructor.
 
procedure, pass(thissample (this, t)
 Samples the fields computed by the stats component.
 
procedure, pass(thisinit_base (this, fname, precision)
 Output constructor.
 
procedure, pass(thisset_counter (this, n)
 Update the output's file counter.
 
procedure, pass(thisset_start_counter (this, n)
 Update the start of output's file counter.
 
procedure(output_sample), deferred, pass sample (this, t)
 

Public Attributes

type(fluid_stats_t), pointer stats
 Pointer to the object computing the statistics.
 
type(map_1d_tmap_1d
 Space averaging object for 2 homogeneous directions.
 
type(map_2d_tmap_2d
 Space averaging object for 1 homogeneous direction.
 
real(kind=rp) t_begin
 
integer output_dim
 The dimension of the output fields. Either 1, 2, or 3.
 
type(file_t) file_
 

Detailed Description

Definition at line 49 of file fluid_stats_output.f90.

Member Function/Subroutine Documentation

◆ init()

procedure, pass(this) fluid_stats_output::fluid_stats_output_t::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 61 of file fluid_stats_output.f90.

◆ init_base()

procedure, pass(this) output::output_t::init_base ( class(output_t), intent(inout this,
character(len=*), intent(inout fname,
integer, intent(in), optional  precision 
)
inherited
Parameters
fnameName of the output file.
precisionOutput precision (sp or dp).

Definition at line 44 of file output.f90.

◆ sample() [1/2]

procedure, pass(this) fluid_stats_output::fluid_stats_output_t::sample ( class(fluid_stats_output_t), intent(inout this,
real(kind=rp), intent(in t 
)

Definition at line 63 of file fluid_stats_output.f90.

◆ sample() [2/2]

procedure(output_sample), deferred, pass output::output_t::sample ( class(output_t), intent(inout this,
real(kind=rp), intent(in t 
)
pure virtualinherited

Definition at line 47 of file output.f90.

◆ set_counter()

procedure, pass(this) output::output_t::set_counter ( class(output_t), intent(inout this,
integer, intent(in n 
)
inherited

Definition at line 45 of file output.f90.

◆ set_start_counter()

procedure, pass(this) output::output_t::set_start_counter ( class(output_t), intent(inout this,
integer, intent(in n 
)
inherited

Definition at line 46 of file output.f90.

Member Data Documentation

◆ file_

type(file_t) output::output_t::file_
inherited

Definition at line 42 of file output.f90.

◆ map_1d

type(map_1d_t) fluid_stats_output::fluid_stats_output_t::map_1d

Definition at line 53 of file fluid_stats_output.f90.

◆ map_2d

type(map_2d_t) fluid_stats_output::fluid_stats_output_t::map_2d

Definition at line 55 of file fluid_stats_output.f90.

◆ output_dim

integer fluid_stats_output::fluid_stats_output_t::output_dim

Definition at line 58 of file fluid_stats_output.f90.

◆ stats

type(fluid_stats_t), pointer fluid_stats_output::fluid_stats_output_t::stats

Definition at line 51 of file fluid_stats_output.f90.

◆ t_begin

real(kind=rp) fluid_stats_output::fluid_stats_output_t::t_begin

Definition at line 56 of file fluid_stats_output.f90.


The documentation for this type was generated from the following file: