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(OneInOneOutJunction plantComp) |
Modifier and Type | Method and Description |
---|---|
void |
PlantControllerVisitor.visit(OneInOneOutJunction plantComp) |
Modifier and Type | Class and Description |
---|---|
class |
IdealPump
An ideal pump (isothermal).
|
class |
PipeToPipeJunction
Flow junction using the approach based on "characteristics".
|
class |
Pump
A simple pump model for single phase fluid.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OneInOneOutJunction.copy(OneInOneOutJunction otherObject)
Deep copies the contents of otherObject.
|
void |
SelectivePlantComponentVisitor.visit(OneInOneOutJunction plantComp) |
void |
PlantComponentWriter.visit(OneInOneOutJunction plantComp) |
void |
PlantComponentReader.visit(OneInOneOutJunction plantComp) |
void |
IPlantComponentVisitor.visit(OneInOneOutJunction plantComp)
Visits a PlantComponent of type OneInOneOutJunction.
|