Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
pw0908 committed May 23, 2024
1 parent 3abc9cb commit 5a76149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ClapeyronMultiComponentFlashExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module ClapeyronMultiComponentFlashExt
end

function M.component_fugacity(model::C.EoSModel, cond, i, Z = C.compressibility_factor(model,cond.p,cond.T,cond.z), forces = nothing, s_v = nothing)
lnϕᵢ = M.component_fugacity_coefficient(eos, cond, i, Z, forces, scalars)
lnϕᵢ = M.component_fugacity_coefficient(model, cond, i, Z, forces, scalars)
return exp(lnϕᵢ)*p*z[i]
end

Expand Down

0 comments on commit 5a76149

Please sign in to comment.