Defines an output for the fluid statistics computed using the fluid_stats_t
object.
More...
|
procedure, pass(this) | init (this, stats, t_begin, hom_dir, name, path) |
| Constructor.
|
|
procedure, pass(this) | sample (this, t) |
| Samples the fields computed by the stats component.
|
|
procedure, pass(this) | init_base (this, fname, precision) |
| Output constructor.
|
|
procedure, pass(this) | set_counter (this, n) |
| Update the output's file counter.
|
|
procedure, pass(this) | set_start_counter (this, n) |
| Update the start of output's file counter.
|
|
procedure(output_sample), deferred, pass | sample (this, t) |
|
Definition at line 49 of file fluid_stats_output.f90.
◆ 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 |
|
) |
| |
◆ init_base()
- Parameters
-
fname | Name of the output file. |
precision | Output precision (sp or dp). |
Definition at line 44 of file output.f90.
◆ sample() [1/2]
◆ sample() [2/2]
◆ set_counter()
◆ set_start_counter()
◆ file_
type(file_t) output::output_t::file_ |
|
inherited |
◆ map_1d
type(map_1d_t) fluid_stats_output::fluid_stats_output_t::map_1d |
◆ map_2d
type(map_2d_t) fluid_stats_output::fluid_stats_output_t::map_2d |
◆ output_dim
integer fluid_stats_output::fluid_stats_output_t::output_dim |
◆ stats
◆ t_begin
real(kind=rp) fluid_stats_output::fluid_stats_output_t::t_begin |
The documentation for this type was generated from the following file: