fluidsim.base.output.print_stdout

Standard output saving

Provides:

class fluidsim.base.output.print_stdout.PrintStdOutBase(output)[source]

Bases: RemainingClockTime

A PrintStdOutBase object is used to print in both the stdout and the stdout.txt file, and also to print simple info on the current state of the simulation.

_tag = 'print_stdout'
static _complete_params_with_default(params)[source]
complete_init_with_state()[source]
_online_print()[source]

Print simple info on the current state of the simulation

_print_info()[source]
_make_str_info()[source]
_evaluate_duration_left()[source]

Computes the remaining time.

close()[source]
_load_times()[source]

Load time data from the log file

_abc_impl = <_abc._abc_data object>
get_times_start_last()[source]

Classes

PrintStdOutBase(output)

A PrintStdOutBase object is used to print in both the stdout and the stdout.txt file, and also to print simple info on the current state of the simulation.