summaryrefslogtreecommitdiff
path: root/src/simulation/elements/Element.cpp
diff options
context:
space:
mode:
authorSavely Skresanov <savask@yandex.ru>2012-08-19 12:58:49 (GMT)
committer Savely Skresanov <savask@yandex.ru>2012-08-19 13:06:10 (GMT)
commitd6fe7fa2c853f203e924e81242d828cc1fd5f6c0 (patch)
tree58c5029387b41626109dd2d7b78ec2dc68bf27fb /src/simulation/elements/Element.cpp
parent7d8c6c7f868c7200143f732aff3e5ba3738c337d (diff)
downloadpowder-d6fe7fa2c853f203e924e81242d828cc1fd5f6c0.zip
powder-d6fe7fa2c853f203e924e81242d828cc1fd5f6c0.tar.gz
Basic realistic heat and latent heat support.
Diffstat (limited to 'src/simulation/elements/Element.cpp')
-rw-r--r--src/simulation/elements/Element.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simulation/elements/Element.cpp b/src/simulation/elements/Element.cpp
index 789cdb8..ff2918a 100644
--- a/src/simulation/elements/Element.cpp
+++ b/src/simulation/elements/Element.cpp
@@ -26,6 +26,7 @@ Element::Element():
Weight(50),
Temperature(273.15f),
+ Enthalpy(0.0f),
HeatConduct(128),
Description("No description"),
@@ -67,4 +68,4 @@ int Element::defaultGraphics(GRAPHICS_FUNC_ARGS)
*pixel_mode |= DECO_FIRE;
}
return 1;
-} \ No newline at end of file
+}