Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement recreation of SolutionArray objects from stored data #687

Merged
merged 5 commits into from
Oct 3, 2019

Commits on Sep 24, 2019

  1. [Thermo] add setter TPX to PureFluid

    * setter for `PureFluid.TPX` property is added to allow for automatic
    restoration of consistent thermodynamic data
    * alternative to 'TP', 'TX' or 'PX' which may not uniquely describe
    a valid thermodynamic state
    * add unit test
    Ingmar Schoegl committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    833a2b9 View commit details
    Browse the repository at this point in the history
  2. [Thermo] recreation of SolutionArray objects from stored data

    This commit implements new methods for SolutionArray:
    * `restore_data` can restore data previously exported by `collect_data`
    * `read_csv` restores data previously saved by `write_csv`
    * unit tests are added for SolutionArray's based on ThermoPhase and PureFluid
    Ingmar Schoegl committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5b84453 View commit details
    Browse the repository at this point in the history
  3. [Thermo] add read_hdf and update docstrings

    ischoegl authored and Ingmar Schoegl committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    124352f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. [Thermo] adopt review comments for SolutionBase.restore_data

    Ingmar Schoegl committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ee28ae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. [Thermo] improve error messages

    Incorporate reviewer suggestions for error messages (user feedback) in
    PureFluid.TPX setter and SolutionArray.restore_data
    ischoegl committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4ab78b9 View commit details
    Browse the repository at this point in the history