Uses of Class
function.WaveDragAxisymmetric.FIDELITY

Packages that use WaveDragAxisymmetric.FIDELITY
function Provides classes for scalar and vector-valued functions that operate on multi- dimensional double-valued data. 
 

Uses of WaveDragAxisymmetric.FIDELITY in function
 

Methods in function that return WaveDragAxisymmetric.FIDELITY
static WaveDragAxisymmetric.FIDELITY WaveDragAxisymmetric.FIDELITY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WaveDragAxisymmetric.FIDELITY[] WaveDragAxisymmetric.FIDELITY.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in function with parameters of type WaveDragAxisymmetric.FIDELITY
static ScalarFunction WaveDragAxisymmetric.makeMaxRadiusConstraint(double mach, double length, double nominalRadius, WaveDragAxisymmetric.FIDELITY fidelity)
          Constructs a max-radius constraint.
static BoundConstrainedProblem WaveDragAxisymmetric.makeMaxRadiusProblem(double mach, double length, double maxRadius, WaveDragAxisymmetric.FIDELITY fidelity, boolean shevellFlag)
          Constructs a max-radius-constrained problem.
static InequalityConstrainedProblem WaveDragAxisymmetric.makeMaxVolumeProblem(double mach, double length, double maxVolume, WaveDragAxisymmetric.FIDELITY fidelity, boolean shevellFlag)
          Constructs an inequality-constrained problem to address the max enclosed volume case.
static ScalarFunction WaveDragAxisymmetric.makeObjective(double mach, double length, double nominalRadius, WaveDragAxisymmetric.FIDELITY fidelity, boolean shevellFlag)
          Returns a ScalarFunction that is the low-fidelity computation of the wave drag for axisymmetric bodies of the given length flying at the given Mach number.
static ScalarFunction WaveDragAxisymmetric.makeVolumeConstraint(double mach, double length, double maxVolume, WaveDragAxisymmetric.FIDELITY fidelity)
          Constructs a volume constraint function.