diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:36:40 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:36:40 (GMT) |
| commit | 2214ab4eb08701d5d13da6f1d777ca10fcab2d4e (patch) | |
| tree | cbbe09688130a52e6b41d092e80b96e81da2edb4 /src/simulation/elements/ICEI.cpp | |
| parent | 2189d298a7ae718b9d483cc3925bcb8fee854281 (diff) | |
| download | powder-2214ab4eb08701d5d13da6f1d777ca10fcab2d4e.zip powder-2214ab4eb08701d5d13da6f1d777ca10fcab2d4e.tar.gz | |
TPT: Correct freezing temperature for SLTW (-21.1 C) 06d2d5267e
Diffstat (limited to 'src/simulation/elements/ICEI.cpp')
| -rw-r--r-- | src/simulation/elements/ICEI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/ICEI.cpp b/src/simulation/elements/ICEI.cpp index c1d4e54..fd5dc63 100644 --- a/src/simulation/elements/ICEI.cpp +++ b/src/simulation/elements/ICEI.cpp @@ -39,7 +39,7 @@ Element_ICEI::Element_ICEI() HighPressureTransition = PT_SNOW; LowTemperature = ITL; LowTemperatureTransition = NT; - HighTemperature = 233.0f; + HighTemperature = 252.05f; HighTemperatureTransition = ST; Update = &Element_ICEI::update; |
