OnTheFly

class pyR2D2.OnTheFly(data)[source]

Bases: _BaseReader

Class for on-the-fly analysis data Mean, RMS, and correlation are done in longitudinal or z directions.

pyR2D2.Data class can access this class as pyR2D2.Data.vc

Variables:

Methods Summary

read(n)

Reads on the fly analysis data from fortran.

Methods Documentation

read(n)[source]

Reads on the fly analysis data from fortran. The data is stored in self.vc dictionary

Parameters:
  • n (int) – A selected time step for data

  • verbose (bool) – False suppresses a message of store

__init__(data)[source]