- FDAReader - Class in jahuwaldt.tools.tables
-
A class that provides a method for reading or writing
an FDA (Functional Data Handling system ASCII) multi-table file.
- FDAReader() - Constructor for class jahuwaldt.tools.tables.FDAReader
-
- FLABSavReader - Class in jahuwaldt.tools.tables
-
A class that provides methods for reading
or writing an ART FlightLab SAV formatted multi-table file.
- FLABSavReader() - Constructor for class jahuwaldt.tools.tables.FLABSavReader
-
- flatten() - Method in class jahuwaldt.tools.tables.FloatArrayNDim
-
Return a copy of all the data in this multi-dimensional array as a 1D Java array
with all the data strung out end-to-end.
- FloatArrayNDim - Class in jahuwaldt.tools.tables
-
An array of floats that can have an arbitrary number
of dimensions.
- FloatArrayNDim() - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Do not allow the default constructor to be used for instantiation.
- FloatArrayNDim(int[]) - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Creates a FloatArrayNDim object with all the array elements
set to zero.
- FloatArrayNDim(int[], float[]) - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Creates a FloatArrayNDim object with the specified dimensions with the data
set by the specified 1D array of flattened array data.
- FloatArrayNDim(float[]) - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Creates a FloatArrayNDim object containing the values
stored in a given 1D Java array.
- FloatArrayNDim(float[][]) - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Creates a FloatArrayNDim object containing the values
stored in a given 2D Java array.
- FloatArrayNDim(float[][][]) - Constructor for class jahuwaldt.tools.tables.FloatArrayNDim
-
Creates a FloatArrayNDim object containing the values
stored in a given 3D Java array.
- FloatTable - Class in jahuwaldt.tools.tables
-
A table of functional values of arbitrary dimension.
- FloatTable() - Constructor for class jahuwaldt.tools.tables.FloatTable
-
Do not allow the default constructor to be used for instantiation.
- FloatTable(String, String[], float[][], FloatArrayNDim) - Constructor for class jahuwaldt.tools.tables.FloatTable
-
Create a FloatTable object with the given name and an arbitrary number
of dimensions.
- FloatTable(String, String, float[], float[]) - Constructor for class jahuwaldt.tools.tables.FloatTable
-
Creates a 1D FloatTable object using the given Java arrays
as independent and dependent variables.
- FloatTable(String, String[], float[], float[], float[][]) - Constructor for class jahuwaldt.tools.tables.FloatTable
-
Creates a 2D FloatTable object using the given Java arrays
as independent and dependent variables.
- FloatTable(String, String[], float[], float[], float[], float[][][]) - Constructor for class jahuwaldt.tools.tables.FloatTable
-
Creates a 3D FloatTable object using the given Java arrays
as independent and dependent variables.
- format(double, StringBuffer, FieldPosition) - Method in class jahuwaldt.util.ExponentialFormat
-
Format a double to produce a string.
- format(long, StringBuffer, FieldPosition) - Method in class jahuwaldt.util.ExponentialFormat
-
Format a long to produce a string.
- format(double, StringBuffer, FieldPosition) - Method in class jahuwaldt.util.GeneralFormat
-
Format a double to produce a string.
- format(long, StringBuffer, FieldPosition) - Method in class jahuwaldt.util.GeneralFormat
-
Format a long to produce a string.
- freeInstance(GeomPanel) - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
-
Add an instance of a GeomPanel object to the object pool so that it can be re-used
again.
- freeInstance(GeomPoint) - Static method in class jahuwaldt.aero.panelgeom.GeomPoint
-
Add an instance of a GeomPoint object to the object pool so that it can be re-used
again.
- freeStreamMach(double, double) - Method in class jahuwaldt.aero.ConicalShock
-
Calculate the Mach number upstream of a conical shock
given the cone half-angle and the shock angle.
- FTableDatabase - Class in jahuwaldt.tools.tables
-
A database of FloatTable objects.
- FTableDatabase() - Constructor for class jahuwaldt.tools.tables.FTableDatabase
-
Creates an empty TableDatabase object that can be used to
contain FloatTable objects.
- FTableDatabase(FloatTable) - Constructor for class jahuwaldt.tools.tables.FTableDatabase
-
Creates a FTableDatabase object that contains the specified table.
- FTableDatabase(FloatTable[]) - Constructor for class jahuwaldt.tools.tables.FTableDatabase
-
Creates a FTableDatabase object from an array of FloatTable objects.
- FTableReader - Interface in jahuwaldt.tools.tables
-
This interface provides a standard interface for reading
table files of various formats.
- FTReaderFactory - Class in jahuwaldt.tools.tables
-
This class returns a specific FTableReader object that can read in the specified file.
- function(double) - Method in class jahuwaldt.aero.IsentropicMeEvaluator
-
Function that computes the difference between the area ratio that corresponds with
the supplied guess at Mach number with the target area ratio (supplied using
setInitialValue().
- function(double) - Method in class jahuwaldt.aero.ShockBetaEvaluator
-
Function that computes the difference between the incline angle that corresponds
with the supplied guess at shock angle with the taret incline angle (supplied using
setInitialValue().
- function(double) - Method in class jahuwaldt.aero.ShockMachEvaluator
-
Function that computes the difference between the incline angle that corresponds
with the supplied guess at Mach number with the taret incline angle (supplied using
setInitialValue().
- function(double) - Method in class jahuwaldt.aero.ShockMachNuEvaluator
-
Function that computes the difference between the PM function that corresponds with
the supplied guess at Mach number with the target Mach number (supplied using
setInitialValue().