meshi.energy.pairwiseNonBondedTerms.ExcludedVol
Class ExcludedVolParameters

java.lang.Object
  extended by meshi.energy.pairwiseNonBondedTerms.ExcludedVol.ExcludedVolParameters
All Implemented Interfaces:
Parameters

public class ExcludedVolParameters
extends java.lang.Object
implements Parameters


Nested Class Summary
private  class ExcludedVolParameters.isA
           
 
Field Summary
 double ALPHA1
          ALPHA is the transition zone (in Ang) where the energy change in the forth power 0.0 to 1.0.
 double ALPHA2
           
 double C1
          C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]
 double C2
          C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]
 AtomType largeType
           
 double sigma
           
 AtomType smallType
           
 
Constructor Summary
ExcludedVolParameters()
           
ExcludedVolParameters(java.util.StringTokenizer st)
           
 
Method Summary
 Parameters create(java.util.StringTokenizer stringTokenizer)
           
 Filter isA()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sigma

public final double sigma

smallType

public final AtomType smallType

largeType

public final AtomType largeType

ALPHA1

public final double ALPHA1
ALPHA is the transition zone (in Ang) where the energy change in the forth power 0.0 to 1.0.

See Also:
Constant Field Values

ALPHA2

public final double ALPHA2
See Also:
Constant Field Values

C1

public final double C1
C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]


C2

public final double C2
C is the parameter of EV = C*(d-sigma)^4 in the range [0,sigma]

Constructor Detail

ExcludedVolParameters

public ExcludedVolParameters()

ExcludedVolParameters

public ExcludedVolParameters(java.util.StringTokenizer st)
Method Detail

isA

public Filter isA()

create

public Parameters create(java.util.StringTokenizer stringTokenizer)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object