Package | Description |
---|---|
org.eclipse.ice.io.hdf | |
org.eclipse.ice.reactor | |
org.eclipse.ice.reactor.bwr | |
org.eclipse.ice.reactor.pwr |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IHdfWriteable> |
IHdfWriteable.getWriteableChildren()
This operation returns an ArrayList of IHdfWriteable child objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IHdfWriter.write(IHdfWriteable iHdfWriteable,
java.net.URI uri)
This operation writes an IHdfWriteable to the HDF5 file at the provided
URI.
|
Modifier and Type | Class and Description |
---|---|
class |
GridLabelProvider
This is a utility class that provides labels on a 2D grid for rows and
columns.
|
class |
LWRComponent
The LWRComponent class represents all reactor components that can be stored
in a LWRComposite.
|
class |
LWRComposite
The LWRComposite class represents all reactor components that can store and
manage LWRComponents.
|
class |
LWReactor
The LWReactor class represents any Light Water Nuclear Reactor.
|
class |
LWRGridManager
The LWRGridManager class manages LWRComponents and their GridLocations on a
Cartesian grid with an equal number of rows and columns.
|
class |
LWRRod
The LWRRod class is a generalized class representing a basic rod as a
collection of materialBlocks contained by a ring (aka the clad).
|
class |
Material
The Material class is a representation of any material property of any class
within an LWReactor.
|
class |
MaterialBlock
The MaterialBlock class is a generalized class containing a set of concentric
and/or radial collection of Rings that constitute the inner core of an
LWRRod.
|
class |
Ring
The ring class represents a single instance of a material at a particular
radial coordinate within a cylindrical location on the rod.
|
class |
Tube
The Tube class represents the hollow tubes in a FuelAssembly which allow for
the insertion of discrete poison rodlets (Guide Tubes) and instrument
thimbles (Instrument Tube).
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IHdfWriteable> |
LWRComponent.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
LWRComposite.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
Ring.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
LWRRod.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
MaterialBlock.getWriteableChildren()
Returns writeable children.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LWRComponentWriter.write(IHdfWriteable iHdfWriteable,
java.net.URI uri)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
BWReactor
The BWReactor class represents any Boiling Water Reactor.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlBank
The ControlBank class contains properties associated with axially movable
RodClusterAssembly objects known as Rod Cluster Control Assemblies.
|
class |
FuelAssembly
The FuelAssembly class is a PWRAssembly populated with a collection of Tubes
positioned on a fixed grid.
|
class |
IncoreInstrument
The IncoreInstrument class represents instruments (or detectors) that are
used for power distribution monitoring inside of a PWReactor.
|
class |
PressurizedWaterReactor
The PressurizedWaterReactor (PWReactor) class represents any Pressurized
Water Reactor.
|
class |
PWRAssembly
The PWRAssembly class contains a collection of LWRRods mapped to locations on
a grid.
|
class |
RodClusterAssembly
The RodClusterAssembly class is a PWRAssembly associated with a particular
FuelAssembly object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IHdfWriteable> |
PWRAssembly.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
PressurizedWaterReactor.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
IncoreInstrument.getWriteableChildren() |
java.util.ArrayList<IHdfWriteable> |
FuelAssembly.getWriteableChildren() |