Interface | Description |
---|---|
IGridManager |
An interface for managing Components on a grid.
|
ILWRComponentVisitor |
This interface defines the "visitation" routines that LWRComponents and
subclasses may use to reveal their types to visitors.
|
Class | Description |
---|---|
FeatureSet |
A convience class that holds a IData for the java collection on the
LWRComponent.
|
GridLabelProvider |
This is a utility class that provides labels on a 2D grid for rows and
columns.
|
GridLocation |
The GridLocation class represents a location on a Cartesian grid.
|
LWRComponent |
The LWRComponent class represents all reactor components that can be stored
in a LWRComposite.
|
LWRComponentReader |
The LWRComponentReader class creates and populates an LWRComponent or
LWRComposite tree from an HDF5 file.
|
LWRComponentWriter |
The LWRComponentReader class writes an LWRComponent or LWRComposite tree to
an HDF5 file.
|
LWRComposite |
The LWRComposite class represents all reactor components that can store and
manage LWRComponents.
|
LWRData |
A class that implements the IData interface.
|
LWRDataProvider |
An implementation of the IDataProvider.
|
LWReactor |
The LWReactor class represents any Light Water Nuclear Reactor.
|
LWRGridManager |
The LWRGridManager class manages LWRComponents and their GridLocations on a
Cartesian grid with an equal number of rows and columns.
|
LWRRod |
The LWRRod class is a generalized class representing a basic rod as a
collection of materialBlocks contained by a ring (aka the clad).
|
Material |
The Material class is a representation of any material property of any class
within an LWReactor.
|
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.
|
Ring |
The ring class represents a single instance of a material at a particular
radial coordinate within a cylindrical location on the rod.
|
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).
|
Enum | Description |
---|---|
AssemblyType |
An enumeration of all of the nuclear reactor assembly types supported by this
package.
|
HDF5LWRTagType |
Represents the LWRComponentTypes (stack, material, etc) for the object.
|
MaterialType |
The MaterialType enumeration describes each type of material phase.
|
TubeType |
The TubeType enumeration describes the types of Tubes that can be created.
|