public class NormalModeAnalysisDisplay3D extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
NormalModeAnalysisDisplay3D.Applet |
Modifier and Type | Field | Description |
---|---|---|
protected Basis |
basis |
|
protected Boundary |
boundary |
|
protected Box |
box |
|
protected CoordinateDefinitionLeaf |
coordinateDefinition |
|
protected double |
density |
|
protected IntegratorHarmonic |
integrator |
|
protected double |
L |
|
protected double |
latticeEnergy |
|
protected MeterPotentialEnergy |
meterPE |
|
protected int |
n |
|
protected int[] |
nCells |
|
protected NormalModes3D |
nm |
|
protected Primitive |
primitive |
|
protected P2SoftSphericalTruncatedShifted |
pTruncated |
|
protected SpeciesGeneral |
species |
|
protected double |
temperature |
|
protected double |
truncationRadius |
|
protected WaveVectorFactory |
waveVectorFactory |
eventManager, random, seeds, space
Constructor | Description |
---|---|
NormalModeAnalysisDisplay3D() |
Modifier and Type | Method | Description |
---|---|---|
int |
getN() |
|
int[] |
getNCells() |
|
static void |
main(java.lang.String[] args) |
|
void |
setN(int n) |
|
void |
setNCells(int[] cells) |
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
protected IntegratorHarmonic integrator
protected Box box
protected Boundary boundary
protected Primitive primitive
protected Basis basis
protected int[] nCells
protected SpeciesGeneral species
protected NormalModes3D nm
protected WaveVectorFactory waveVectorFactory
protected CoordinateDefinitionLeaf coordinateDefinition
protected MeterPotentialEnergy meterPE
protected double L
protected int n
protected P2SoftSphericalTruncatedShifted pTruncated
protected double truncationRadius
protected double density
protected double temperature
protected double latticeEnergy