|
749 | 749 | @fastmath Cvave *= R/N |
750 | 750 | @fastmath Cvave -= R |
751 | 751 | if d.phase.diffusionlimited |
752 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 752 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
753 | 753 | else |
754 | 754 | diffs = Array{Float64,1}() |
755 | 755 | end |
|
779 | 779 | @fastmath Cvave *= R/N |
780 | 780 | @fastmath Cvave -= R |
781 | 781 | if d.phase.diffusionlimited |
782 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 782 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
783 | 783 | else |
784 | 784 | diffs = Array{Float64,1}() |
785 | 785 | end |
|
809 | 809 | @fastmath Cvave *= R/N |
810 | 810 | @fastmath Cvave -= R |
811 | 811 | if d.phase.diffusionlimited |
812 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 812 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
813 | 813 | else |
814 | 814 | diffs = Array{Float64,1}() |
815 | 815 | end |
|
837 | 837 | @fastmath Cvave *= R/N |
838 | 838 | @fastmath Cvave -= R |
839 | 839 | if d.phase.diffusionlimited |
840 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=d.P)::Array{typeof(T),1} |
| 840 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=d.P)::Array{typeof(T),1} |
841 | 841 | else |
842 | 842 | diffs = Array{Float64,1}() |
843 | 843 | end |
|
866 | 866 | @fastmath Cvave *= R/N |
867 | 867 | @fastmath Cvave -= R |
868 | 868 | if d.phase.diffusionlimited |
869 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=d.P)::Array{typeof(T),1} |
| 869 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=d.P)::Array{typeof(T),1} |
870 | 870 | else |
871 | 871 | diffs = Array{Float64,1}() |
872 | 872 | end |
|
899 | 899 | @fastmath Cvave *= R/N |
900 | 900 | @fastmath Cvave -= R |
901 | 901 | if d.phase.diffusionlimited |
902 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=d.P)::Array{typeof(T),1} |
| 902 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=d.P)::Array{typeof(T),1} |
903 | 903 | else |
904 | 904 | diffs = Array{Float64,1}() |
905 | 905 | end |
|
928 | 928 | @fastmath Cvave *= R/N |
929 | 929 | @fastmath Cvave -= R |
930 | 930 | if d.phase.diffusionlimited |
931 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 931 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
932 | 932 | else |
933 | 933 | diffs = Array{Float64,1}() |
934 | 934 | end |
|
958 | 958 | @fastmath Cvave *= R/N |
959 | 959 | @fastmath Cvave -= R |
960 | 960 | if d.phase.diffusionlimited |
961 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 961 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
962 | 962 | else |
963 | 963 | diffs = Array{Float64,1}() |
964 | 964 | end |
|
988 | 988 | @fastmath Cvave *= R/N |
989 | 989 | @fastmath Cvave -= R |
990 | 990 | if d.phase.diffusionlimited |
991 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 991 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
992 | 992 | else |
993 | 993 | diffs = Array{Float64,1}() |
994 | 994 | end |
@@ -1017,7 +1017,7 @@ end |
1017 | 1017 | @fastmath Cvave *= R/N |
1018 | 1018 | @fastmath Cvave -= R |
1019 | 1019 | if d.phase.diffusionlimited |
1020 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1020 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1021 | 1021 | else |
1022 | 1022 | diffs = Array{Float64,1}() |
1023 | 1023 | end |
@@ -1047,7 +1047,7 @@ end |
1047 | 1047 | @fastmath Cvave *= R/N |
1048 | 1048 | @fastmath Cvave -= R |
1049 | 1049 | if d.phase.diffusionlimited |
1050 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1050 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1051 | 1051 | else |
1052 | 1052 | diffs = Array{Float64,1}() |
1053 | 1053 | end |
@@ -1076,7 +1076,7 @@ end |
1076 | 1076 | @fastmath Cvave *= R/N |
1077 | 1077 | @fastmath Cvave -= R |
1078 | 1078 | if d.phase.diffusionlimited |
1079 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1079 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1080 | 1080 | else |
1081 | 1081 | diffs = Array{Float64,1}() |
1082 | 1082 | end |
@@ -1183,7 +1183,7 @@ end |
1183 | 1183 | @fastmath Cvave *= R/N |
1184 | 1184 | @fastmath Cvave -= R |
1185 | 1185 | if d.phase.diffusionlimited |
1186 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1186 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1187 | 1187 | else |
1188 | 1188 | diffs = Array{Float64,1}() |
1189 | 1189 | end |
@@ -1214,7 +1214,7 @@ end |
1214 | 1214 | @fastmath Cvave *= R/N |
1215 | 1215 | @fastmath Cvave -= R |
1216 | 1216 | if d.phase.diffusionlimited |
1217 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1217 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1218 | 1218 | else |
1219 | 1219 | diffs = Array{Float64,1}() |
1220 | 1220 | end |
@@ -1245,7 +1245,7 @@ end |
1245 | 1245 | @fastmath Cvave *= R/N |
1246 | 1246 | @fastmath Cvave -= R |
1247 | 1247 | if d.phase.diffusionlimited |
1248 | | - diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=mu,P=P)::Array{typeof(T),1} |
| 1248 | + diffs = getfield.(d.phase.species,:diffusion)(T=T,mu=0.0,P=P)::Array{typeof(T),1} |
1249 | 1249 | else |
1250 | 1250 | diffs = Array{Float64,1}() |
1251 | 1251 | end |
|
0 commit comments