Skip to content

Commit

Permalink
fix joback viscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jan 15, 2025
1 parent e6ac92d commit adc3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ideal/JobackIdeal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function Visc(model::JobackIdeal,T)
n = model.groups.n_flattenedgroups
ηa = model.params.eta_a.values
ηb = model.params.eta_b.values
Mw = model.params.Mw.values
Mw = model.params.Mw_gc.values
result = zeros(Base.promote_eltype(T,Float64),length(model))
for i in 1:length(model)
ηai = dot(n[i],ηa)
Expand Down

0 comments on commit adc3fbc

Please sign in to comment.