public class InterfacialSW extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
AtomType |
headType |
|
IntegratorHard |
integrator |
|
AtomType |
leafType |
|
P2HardBond |
p2Bond |
|
P2SquareWell |
p2Head |
|
P2SquareWell |
p2HeadHead |
|
P2HardSphere |
p2HeadTail |
|
P2HardSphere |
p2Tail |
|
P2HardSphere |
p2TailTail |
|
SpeciesGeneral |
species |
|
SpeciesGeneral |
surfactant |
|
AtomType |
tailType |
eventManager, random, seeds, space
Constructor | Description |
---|---|
InterfacialSW(Space _space) |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, species
public final SpeciesGeneral species
public final SpeciesGeneral surfactant
public final Box box
public final IntegratorHard integrator
public final AtomType leafType
public final AtomType headType
public final AtomType tailType
public final P2SquareWell p2Head
public final P2SquareWell p2HeadHead
public final P2HardSphere p2TailTail
public final P2HardSphere p2Tail
public final P2HardSphere p2HeadTail
public final P2HardBond p2Bond
public InterfacialSW(Space _space)