Package com.molecular_java
Class StepVars
java.lang.Object
com.molecular_java.StepVars
A class for storing variables important for each step
of the simulation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTells wheter the system was accepted or not.doubleRandom angle of rotationPotentials count for the system.Potentials count for the system.Force, pressure, prob and boltzman (used for accepting/rejecting of the stay).Gyration radius and distance between the last and the first ball in the system.Potentials count for the system.Force, pressure, prob and boltzman (used for accepting/rejecting of the stay).Potentials count for the system.Force, pressure, prob and boltzman (used for accepting/rejecting of the stay).Force, pressure, prob and boltzman (used for accepting/rejecting of the stay).Gyration radius and distance between the last and the first ball in the system.Gyration radius and distance between the last and the first ball in the system. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIn this method some additional parameters about the simulation are count.
-
Field Details
-
angleOfRotation
public double angleOfRotationRandom angle of rotation -
accepted
Tells wheter the system was accepted or not. -
potential
Potentials count for the system. -
basicPotential
Potentials count for the system. -
bendingPotential
Potentials count for the system. -
dihedralPotential
Potentials count for the system. -
Rg
Gyration radius and distance between the last and the first ball in the system. -
Re
Gyration radius and distance between the last and the first ball in the system. -
contourLength
Gyration radius and distance between the last and the first ball in the system. -
force
Force, pressure, prob and boltzman (used for accepting/rejecting of the stay). -
pressure
Force, pressure, prob and boltzman (used for accepting/rejecting of the stay). -
randomProb
Force, pressure, prob and boltzman (used for accepting/rejecting of the stay). -
boltzman
Force, pressure, prob and boltzman (used for accepting/rejecting of the stay).
-
-
Constructor Details
-
StepVars
public StepVars()Non-standard constructor, used only to count everything in the initial stay of the system to note it. -
StepVars
Standard constructor of the StepVars. Everything is initialized in it.- Parameters:
s- simulation state.- Throws:
OperationNotSupportedException- if some parameter e.g. name of potential used for its count is not writen properly.
-
-
Method Details
-
CountAdditionalParams
In this method some additional parameters about the simulation are count.- Parameters:
s- simulation space, all parameters are given in it.- Throws:
OperationNotSupportedException- if some parameter e.g. name of potential used for its count is not writen properly.
-