Package com.molecular_java
Class SimRunVars
java.lang.Object
com.molecular_java.SimRunVars
You can store vars, which you need during the
run of the simulation in objects of this class.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor which initializes all the variables except averages by zero values. -
Method Summary
-
Constructor Details
-
SimRunVars
public SimRunVars()Constructor which initializes all the variables except averages by zero values.
-
-
Method Details
-
makeAvgs
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.
-