Skip to content

Commit

Permalink
[transport] fixed whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wandadars committed Oct 24, 2024
1 parent 7203180 commit 80a995f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 28 deletions.
9 changes: 2 additions & 7 deletions data/methane_co2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
state:
T: 300
P: 1 atm

species:
species:
- name: CH4
composition: {C: 1, H: 4}
thermo:
Expand All @@ -36,7 +35,6 @@ species:
critical-molar-volume: 0.0989
critical-compressibility: 0.288
acentric-factor: 0.011

- name: CO2
composition: {C: 1, O: 2}
thermo:
Expand All @@ -60,7 +58,4 @@ species:
critical-pressure: 7.39e+06
critical-molar-volume: 0.0948
critical-compressibility: 0.275
acentric-factor: 0.228



acentric-factor: 0.228
3 changes: 0 additions & 3 deletions samples/python/transport/high_pressure_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,3 @@
plt.legend()
plt.grid(True)
plt.show()



9 changes: 2 additions & 7 deletions test/data/methane_co2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
state:
T: 300
P: 1 atm

species:
species:
- name: CH4
composition: {C: 1, H: 4}
thermo:
Expand All @@ -36,7 +35,6 @@ species:
critical-molar-volume: 0.0989
critical-compressibility: 0.288
acentric-factor: 0.011

- name: CO2
composition: {C: 1, O: 2}
thermo:
Expand All @@ -60,7 +58,4 @@ species:
critical-pressure: 7.39e+06
critical-molar-volume: 0.0948
critical-compressibility: 0.275
acentric-factor: 0.228



acentric-factor: 0.228
8 changes: 2 additions & 6 deletions test/data/methane_co2_noAcentricFactor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
state:
T: 300
P: 1 atm

species:
species:
- name: CH4
composition: {C: 1, H: 4}
thermo:
Expand Down Expand Up @@ -53,7 +52,4 @@ species:
critical-pressure: 7.39e+06
critical-molar-volume: 0.0948
critical-compressibility: 0.275
acentric-factor: 0.228



acentric-factor: 0.228
6 changes: 1 addition & 5 deletions test/data/methane_co2_noCritProp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
state:
T: 300
P: 1 atm

species:
species:
- name: CH4
composition: {C: 1, H: 4}
thermo:
Expand All @@ -36,7 +35,6 @@ species:
critical-molar-volume: 0.0989
critical-compressibility: 0.288
acentric-factor: 0.011

- name: CO2
composition: {C: 1, O: 2}
thermo:
Expand All @@ -60,5 +58,3 @@ species:
a: 0
b: 0
acentric-factor: 0.228


0 comments on commit 80a995f

Please sign in to comment.