summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SLTW.cpp
diff options
context:
space:
mode:
authorSimon 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)
commit2214ab4eb08701d5d13da6f1d777ca10fcab2d4e (patch)
treecbbe09688130a52e6b41d092e80b96e81da2edb4 /src/simulation/elements/SLTW.cpp
parent2189d298a7ae718b9d483cc3925bcb8fee854281 (diff)
downloadpowder-2214ab4eb08701d5d13da6f1d777ca10fcab2d4e.zip
powder-2214ab4eb08701d5d13da6f1d777ca10fcab2d4e.tar.gz
TPT: Correct freezing temperature for SLTW (-21.1 C) 06d2d5267e
Diffstat (limited to 'src/simulation/elements/SLTW.cpp')
-rw-r--r--src/simulation/elements/SLTW.cpp2
1 files changed, 1 insertions, 1 deletions
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;