public class NormalModeAnalysisDisplay2D extends Simulation
Modifier and Type | Field | Description |
---|---|---|
protected Basis |
basis |
|
protected BoundaryDeformablePeriodic |
boundary |
|
protected Box |
box |
|
protected CoordinateDefinitionLeaf |
coordinateDefinition |
|
protected int |
dimx |
|
protected int |
dimy |
|
protected IntegratorHarmonic |
integrator |
|
protected int[] |
nCells |
|
protected NormalModes |
nm |
|
protected Primitive |
primitive |
|
protected SpeciesGeneral |
species |
|
protected double |
temperature |
|
protected WaveVectorFactory |
waveVectorFactory |
eventManager, random, seeds, space
Constructor | Description |
---|---|
NormalModeAnalysisDisplay2D() |
Modifier and Type | Method | Description |
---|---|---|
int |
getDimx() |
|
int |
getDimy() |
|
int[] |
getNCells() |
|
static void |
main(java.lang.String[] args) |
|
void |
setDimx(int dimx) |
|
void |
setDimy(int dimy) |
|
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 BoundaryDeformablePeriodic boundary
protected Primitive primitive
protected Basis basis
protected SpeciesGeneral species
protected NormalModes nm
protected CoordinateDefinitionLeaf coordinateDefinition
protected WaveVectorFactory waveVectorFactory
protected int dimx
protected int dimy
protected double temperature
protected int[] nCells
public int getDimx()
public void setDimx(int dimx)
public int getDimy()
public void setDimy(int dimy)
public int[] getNCells()
public void setNCells(int[] cells)
public static void main(java.lang.String[] args)
args
-