|
procedure, pass(this) | sample (this, t) |
| Sample a mean flow field at time t.
|
|
type(mean_flow_output_t) function | mean_flow_output_init (mf, t_begin, name, path) |
|
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 42 of file mean_flow_output.f90.
◆ init_base()
- Parameters
-
fname | Name of the output file. |
precision | Output precision (sp or dp). |
Definition at line 44 of file output.f90.
◆ mean_flow_output_init()
type(mean_flow_output_t) function mean_flow_output::mean_flow_output_t::mean_flow_output_init |
( |
type(mean_flow_t), intent(in), target |
mf, |
|
|
real(kind=rp), intent(in) |
t_begin, |
|
|
character(len=*), intent(in), optional |
name, |
|
|
character(len=*), intent(in), optional |
path |
|
) |
| |
◆ sample() [1/2]
◆ sample() [2/2]
◆ set_counter()
◆ set_start_counter()
◆ file_
type(file_t) output::output_t::file_ |
|
inherited |
◆ mf
◆ t_begin
real(kind=rp) mean_flow_output::mean_flow_output_t::t_begin |
The documentation for this interface was generated from the following file: