From 80a995fc7c5083f1a1c830a157951de2078159c1 Mon Sep 17 00:00:00 2001 From: Christopher Neal Date: Wed, 23 Oct 2024 22:45:46 -0400 Subject: [PATCH] [transport] fixed whitespace issues --- data/methane_co2.yaml | 9 ++------- samples/python/transport/high_pressure_transport.py | 3 --- test/data/methane_co2.yaml | 9 ++------- test/data/methane_co2_noAcentricFactor.yaml | 8 ++------ test/data/methane_co2_noCritProp.yaml | 6 +----- 5 files changed, 7 insertions(+), 28 deletions(-) diff --git a/data/methane_co2.yaml b/data/methane_co2.yaml index 146c8d5880..0c493a965f 100644 --- a/data/methane_co2.yaml +++ b/data/methane_co2.yaml @@ -10,8 +10,7 @@ phases: state: T: 300 P: 1 atm - -species: +species: - name: CH4 composition: {C: 1, H: 4} thermo: @@ -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: @@ -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 diff --git a/samples/python/transport/high_pressure_transport.py b/samples/python/transport/high_pressure_transport.py index 3dde84460a..828c10b1a0 100644 --- a/samples/python/transport/high_pressure_transport.py +++ b/samples/python/transport/high_pressure_transport.py @@ -99,6 +99,3 @@ plt.legend() plt.grid(True) plt.show() - - - diff --git a/test/data/methane_co2.yaml b/test/data/methane_co2.yaml index 146c8d5880..0c493a965f 100644 --- a/test/data/methane_co2.yaml +++ b/test/data/methane_co2.yaml @@ -10,8 +10,7 @@ phases: state: T: 300 P: 1 atm - -species: +species: - name: CH4 composition: {C: 1, H: 4} thermo: @@ -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: @@ -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 diff --git a/test/data/methane_co2_noAcentricFactor.yaml b/test/data/methane_co2_noAcentricFactor.yaml index 77219f6018..286be47ece 100644 --- a/test/data/methane_co2_noAcentricFactor.yaml +++ b/test/data/methane_co2_noAcentricFactor.yaml @@ -10,8 +10,7 @@ phases: state: T: 300 P: 1 atm - -species: +species: - name: CH4 composition: {C: 1, H: 4} thermo: @@ -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 diff --git a/test/data/methane_co2_noCritProp.yaml b/test/data/methane_co2_noCritProp.yaml index 842fea541e..ae7a8b4722 100644 --- a/test/data/methane_co2_noCritProp.yaml +++ b/test/data/methane_co2_noCritProp.yaml @@ -10,8 +10,7 @@ phases: state: T: 300 P: 1 atm - -species: +species: - name: CH4 composition: {C: 1, H: 4} thermo: @@ -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: @@ -60,5 +58,3 @@ species: a: 0 b: 0 acentric-factor: 0.228 - -