Skip to content

Commit

Permalink
Merge pull request #24 from longemen3000/ph_ps-solvers
Browse files Browse the repository at this point in the history
P-h, P-s solvers for regions 3 and 5
  • Loading branch information
braamvandyk authored May 1, 2024
2 parents 10ea60b + 0a45cf5 commit b7dbab3
Show file tree
Hide file tree
Showing 8 changed files with 598 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.jl.*.cov
*.jl.mem
*.pdf
Manifest.toml
351 changes: 0 additions & 351 deletions Manifest.toml

This file was deleted.

6 changes: 1 addition & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ author = ["Braam van Dyk <[email protected]>"]
version = "1.4.2"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
ForwardDiff = "0.8, 0.10"
Roots = "1, 2"
PrecompileTools = "1"
Unitful = "1"
julia = "1"
PrecompileTools = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ DeltaHvap |J/kg |Latent heat of vaporisation

#### P and h

SpecificG_Ph, SpecificF_Ph, SpecificV_Ph, SpecificU_Ph, SpecificS_Ph, SpecificH_Ph, SpecificCP_Ph, SpecificCV_Ph, SpeedOfSound_Ph, Quality_Ph
SpecificG_Ph, SpecificF_Ph, SpecificV_Ph, SpecificU_Ph, SpecificS_Ph, SpecificH_Ph, SpecificCP_Ph, SpecificCV_Ph, SpeedOfSound_Ph, Quality_Ph, Temperature_Ph

#### P and s

SpecificG_Ps, SpecificF_Ps, SpecificV_Ps, SpecificU_Ps, SpecificS_Ps, SpecificH_Ps, SpecificCP_Ps, SpecificCV_Ps, SpeedOfSound_Ps, Quality_Ps
SpecificG_Ps, SpecificF_Ps, SpecificV_Ps, SpecificU_Ps, SpecificS_Ps, SpecificH_Ps, SpecificCP_Ps, SpecificCV_Ps, SpeedOfSound_Ps, Quality_Ps, Temperature_Ps

#### T and h
Quality_Th
Expand Down
Loading

0 comments on commit b7dbab3

Please sign in to comment.