Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.plant | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Method and Description |
---|---|
void |
JunctionController.addedPipes(IJunction junction,
java.util.List<PlantComponent> addedPipes) |
void |
JunctionController.removedPipes(IJunction junction,
java.util.List<PlantComponent> removedPipes) |
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 |
Junction
Base class for junction-like components that connect objects, such as pipes.
|
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 |
IJunctionListener.addedPipes(IJunction junction,
java.util.List<PlantComponent> pipes)
PlantComponents have been added to the Junction.
|
void |
IJunctionListener.removedPipes(IJunction junction,
java.util.List<PlantComponent> pipes)
PlantComponents have been removed from the Junction.
|