-
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.
+ Refactoring of prop_pma function.
- Loading branch information
Showing
6 changed files
with
141 additions
and
73 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# APM parameters from Buckley et al. | ||
|
||
name: buckley | ||
r2: 0.025 # outer electrode radius [m] | ||
r1: 0.024 # inner electrode radius [m] | ||
L: 0.1 # length of APM [m] | ||
RPM: 13350 # rotational speed [rpm] | ||
omega: RPM*2*pi/60 # rotational speed [rad/s] | ||
omega_hat: 1 # APM, so rotational speed is the same | ||
Q: 1.02e-3/60 # aerosol flowrate [m^3/s] | ||
T: 298 # system temperature [K] | ||
p: 1 # system pressure [atm] |
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,10 @@ | ||
# APM parameters from Ehara et al. | ||
|
||
name: ehara | ||
r2: 0.103 # outer electrode radius [m] | ||
r1: 0.1 # inner electrode radius [m] | ||
L: 0.2 # length of APM [m] | ||
omega_hat: 1 # APM, so rotational speed is the same | ||
Q: 0.5/1000/60 # aerosol flowrate [m^3/s], assumed | ||
T: 298 # system temperature [K] | ||
p: 1 # system pressure [atm] |
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,9 @@ | ||
# Properties from Kuwata | ||
|
||
r2: 0.052 # outer electrode radius [m] | ||
r1: 0.05 # inner electrode radius [m] | ||
L: 0.25 # classifier length [m] | ||
omega_hat: 1 # APM conditions | ||
Q: 1.67e-5 # aerosol flowrate [m^3/s] | ||
T: 295 # system temperature [K] | ||
p: 1 # system pressure [atm] |
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,13 @@ | ||
# Parameters from Olfert and Collings | ||
# Nearly identical to the Ehara et al. case | ||
|
||
name: olfert-collings | ||
r2: 0.103 # outer electrode radius [m] | ||
r1: 0.1 # inner electrode radius [m] | ||
L: 0.2 | ||
omega_hat: 0.945 | ||
Q: 0.5/1000/60 # aerosol flowrate [m^3/s] | ||
T: 295 # system temperature [K] | ||
p: 1 # system pressure [atm] | ||
m0: 900 * pi / 6 * 1e-27 # copy mass-mobility relation info (only used to find Rm) | ||
Dm: 3 |
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,10 @@ | ||
# Default CPMA parameters from Olfert lab | ||
|
||
name: olfert | ||
r1: 0.06 # inner electrode radius [m] | ||
r2: 0.061 # outer electrode radius [m] | ||
L: 0.2 # length of chamber [m] | ||
p: 1 # pressure [atm] | ||
T: 293 # system temperature [K] | ||
Q: 3/1000/60 # volume flow rate [m^3/s] | ||
omega_hat: 32/33 # ratio of angular speeds |
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