Skip to content

Commit

Permalink
typo in ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 23, 2024
1 parent 4317709 commit bb22383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/ECS/ECS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ function x0_volume(model::ECS,T,z)
end

function x0_volume_liquid(model::ECS,p,T,z)
f,h = shape_factors(model,zero(T),p,T,z)
lb_v0 = lb_volume(model.model_ref,T,z)
f,h = shape_factors(model,lb_v0,T,z)
T0 = T/f
v0l = x0_volume_liquid(model.model_ref,p,T0,z)
return v0l*h
Expand Down

0 comments on commit bb22383

Please sign in to comment.