Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Defines an output for the fluid statistics computed using the fluid_stats_t
object.
More...
Public Member Functions | |
procedure, pass(this) | init => fluid_stats_output_init |
Constructor. More... | |
procedure, pass(this) | sample => fluid_stats_output_sample |
Samples the fields computed by the stats component. More... | |
procedure, pass(this) | init_base => output_init |
procedure, pass(this) | set_counter => output_set_counter |
procedure, pass(this) | set_start_counter => output_set_start_counter |
Public Attributes | |
type(fluid_stats_t), pointer | stats |
Pointer to the object computing the statistics. More... | |
type(map_1d_t) | map_1d |
Space averaging object for 2 homogeneous directions. More... | |
type(map_2d_t) | map_2d |
Space averaging object for 1 homogeneous direction. More... | |
real(kind=rp) | t_begin |
integer | output_dim |
The dimension of the output fields. Either 1, 2, or 3. More... | |
type(file_t) | file_ |
Definition at line 49 of file fluid_stats_output.f90.
procedure, pass(this) fluid_stats_output::fluid_stats_output_t::init |
Definition at line 61 of file fluid_stats_output.f90.
|
inherited |
Definition at line 44 of file output.f90.
procedure, pass(this) fluid_stats_output::fluid_stats_output_t::sample |
Definition at line 63 of file fluid_stats_output.f90.
|
inherited |
Definition at line 45 of file output.f90.
|
inherited |
Definition at line 46 of file output.f90.
|
inherited |
Definition at line 42 of file output.f90.
type(map_1d_t) fluid_stats_output::fluid_stats_output_t::map_1d |
Definition at line 53 of file fluid_stats_output.f90.
type(map_2d_t) fluid_stats_output::fluid_stats_output_t::map_2d |
Definition at line 55 of file fluid_stats_output.f90.
integer fluid_stats_output::fluid_stats_output_t::output_dim |
Definition at line 58 of file fluid_stats_output.f90.
type(fluid_stats_t), pointer fluid_stats_output::fluid_stats_output_t::stats |
Definition at line 51 of file fluid_stats_output.f90.
real(kind=rp) fluid_stats_output::fluid_stats_output_t::t_begin |
Definition at line 56 of file fluid_stats_output.f90.