public class HardSphere
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
sqrt2 |
Constructor and Description |
---|
HardSphere() |
Modifier and Type | Method and Description |
---|---|
double |
deltaA(double rho1,
double rho2,
int n)
Returns the difference between absolute free energies between the given
densities for solid (FCC) hard spheres.
|
double |
idFreeEnergy(double rho)
Returns the ideal gas free energy for the given density.
|
protected double |
integrand(double rho) |
static void |
main(java.lang.String[] args) |
double |
zSolid(double rho)
Returns the compressibility factor for solid (FCC) hard spheres at the
given density.
|
public double zSolid(double rho)
protected double integrand(double rho)
public double deltaA(double rho1, double rho2, int n)
public double idFreeEnergy(double rho)
public static void main(java.lang.String[] args)