You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculates the forward and reverse rate coefficients for a given reaction, phase and state
106
129
Maintains diffusion limitations if the phase has diffusionlimited=true
@@ -140,11 +163,16 @@ end
140
163
export getkfkrev
141
164
142
165
@inlinefunctiongetkfkrevs(;phase::U,T::W1,P::W2,C::W3,N::W4,ns::Q1,Gs::Q2,diffs::Q3,V::W5) where {U<:AbstractPhase,W5<:Real,W1<:Real,W2<:Real,W3<:Real,W4<:Real, Q1<:AbstractArray,Q2<:AbstractArray,Q3<:AbstractArray}
0 commit comments