SurfaceWCA
The SurfaceWCA potential models the interaction between particles and a planar surface using the Weeks-Chandler-Andersen (WCA) potential. It is a purely repulsive potential, useful for modeling excluded volume effects near surfaces.
There are two types of SurfaceWCA potentials implemented:
SurfaceWCAType1
SurfaceWCAType2
where:
\(\epsilon\) is the energy scale of the interaction
\(\sigma\) is the characteristic distance
\(z\) is the distance of the particle from the surface
\(z_s\) is the position of the surface
type:
Surface,SurfaceWCAType1orSurfaceWCAType2parameters:
surfacePosition:real: Position of the surface along the z-axis \([distance]\)
data:
name:string: Name of the particle typeepsilon:real: Energy scale of the interaction \([energy]\)sigma:real: Characteristic distance \([distance]\)
Example:
"surfaceWCA":{
"type":["Surface","SurfaceWCAType1"],
"parameters":{
"surfacePosition": 0.0
},
"labels":["name", "epsilon", "sigma"],
"data":[
["A", 1.0, 1.0],
["B", 0.5, 0.8]
]
}
Tip
This potential is particularly useful for simulating non-adsorbing surfaces or creating effective walls in simulations.