Skip to content

Commit deb0f00

Browse files
jmcclenabclyons12
andauthored
Update src/actors/transport/analytic_turbulence_actor.jl
Co-authored-by: Brendan Lyons <[email protected]>
1 parent 387aa99 commit deb0f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actors/transport/analytic_turbulence_actor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function _step(actor::ActorAnalyticTurbulence{D,P}) where {D<:Real,P<:Real}
115115
χi = @. actor.par.αBgB * (actor.par.χiB_coefficient * χiB + actor.par.χiGB_coefficient * χiGB)
116116

117117
Dp = @. (A1 + (A2 - A1) * rho_cp) * χe * χi / (χe + χi)
118-
vin = @. 0.5 * Dp .* (surf .^ 2 ./ volume) ./ vprime_miller
118+
vin = @. 0.5 * Dp * (surf ^ 2 / volume) / vprime_miller
119119
vin[1] = 0.0
120120
Γe = @. Dp * dlnnedr * ne .- vin * ne
121121

0 commit comments

Comments
 (0)