Class SimRunVars

java.lang.Object
com.molecular_java.SimRunVars

public class SimRunVars extends Object
You can store vars, which you need during the run of the simulation in objects of this class.
  • Constructor Details

    • SimRunVars

      public SimRunVars()
      Constructor which initializes all the variables except averages by zero values.
  • Method Details

    • makeAvgs

      public void makeAvgs(SimSpace s)
      Counts the averages from the sums in the end of the simulation.
      Parameters:
      s - simulation space -- has an attribute which says how many cycles were in the active phase of the simulation.