Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.plant | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Method and Description |
---|---|
void |
StateBrokerHandler.visit(Junction plantComp) |
Modifier and Type | Method and Description |
---|---|
abstract void |
PlantControllerVisitor.visit(Junction plantComp) |
Constructor and Description |
---|
JunctionController(Junction model,
JunctionView view,
IRenderQueue renderQueue,
PlantControllerManager manager)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Boundary
Base class for components of a boundary type (inlet, outlet, etc.).
|
class |
Branch
Flow branch.
|
class |
DownComer
A downcomer component is a pipe intended to conduct fluid downwards.
|
class |
FlowJunction
Joint for flow.
|
class |
IdealPump
An ideal pump (isothermal).
|
class |
Inlet
A component for an inlet with prescribed pressure and temperature.
|
class |
MassFlowInlet
A specialized inlet.
|
class |
OneInOneOutJunction
A special type of junction which only requires one input and one output
component.
|
class |
Outlet
A component with prescribed pressure.
|
class |
PipeToPipeJunction
Flow junction using the approach based on "characteristics".
|
class |
Pump
A simple pump model for single phase fluid.
|
class |
SeparatorDryer
A separator dryer component.
|
class |
SolidWall
A simple component for a solid wall boundary condition.
|
class |
SpecifiedDensityAndVelocityInlet
A specialized inlet.
|
class |
SubchannelBranch
A component to connect subchannels.
|
class |
TDM
A simple TDM component, which provides a velocity boundary condition to the
loop.
|
class |
TimeDependentJunction
A simple TimeDependentJunction component, which provides a velocity boundary
condition to the loop.
|
class |
TimeDependentVolume
A simple TimeDependentVolume component, which provides a pressure boundary
condition to the loop.
|
class |
Turbine
A simple turbine model ignoring thermal, inertial and gravity potential.
|
class |
Valve
A valve component to implement the basic on/off capability of valves.
|
class |
VolumeBranch
A VolumeBranch component.
|
class |
WetWell
A simple wet well model of non-LOCA BWR simulations.
|
Modifier and Type | Method and Description |
---|---|
void |
Junction.copy(Junction otherObject)
Deep copies the contents of otherObject.
|
void |
SelectivePlantComponentVisitor.visit(Junction plantComp) |
void |
PlantComponentWriter.visit(Junction plantComp) |
void |
PlantComponentReader.visit(Junction plantComp) |
void |
IPlantComponentVisitor.visit(Junction plantComp)
Visits a PlantComponent of type Junction.
|