diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-05-04 15:58:57 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-05-04 16:19:25 (GMT) |
| commit | 79a75c44414949d6ba87a8e2940b85b6342de70a (patch) | |
| tree | add015a8ef43adadbd7c784615025624f12c53de /src/simulation/elements/LAVA.cpp | |
| parent | f93a70edfb5f3091bbb7130ce8c5b439fe13ac30 (diff) | |
| download | powder-79a75c44414949d6ba87a8e2940b85b6342de70a.zip powder-79a75c44414949d6ba87a8e2940b85b6342de70a.tar.gz | |
Fix solidification temperature of molten TUGN
Previously it was 973 K, not the same as the melting point of TUGN
Diffstat (limited to 'src/simulation/elements/LAVA.cpp')
| -rw-r--r-- | src/simulation/elements/LAVA.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/LAVA.cpp b/src/simulation/elements/LAVA.cpp index 062dcf8..b52c61e 100644 --- a/src/simulation/elements/LAVA.cpp +++ b/src/simulation/elements/LAVA.cpp @@ -37,7 +37,7 @@ Element_LAVA::Element_LAVA() LowPressureTransition = NT; HighPressure = IPH; HighPressureTransition = NT; - LowTemperature = 2573.15f; + LowTemperature = 3695.0f;// Highest temperature at which any type of lava can solidify LowTemperatureTransition = ST; HighTemperature = ITH; HighTemperatureTransition = NT; @@ -68,4 +68,4 @@ int Element_LAVA::graphics(GRAPHICS_FUNC_ARGS) } -Element_LAVA::~Element_LAVA() {}
\ No newline at end of file +Element_LAVA::~Element_LAVA() {} |
