Jump to content

Some figures are incorrect in class "MethaneGeyserConfig"


Recommended Posts

According to the description of methane geyser, it should have a cycle with 270s, consisting of :

IDLE_DURATION = 100f;
PRE_DURATION = 100f;
ERUPT_DURATION = 60f;
PST_DURATION = 10f;

but it's also written in the class that: 

        geyser.emission_a = new Geyser.EmissionType(60f, 60f, 60f, new ElementConverter.OutputElement(0.75f, SimHashes.Methane, 423.15f, false, 1f, 1f, false, 1f, 255, 0), "");
        geyser.emission_b = geyser.emission_a;

which means the last 3 figures are the same, 60f.

I think this might be a mistake;)

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...