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

Merging Px envelopes branch #2

Merged
merged 48 commits into from
Sep 18, 2023
Merged

Merging Px envelopes branch #2

merged 48 commits into from
Sep 18, 2023

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    a48b410 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    a0b30fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02afdb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a1d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b675b View commit details
    Browse the repository at this point in the history
  5. format

    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c1990b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03f23b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d760afe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d60bf97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1e6a25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfc5c10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93975e7 View commit details
    Browse the repository at this point in the history
  12. refactor(crossings): Removed crossings logic

    Should get back later for whole phase diagrams
    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f7896fe View commit details
    Browse the repository at this point in the history
  13. feat: Px envelopes module

    New module to realize the calculation of Px envelopes
    via the continuation method.
    
    Right now works with 2phase lines, with a starting point
    of three phase lines calculation.
    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    803f9eb View commit details
    Browse the repository at this point in the history
  14. format

    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    40a854f View commit details
    Browse the repository at this point in the history
  15. feat(input): New namelist

    Added a new namelist to input files.
    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5569f3b View commit details
    Browse the repository at this point in the history
  16. test data

    fedebenelli committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    18f1525 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. refactor: EoS framework

    Now the EoS come from an external library, yaeos.
    
    The calls are still direct to the legacy code, so an enventual
    fix should occur. But first an IO must be defined on the yaeos side,
    to include any kind of model from an input file.
    fedebenelli committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f91b97e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    bfb923d View commit details
    Browse the repository at this point in the history
  2. feat(main): Adding a cli logic to the main program.

    Now the main program gets part of
    it's settings from the cli library `flap`
    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c7ce25e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4377d74 View commit details
    Browse the repository at this point in the history
  4. feat(Px): 3ph-Px lines

    Added the calculation of three-phase Px lines.
    
    For now it's a beta-stage, where only a three-phase region is calculated
    based on finding an intersection.
    This verifies that the three-phase lines
    model works properly, and later on more ways of initialization will be implemented.
    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d3fdf40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    153c83a View commit details
    Browse the repository at this point in the history
  6. fprettified

    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e81db16 View commit details
    Browse the repository at this point in the history
  7. New dependencies

    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fc927b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65be855 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0ad155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a11ce6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18e4d9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd704ff View commit details
    Browse the repository at this point in the history
  13. refactor(Px_mod): Format

    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a3d0bba View commit details
    Browse the repository at this point in the history
  14. fix(interserction): Modified tolerances

    Modified the tolerances to assure the same intersection is not repeated.
    
    This probably should be revisited with more tests later.
    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    03b7f08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8e1a8a View commit details
    Browse the repository at this point in the history
  16. interpol

    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8e40597 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dc23670 View commit details
    Browse the repository at this point in the history
  18. test

    fedebenelli committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c6395ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09db282 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Added Flash subroutine in a phase_equilibria module

    This should be part of the `yaeos` set later
    fedebenelli committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d8e9998 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fpm details

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    544f41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d2490 View commit details
    Browse the repository at this point in the history
  3. refactor(envelopes)

    Don't write if passed max of iterations
    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    86bcd88 View commit details
    Browse the repository at this point in the history
  4. feat(CI and docs)

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    71a62f5 View commit details
    Browse the repository at this point in the history
  5. moved out gnuplotting

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e361c1d View commit details
    Browse the repository at this point in the history
  6. external tools

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    52bcfbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8774113 View commit details
    Browse the repository at this point in the history
  8. refactor(output_dir)

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2b8e8fb View commit details
    Browse the repository at this point in the history
  9. Updated readme

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    881fa94 View commit details
    Browse the repository at this point in the history
  10. test infile

    fedebenelli committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d4c2af1 View commit details
    Browse the repository at this point in the history