Interface | Description |
---|---|
IJunction |
This interface is for Junctions that
IJunctionListener s can register
with and listen to for updates to their set of attached
PlantComponent s. |
IJunctionListener |
This interface is for clients that need to listen to
IJunction s for
updates. |
IPlantComponentVisitor |
Defines the visitation routine for PlantComponents so that the type of a PlantComponent can be revealed.
|
IPlantCompositeListener |
This is an interface for listening for updates to
PlantComposite s. |
Class | Description |
---|---|
Boundary |
Base class for components of a boundary type (inlet, outlet, etc.).
|
Branch |
Flow branch.
|
CoreChannel |
Simulates the fluid flow associated with a solid heat structure part.
|
DownComer |
A downcomer component is a pipe intended to conduct fluid downwards.
|
FlowJunction |
Joint for flow.
|
GeometricalComponent |
Intermediate class for all geometrical components (i.e.
|
HeatExchanger |
This is the primary design of a countercurrent exchanger.
|
IdealPump |
An ideal pump (isothermal).
|
Inlet |
A component for an inlet with prescribed pressure and temperature.
|
Junction |
Base class for junction-like components that connect objects, such as pipes.
|
MassFlowInlet |
A specialized inlet.
|
OneInOneOutJunction |
A special type of junction which only requires one input and one output
component.
|
Outlet |
A component with prescribed pressure.
|
Pipe |
A simple pipe component.
|
PipeToPipeJunction |
Flow junction using the approach based on "characteristics".
|
PipeWithHeatStructure |
Simulates the fluid flow associated with a solid heat structure part.
|
PlantComponent |
Base class for RELAP7 components.
|
PlantComponentReader |
This class is used by the
PlantIOFactory for reading PlantComponents
from HDF5 files. |
PlantComponentWriter |
This class is used by the
PlantIOFactory for writing PlantComponents
to HDF5 files. |
PlantComposite |
A PlantComposite is a container for
PlantComponent s. |
PlantIOFactory |
This class provides an implementation of
HdfIOFactory geared toward
PlantComponent s. |
PointKinetics |
A point kinetics component is responsible for calculating the power of a
reactor.
|
Pump |
A simple pump model for single phase fluid.
|
Reactor |
Describes reactor parameters.
|
SelectivePlantComponentVisitor |
This adapter class provides default implementations for the methods described
by the
IPlantComponentVisitor interface. |
SeparatorDryer |
A separator dryer component.
|
SolidWall |
A simple component for a solid wall boundary condition.
|
SpecifiedDensityAndVelocityInlet |
A specialized inlet.
|
Subchannel |
Represents a lattice of rods for housing fuel rods of a reactor.
|
SubchannelBranch |
A component to connect subchannels.
|
TDM |
A simple TDM component, which provides a velocity boundary condition to the
loop.
|
TimeDependentJunction |
A simple TimeDependentJunction component, which provides a velocity boundary
condition to the loop.
|
TimeDependentVolume |
A simple TimeDependentVolume component, which provides a pressure boundary
condition to the loop.
|
Turbine |
A simple turbine model ignoring thermal, inertial and gravity potential.
|
Valve |
A valve component to implement the basic on/off capability of valves.
|
VolumeBranch |
A VolumeBranch component.
|
WetWell |
A simple wet well model of non-LOCA BWR simulations.
|