Skip to content
Snippets Groups Projects
Commit c85689f4 authored by Brian Groenke's avatar Brian Groenke
Browse files

Bump minor version

parent 28b0a459
No related branches found
No related tags found
1 merge request!92Move freeze curve code to registered Julia package
name = "CryoGrid"
uuid = "a535b82e-5f3d-4d97-8b0b-d6483f5bebd5"
authors = ["Brian Groenke <brian.groenke@awi.de>", "Moritz Langer <moritz.langer@awi.de>"]
version = "0.10.5"
version = "0.11.0"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
......@@ -40,8 +40,10 @@ TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
PreallocationTools = ">= 0.3.1"
julia = ">= 1.6"
FreezeCurves = "0.2"
OrdinaryDiffEq = "6"
PreallocationTools = "0.4"
julia = "1.6,1.7"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
......
......@@ -275,7 +275,7 @@ end
return enthalpyinv(heat.freezecurve, hc, state.H[i], hc.θwi, heat.prop.L)
end
@inline function enthalpyinv(::FreeWater, hc::F, H, θwi, L) where {F}
θw, I_t, I_f, I_c, = FreezeCurves.freewater(H, L, θwi)
θw, I_t, I_f, I_c, = FreezeCurves.freewater(H, θwi, L)
C = hc(θw)
T = (I_t*(H-) + I_f*H)/C
return T, θw, C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment