Package | Description |
---|---|
simulation | |
simulation.geometry.elements | |
simulation.geometry.substrates |
Modifier and Type | Field and Description |
---|---|
static CylinderFactory.CylType |
SimulationParams.cylinderType
type of cylinders
|
Modifier and Type | Method and Description |
---|---|
static CylinderFactory.CylType |
CylinderFactory.CylType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CylinderFactory.CylType[] |
CylinderFactory.CylType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParallelCylinderSubstrate(CylinderFactory.CylType type,
SimulationParams simParams)
constructor for thick-walled cylinders.
|