@@ -31,7 +31,7 @@ struct ReactiveInternalInterface{T,B,C,C2,N,Q<:AbstractReaction,X} <: AbstractRe
31
31
parameterindexes:: Array{Int64,1}
32
32
domaininds:: Array{Int64,1}
33
33
p:: Array{Float64,1}
34
- reversibililty :: Array{Bool,1}
34
+ reversibility :: Array{Bool,1}
35
35
forwardability:: Array{Bool,1}
36
36
end
37
37
function ReactiveInternalInterface (domain1,domain2,reactions,A)
@@ -452,7 +452,7 @@ struct FragmentBasedReactiveFilmGrowthInterfaceConstantT{D1,D2,Q<:AbstractReacti
452
452
parameterindexes:: Array{Int64,1}
453
453
domaininds:: Array{Int64,1}
454
454
p:: Array{Float64,1}
455
- reversibililty :: Array{Bool,1}
455
+ reversibility :: Array{Bool,1}
456
456
forwardability:: Array{Bool,1}
457
457
Mws:: Array{Float64,1}
458
458
end
@@ -468,7 +468,7 @@ function FragmentBasedReactiveFilmGrowthInterfaceConstantT(domainfilm, domain2,
468
468
Gpart = ArrayPartition (domainfilm. Gs,domain2. Gs)
469
469
dGrxns = - M* Gpart
470
470
kfs = getkf .(reactions,nothing ,T,0.0 ,0.0 ,Ref ([]),0.0 ,0.0 ,dGrxns,0.0 )
471
- Kc = getKcs (domain1 . phase,domain2. phase,T,Nrp1,Nrp2,dGrxns)
471
+ Kc = getKcs (domainfilm . phase,domain2. phase,T,Nrp1,Nrp2,dGrxns)
472
472
krevs = kfs./ Kc
473
473
474
474
M, Nrp1, Nrp2 = getstoichmatrix (domainfilm, domain2, reactions)
0 commit comments