We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6478fcf commit 385de89Copy full SHA for 385de89
src/models/SAFT/PCSAFT/variants/PharmaPCSAFT.jl
@@ -90,7 +90,7 @@ pharmaPCSAFT
90
@inline water08_k(model::PCSAFTModel) = 0
91
@inline water08_k(model::pharmaPCSAFTModel) = model.params.water[]
92
93
-x0_volume_liquid(model::PCSAFTModel,p,T,z) = lb_volume(model,T,z)*1.7
+x0_volume_liquid(model::pharmaPCSAFTModel,p,T,z) = lb_volume(model,T,z)*1.7
94
95
lb_volume(model::pharmaPCSAFTModel, z) = lb_volume(model,298.15,z)
96
0 commit comments