-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding carbon dioxide fluid properties (doco)
- Loading branch information
Showing
5 changed files
with
119 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Carbon Dioxide | ||
============== | ||
|
||
.. doxygenclass:: fprops::CarbonDioxide | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Carbon Dioxide | ||
============== | ||
|
||
Range of validity: | ||
|
||
- Temperature: `216.592 - 1100 K` | ||
- Pressure: to `800 MPa` | ||
|
||
Computation of thermodynamic properties is based on :cite:t:`10.1063/1.555991`. | ||
Viscosity is based on :cite:t:`10.1063/1.556013` and | ||
thermal conductivity is based on :cite:t:`10.1063/1.2213631`. | ||
|
||
Verification against CoolProp package | ||
------------------------------------- | ||
|
||
.. image:: ../pyplots/co2_err_rho.png | ||
|
||
.. image:: ../pyplots/co2_err_u.png | ||
|
||
.. image:: ../pyplots/co2_err_h.png | ||
|
||
.. image:: ../pyplots/co2_err_s.png | ||
|
||
.. image:: ../pyplots/co2_err_w.png | ||
|
||
.. image:: ../pyplots/co2_err_c_p.png | ||
|
||
.. image:: ../pyplots/co2_err_c_v.png | ||
|
||
.. image:: ../pyplots/co2_err_mu.png | ||
|
||
.. image:: ../pyplots/co2_err_k.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
fprops: | ||
name: co2 | ||
coolprop: CO2 | ||
fprops: CarbonDioxide | ||
p: [ | ||
0.1, 0.2, | ||
0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, | ||
5, 6, 8, | ||
10, 15, 20, 25, | ||
50, 75, 100, | ||
200, 400, 600, 800 | ||
] | ||
T: [ | ||
220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, | ||
400, 450, 500, 550, | ||
600, 700, 800, 900, 1000, 1100 | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters