Package | Description |
---|---|
org.eclipse.ice.reactor |
Modifier and Type | Method and Description |
---|---|
Material |
LWRRod.getFillGas()
Returns a Material of MaterialType.GAS that fills the voids within this
LWRRod.
|
Material |
Ring.getMaterial()
Returns the Material for this ring.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.copy(Material otherObject)
Deep copies the contents of the object.
|
void |
LWRRod.setFillGas(Material fillGas)
Sets the Material of MaterialType.GAS that fills the voids within this
LWRRod.
|
void |
Ring.setMaterial(Material material)
Sets the material.
|
Constructor and Description |
---|
LWRRod(java.lang.String name,
Material fillGas,
double pressure,
java.util.TreeSet<MaterialBlock> materialBlocks)
A parameterized Constructor.
|
Ring(java.lang.String name,
Material material,
double height,
double outerRadius)
A parameterized Constructor.
|
Ring(java.lang.String name,
Material material,
double height,
double innerRadius,
double outerRadius)
A parameterized Constructor.
|
Tube(java.lang.String name,
TubeType tubeType,
Material material,
double height,
double outerRadius)
A parameterized Constructor.
|
Tube(java.lang.String name,
TubeType tubeType,
Material material,
double height,
double innerRadius,
double outerRadius)
A parameterized Constructor.
|