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 | |
| 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')
| -rw-r--r-- | src/simulation/elements/ICEI.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/SLTW.cpp | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/src/simulation/elements/SLTW.cpp b/src/simulation/elements/SLTW.cpp index 3dad33c..7afdc26 100644 --- a/src/simulation/elements/SLTW.cpp +++ b/src/simulation/elements/SLTW.cpp @@ -37,7 +37,7 @@ Element_SLTW::Element_SLTW() LowPressureTransition = NT; HighPressure = IPH; HighPressureTransition = NT; - LowTemperature = 233.0f; + LowTemperature = 252.05f; LowTemperatureTransition = PT_ICEI; HighTemperature = 383.0f; HighTemperatureTransition = ST; |
