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(Boundary plantComp) |
Modifier and Type | Method and Description |
---|---|
void |
PlantControllerVisitor.visit(Boundary plantComp) |
Modifier and Type | Class and Description |
---|---|
class |
Inlet
A component for an inlet with prescribed pressure and temperature.
|
class |
MassFlowInlet
A specialized inlet.
|
class |
Outlet
A component with prescribed pressure.
|
class |
SolidWall
A simple component for a solid wall boundary condition.
|
class |
SpecifiedDensityAndVelocityInlet
A specialized inlet.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Boundary.copy(Boundary otherObject)
Deep copies the contents of otherObject.
|
void |
SelectivePlantComponentVisitor.visit(Boundary plantComp) |
void |
PlantComponentWriter.visit(Boundary plantComp) |
void |
PlantComponentReader.visit(Boundary plantComp) |
void |
IPlantComponentVisitor.visit(Boundary plantComp)
Visits a PlantComponent of type Boundary.
|