summaryrefslogtreecommitdiff
path: root/src/simulation/elements/ISOZ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/ISOZ.cpp')
-rw-r--r--src/simulation/elements/ISOZ.cpp84
1 files changed, 42 insertions, 42 deletions
diff --git a/src/simulation/elements/ISOZ.cpp b/src/simulation/elements/ISOZ.cpp
index 9f9e9b1..a4036dd 100644
--- a/src/simulation/elements/ISOZ.cpp
+++ b/src/simulation/elements/ISOZ.cpp
@@ -2,48 +2,48 @@
//#TPT-Directive ElementClass Element_ISOZ PT_ISOZ 107
Element_ISOZ::Element_ISOZ()
{
- Identifier = "DEFAULT_PT_ISOZ";
- Name = "ISOZ";
- Colour = PIXPACK(0xAA30D0);
- MenuVisible = 1;
- MenuSection = SC_NUCLEAR;
- Enabled = 1;
-
- Advection = 0.6f;
- AirDrag = 0.01f * CFDS;
- AirLoss = 0.98f;
- Loss = 0.95f;
- Collision = 0.0f;
- Gravity = 0.1f;
- Diffusion = 0.00f;
- HotAir = 0.000f * CFDS;
- Falldown = 2;
-
- Flammable = 0;
- Explosive = 0;
- Meltable = 0;
- Hardness = 0;
-
- Weight = 24;
-
- Temperature = R_TEMP-2.0f +273.15f;
- HeatConduct = 29;
- Description = "Radioactive liquid";
-
- State = ST_LIQUID;
- Properties = TYPE_LIQUID|PROP_NEUTPENETRATE;
-
- LowPressure = IPL;
- LowPressureTransition = NT;
- HighPressure = IPH;
- HighPressureTransition = NT;
- LowTemperature = 160.0f;
- LowTemperatureTransition = PT_ISZS;
- HighTemperature = ITH;
- HighTemperatureTransition = NT;
-
- Update = &Element_ISOZ::update;
-
+ Identifier = "DEFAULT_PT_ISOZ";
+ Name = "ISOZ";
+ Colour = PIXPACK(0xAA30D0);
+ MenuVisible = 1;
+ MenuSection = SC_NUCLEAR;
+ Enabled = 1;
+
+ Advection = 0.6f;
+ AirDrag = 0.01f * CFDS;
+ AirLoss = 0.98f;
+ Loss = 0.95f;
+ Collision = 0.0f;
+ Gravity = 0.1f;
+ Diffusion = 0.00f;
+ HotAir = 0.000f * CFDS;
+ Falldown = 2;
+
+ Flammable = 0;
+ Explosive = 0;
+ Meltable = 0;
+ Hardness = 0;
+
+ Weight = 24;
+
+ Temperature = R_TEMP-2.0f +273.15f;
+ HeatConduct = 29;
+ Description = "Radioactive liquid";
+
+ State = ST_LIQUID;
+ Properties = TYPE_LIQUID|PROP_NEUTPENETRATE;
+
+ LowPressure = IPL;
+ LowPressureTransition = NT;
+ HighPressure = IPH;
+ HighPressureTransition = NT;
+ LowTemperature = 160.0f;
+ LowTemperatureTransition = PT_ISZS;
+ HighTemperature = ITH;
+ HighTemperatureTransition = NT;
+
+ Update = &Element_ISOZ::update;
+
}
//#TPT-Directive ElementHeader Element_ISOZ static int update(UPDATE_FUNC_ARGS)