Package | Description |
---|---|
org.eclipse.ice.kdd.kddstrategy.godfreystrategy |
Modifier and Type | Class and Description |
---|---|
class |
AxialPower
AxialPower is a subclass of GodfreySubStrategy that takes both the raw user
input nuclear reactor pin power data as well as the pin power difference and
produces the axial power data.
|
class |
PinPowerDifference
PinPowerDifference is a subclass of GodfreySubStrategy that takes the user
input nuclear reactor pin power data and produces the difference between it
and some reference set of pin power data.
|
class |
RadialPower |
Modifier and Type | Method and Description |
---|---|
GodfreySubStrategy |
SubStrategyFactory.createSubStrategy(java.lang.String name,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> pinPowers,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<IDataMatrix>> refPinPowers,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<KDDMatrix>> weights,
java.util.HashMap<java.lang.String,java.lang.String> props)
This method returns the requested GodfreySubStrategy by string name.
|