diff options
Diffstat (limited to 'src/simulation/elements/STNE.cpp')
| -rw-r--r-- | src/simulation/elements/STNE.cpp | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/src/simulation/elements/STNE.cpp b/src/simulation/elements/STNE.cpp index ff5251d..c2197c5 100644 --- a/src/simulation/elements/STNE.cpp +++ b/src/simulation/elements/STNE.cpp @@ -2,48 +2,48 @@ //#TPT-Directive ElementClass Element_STNE PT_STNE 5 Element_STNE::Element_STNE() { - Identifier = "DEFAULT_PT_STNE"; - Name = "STNE"; - Colour = PIXPACK(0xA0A0A0); - MenuVisible = 1; - MenuSection = SC_POWDERS; - Enabled = 1; - - Advection = 0.4f; - AirDrag = 0.04f * CFDS; - AirLoss = 0.94f; - Loss = 0.95f; - Collision = -0.1f; - Gravity = 0.3f; - Diffusion = 0.00f; - HotAir = 0.000f * CFDS; - Falldown = 1; - - Flammable = 0; - Explosive = 0; - Meltable = 5; - Hardness = 1; - - Weight = 90; - - Temperature = R_TEMP+0.0f +273.15f; - HeatConduct = 150; - Description = "Heavy particles. Meltable."; - - State = ST_SOLID; - Properties = TYPE_PART; - - LowPressure = IPL; - LowPressureTransition = NT; - HighPressure = IPH; - HighPressureTransition = NT; - LowTemperature = ITL; - LowTemperatureTransition = NT; - HighTemperature = 983.0f; - HighTemperatureTransition = PT_LAVA; - - Update = NULL; - + Identifier = "DEFAULT_PT_STNE"; + Name = "STNE"; + Colour = PIXPACK(0xA0A0A0); + MenuVisible = 1; + MenuSection = SC_POWDERS; + Enabled = 1; + + Advection = 0.4f; + AirDrag = 0.04f * CFDS; + AirLoss = 0.94f; + Loss = 0.95f; + Collision = -0.1f; + Gravity = 0.3f; + Diffusion = 0.00f; + HotAir = 0.000f * CFDS; + Falldown = 1; + + Flammable = 0; + Explosive = 0; + Meltable = 5; + Hardness = 1; + + Weight = 90; + + Temperature = R_TEMP+0.0f +273.15f; + HeatConduct = 150; + Description = "Heavy particles. Meltable."; + + State = ST_SOLID; + Properties = TYPE_PART; + + LowPressure = IPL; + LowPressureTransition = NT; + HighPressure = IPH; + HighPressureTransition = NT; + LowTemperature = ITL; + LowTemperatureTransition = NT; + HighTemperature = 983.0f; + HighTemperatureTransition = PT_LAVA; + + Update = NULL; + } Element_STNE::~Element_STNE() {}
\ No newline at end of file |
