A B C D E F G H I J K L M N O P R S T U V W X Y 

G

GeneralFormat - Class in jahuwaldt.util
A NumberFormat that simply uses the "printf" general format with no grouping separator that ignores all input for number of digits, etc.
GeneralFormat() - Constructor for class jahuwaldt.util.GeneralFormat
Construct an exponential format using default settings.
GeneralFormat(Locale) - Constructor for class jahuwaldt.util.GeneralFormat
Construct an exponential format using the specified Locale.
GeneralFormat(ExponentialFormat) - Constructor for class jahuwaldt.util.GeneralFormat
Create an GeneralFormat based on the given format and the default locale.
GeneralFormat(DecimalFormat) - Constructor for class jahuwaldt.util.GeneralFormat
Create an GeneralFormat based on the given format and the default locale.
GeomComponent - Class in jahuwaldt.aero.panelgeom
Defines a geometry element called a component.
GeomComponent() - Constructor for class jahuwaldt.aero.panelgeom.GeomComponent
Create an empty component (one that does not contain any networks).
GeomComponent(String) - Constructor for class jahuwaldt.aero.panelgeom.GeomComponent
Create an empty component with the specified name.
GeomComponent(String, Collection) - Constructor for class jahuwaldt.aero.panelgeom.GeomComponent
Create a component made up of any networks found in the specified collection.
GeomConfig - Class in jahuwaldt.aero.panelgeom
Defines a geometry element called a configuration.
GeomConfig() - Constructor for class jahuwaldt.aero.panelgeom.GeomConfig
Create an empty configuration (one that does not contain any vehicles).
GeomConfig(String) - Constructor for class jahuwaldt.aero.panelgeom.GeomConfig
Create an empty configuration with the specified name.
GeomConfig(String, Collection) - Constructor for class jahuwaldt.aero.panelgeom.GeomConfig
Create a configuration made up of any vehicles found in the specified collection.
GeomElement - Interface in jahuwaldt.aero.panelgeom
Defines the interface in common to all panel geometry elements.
GeomElementList - Class in jahuwaldt.aero.panelgeom
Defines the interface and implementation in common to all panel geometry element lists.
GeomElementList() - Constructor for class jahuwaldt.aero.panelgeom.GeomElementList
Create an empty geometry element list (one that does not contain any sub-elements).
GeomElementList(String) - Constructor for class jahuwaldt.aero.panelgeom.GeomElementList
Create an empty geometry element list with the specified name.
GeomNetwork - Class in jahuwaldt.aero.panelgeom
Defines a geometry element called a network.
GeomNetwork(double[][], double[][], double[][], String) - Constructor for class jahuwaldt.aero.panelgeom.GeomNetwork
Create a network made up of the X, Y, and Z coordinates given in 2D Java arrays.
GeomNetwork(GeomPoint[][], String) - Constructor for class jahuwaldt.aero.panelgeom.GeomNetwork
Create a network made up of a 2D array of 3D points.
GeomPanel - Class in jahuwaldt.aero.panelgeom
Defines a geometry element called a panel.
GeomPanel() - Constructor for class jahuwaldt.aero.panelgeom.GeomPanel
Force the user to create a new instance using "getInstance()".
GeomPoint - Class in jahuwaldt.aero.panelgeom
A container that holds the coordinates of a point in 3D space.
GeomPoint() - Constructor for class jahuwaldt.aero.panelgeom.GeomPoint
 
GeomReader - Interface in jahuwaldt.aero.panelgeom
An abstract interface that provides a common interface for classes that read and write panel geometry files of various formats.
GeomReaderFactory - Class in jahuwaldt.aero.panelgeom
An class that provides a factory method for retrieving a specific class that can read/write one of various panel geometry file formats.
GeomReaderFactory() - Constructor for class jahuwaldt.aero.panelgeom.GeomReaderFactory
 
GeomVehicle - Class in jahuwaldt.aero.panelgeom
Defines a geometry element called a vehicle.
GeomVehicle() - Constructor for class jahuwaldt.aero.panelgeom.GeomVehicle
Create an empty vehicle (one that does not contain any components).
GeomVehicle(String) - Constructor for class jahuwaldt.aero.panelgeom.GeomVehicle
Create an empty vehicle with the specified name.
GeomVehicle(String, Collection) - Constructor for class jahuwaldt.aero.panelgeom.GeomVehicle
Create a vehicle made up of any components found in the specified collection.
get(int) - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Returns the sub-element at the specified position in this geometry element.
get(int[]) - Method in class jahuwaldt.tools.tables.FloatArrayNDim
Get the value of a particular element in the n dimensional array.
get(int) - Method in class jahuwaldt.tools.tables.FloatArrayNDim
Get the value of a particular element in the 1-dimensional array.
get(int[]) - Method in class jahuwaldt.tools.tables.FloatTable
Get the value of a particular element in the table.
get(int) - Method in class jahuwaldt.tools.tables.FloatTable
Get the value of a particular element in the table.
get(String) - Method in class jahuwaldt.tools.tables.FTableDatabase
Returns the table with the specified name from the database.
get(int) - Method in class jahuwaldt.tools.tables.FTableDatabase
Returns the table with the specified index from the database.
getAll() - Method in class jahuwaldt.tools.tables.FloatTable
Return all the dependent data in the table.
getAllData() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return a reference to a Map containing all application specific objects associated with this geometry element.
getAllData() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Returns a reference to a Map containing all application specific objects associated with this geometry element.
getAllData() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Returns a reference to a Map containing all application specific objects associated with this network.
getAllNormalX() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector X component for each panel in this network.
getAllNormalY() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector Y component for each panel in this network.
getAllNormalZ() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector Z component for each panel in this network.
getAllNotes() - Method in class jahuwaldt.tools.tables.FloatTable
Get all the note Strings associated with this table and return them as an array of Strings.
getAllNotes() - Method in class jahuwaldt.tools.tables.FTableDatabase
Get all the note Strings associated with this table database and return them as an array of Strings.
getAllPoints() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return all the 3D points that make up this network.
getAllReaders() - Static method in class jahuwaldt.tools.tables.FTReaderFactory
Method that returns a list of all the FTableReader objects found by this factory during static initialization.
getAllX() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the X coordinate values for each point in this network.
getAllX() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the X-coordinates of each corner point in an array.
getAllY() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the Y coordinate values for each point in this network.
getAllY() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Y-coordinates of each corner point in an array.
getAllZ() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the Z coordinate values for each point in this network.
getAllZ() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Z-coordinates of each corner point in an array.
getAltitude() - Method in class jahuwaldt.aero.StdAtmos
Get geometric altitude currently being used for standard atmosphere calculations.
getAOA() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the current angle of attack value.
getAOA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the angle of attack used for resolving body axis coefficients to wind and stability axes and back again.
getAOA() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the current angle of attack value.
getAOA() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the current angle of attack value.
getArea() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the surface area of this geometry element.
getArea() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the surface area of this geometry element.
getArea() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the surface area of this network.
getArea(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the surface area of the specified panel.
getArea() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the surface area of the panel.
getAreaUnits() - Method in class jahuwaldt.aero.AeroReference
Return the area units currently being used by this aero reference object.
getBoundsMax() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the coordinate point representing the maximum bounding box corner (max X, max Y, max Z).
getBoundsMax() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the coordinate point representing the maximum bounding box corner (max X, max Y, max Z).
getBoundsMax() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the coordinate point representing the maximum bounding box corner (max X, max Y, max Z).
getBoundsMax() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the coordinate point representing the maximum bounding box corner (max X, max Y, max Z).
getBoundsMin() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the coordinate point representing the minimum bounding box corner (min X, min Y, min Z).
getBoundsMin() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the coordinate point representing the minimum bounding box corner (min X, min Y, min Z).
getBoundsMin() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the coordinate point representing the minimum bounding box corner (min X, min Y, min Z).
getBoundsMin() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the coordinate point representing the minimum bounding box corner (min X, min Y, min Z).
getBreakpoint(int, int) - Method in class jahuwaldt.tools.tables.FloatTable
Get the value of a particular table breakpoint.
getBreakpoints(int) - Method in class jahuwaldt.tools.tables.FloatTable
Returns the array of breakpoints corresponding to the specified dimension (independent variable).
getCA() - Method in interface jahuwaldt.aero.Aero3DOF
Method that returns the body axis axial force coefficient.
getCA() - Method in class jahuwaldt.aero.Aero3DOFTabular
Method that returns the body axis axial force coefficient.
getCA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis axial force coefficient.
getCamber() - Method in interface jahuwaldt.aero.airfoils.Airfoil
Returns a list of points containing the camber line of the airfoil.
getCamber() - Method in class jahuwaldt.aero.airfoils.NACA4Uncambered
Returns a list of points containing the camber line of the airfoil.
getCamber() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a list of points containing the camber line of the airfoil.
getCD() - Method in interface jahuwaldt.aero.Aero3DOF
Method that returns the wind axis drag coefficient.
getCD() - Method in class jahuwaldt.aero.Aero3DOFTabular
Method that returns the wind axis drag coefficient.
getCD() - Method in class jahuwaldt.aero.Aero3DOFTabularGE
Method that returns the wind axis drag coefficient.
getCD() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis drag force coefficient.
getCDSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis drag force coefficient.
getCentroid() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the centroid location for this panel.
getCentroidX(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the area centroid X component for the specified panel in this network.
getCentroidX() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the panel centroid X coordinate.
getCentroidY(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the area centroid Y component for the specified panel in this network.
getCentroidY() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the panel centroid Y coordinate.
getCentroidZ(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the area centroid Z component for the specified panel in this network.
getCentroidZ() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the panel centroid Z coordinate.
getCh() - Method in interface jahuwaldt.aero.ControlHingeMoments
Returns the non-dimensional hinge-moment coefficient: Ch = H.M.
getCh() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the non-dimensional hinge-moment coefficient: Ch = H.M.
getCL() - Method in interface jahuwaldt.aero.Aero3DOF
Returns the wind axis lift coefficient.
getCL() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the wind axis lift coefficient.
getCL() - Method in class jahuwaldt.aero.Aero3DOFTabularGE
Returns the wind axis lift coefficient.
getCL() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis lift force coefficient.
getCl() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis rolling moment coefficient.
getClb() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis rolling moment coefficient.
getCLSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis lift force coefficient.
getClSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis rolling moment coefficient.
getCM() - Method in interface jahuwaldt.aero.Aero3DOF
Method that returns the wind axis pitching moment coefficient.
getCM() - Method in class jahuwaldt.aero.Aero3DOFTabular
Method that returns the wind axis pitching moment coefficient.
getCM() - Method in class jahuwaldt.aero.Aero3DOFTabularGE
Method that returns the wind axis pitching moment coefficient.
getCM() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis pitching moment coefficient.
getCMb() - Method in interface jahuwaldt.aero.Aero3DOF
Method that returns the body axis pitching moment coefficient.
getCMb() - Method in class jahuwaldt.aero.Aero3DOFTabular
Method that returns the body axis pitching moment coefficient.
getCMb() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis pitching moment coefficient.
getCMSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis pitching moment coefficient.
getCN() - Method in interface jahuwaldt.aero.Aero3DOF
Returns the body axis normal force coefficient.
getCN() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the body axis normal force coefficient.
getCN() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis normal force coefficient.
getCn() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis yawing moment coefficient.
getCnb() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis yawing moment coefficient.
getCnSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis yawing moment coefficient.
getCY() - Method in class jahuwaldt.aero.AeroCoefficients
Get the wind axis side force coefficient (CY).
getCYb() - Method in class jahuwaldt.aero.AeroCoefficients
Get the body axis side force coefficient.
getCYSA() - Method in class jahuwaldt.aero.AeroCoefficients
Get the stability axis side force coefficient (CYSA).
getData(Object) - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the application specific object associated with the specified key that has been assigned to this geometry element.
getData(Object) - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the application specific object associated with the specified key that has been assigned to this geometry element.
getData(Object) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the application specific object associated with the specified key that has been assigned to this network.
getDCA() - Method in interface jahuwaldt.aero.ControlAero3DOF
Method that returns the body axis axial force coefficient increment due to control deflection.
getDCA() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Method that returns the body axis axial force coefficient increment due to control deflection.
getDCD() - Method in interface jahuwaldt.aero.ControlAero3DOF
Method that returns the wind axis drag coefficient increment due to control deflection.
getDCD() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Method that returns the wind axis drag coefficient increment due to control deflection.
getDCL() - Method in interface jahuwaldt.aero.ControlAero3DOF
Returns the wind axis lift coefficient increment due to control deflection.
getDCL() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the wind axis lift coefficient increment due to control deflection.
getDCM() - Method in interface jahuwaldt.aero.ControlAero3DOF
Method that returns the wind axis pitching moment coefficient increment due to control deflection.
getDCM() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Method that returns the wind axis pitching moment coefficient increment due to control deflection.
getDCMb() - Method in interface jahuwaldt.aero.ControlAero3DOF
Method that returns the body axis pitching moment coefficient increment due to control deflection.
getDCMb() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Method that returns the body axis pitching moment coefficient increment due to control deflection.
getDCN() - Method in interface jahuwaldt.aero.ControlAero3DOF
Returns the body axis normal force coefficient increment due to control deflection.
getDCN() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the body axis normal force coefficient increment due to control deflection.
getDef() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the current control surface deflection angle in degrees.
getDef() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the current control surface deflection angle in degrees.
getDensity() - Method in class jahuwaldt.aero.StdAtmos
Get the static air density at altitude.
getDensityRatio() - Method in class jahuwaldt.aero.StdAtmos
Get the density at altitude divided by the sea-level standard density.
getExtension() - Method in class jahuwaldt.tools.tables.C81Reader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.CSVReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.FDAReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.FLABSavReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in interface jahuwaldt.tools.tables.FTableReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.NASAReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.OTISTableReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getExtension() - Method in class jahuwaldt.tools.tables.POSTTableReader
Returns the preferred file extension (not including the ".") for files of this reader's type.
getGamma() - Method in class jahuwaldt.aero.ConicalShock
Method that returns the specific heat ratio for the gas used in the calculation of the conical shock properties.
getIndepName(int) - Method in class jahuwaldt.tools.tables.FloatTable
Returns the name of the specified independent variable as a String object.
getIndepNames() - Method in class jahuwaldt.tools.tables.FloatTable
Returns the names of the independent variables as an array of String objects.
getInstance() - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
Create an instance of a GeomPanel object where everything is set to zero.
getInstance(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
Create an instance of a GeomPanel object by providing the corner point locations.
getInstance(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
Create an instance of a GeomPanel object by providing the corner point locations, unit normal vector, panel centroid location and panel surface area.
getInstance(GeomPoint, GeomPoint, GeomPoint, GeomPoint) - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
Create an instance of a GeomPanel object that has the given points for corner points.
getInstance(GeomPoint, GeomPoint, GeomPoint, GeomPoint, GeomPoint, GeomPoint, double) - Static method in class jahuwaldt.aero.panelgeom.GeomPanel
Create an instance of a GeomPanel object that has the given points for corner points, the given point for a unit normal vector and the given surface area.
getInstance() - Static method in class jahuwaldt.aero.panelgeom.GeomPoint
Create an instance of a GeomPoint object where everything is set to zero.
getInstance(double, double, double) - Static method in class jahuwaldt.aero.panelgeom.GeomPoint
Create an instance of a GeomPoint object by providing the coordinate values.
getInstance(int) - Static method in class jahuwaldt.aero.panelgeom.GeomReaderFactory
Return a geometry reader capable of reading/writing a geometry file of the specified type.
getInstance(File) - Static method in class jahuwaldt.aero.panelgeom.GeomReaderFactory
Return a geometry reader capable of reading a geometry file of the specified type.
getLengthUnits() - Method in class jahuwaldt.aero.AeroReference
Return the length units currently being used by this aero reference object.
getLower() - Method in interface jahuwaldt.aero.airfoils.Airfoil
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the lower surface of the airfoil.
getLower() - Method in class jahuwaldt.aero.airfoils.NACA4Uncambered
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the lower surface of the airfoil.
getLower() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the lower surface of the airfoil.
getLowerYp() - Method in interface jahuwaldt.aero.airfoils.Airfoil
Returns a list containing the slope (dy/dx) of the lower surface of the airfoil at each ordinate.
getLowerYp() - Method in class jahuwaldt.aero.airfoils.NACA4Uncambered
Returns a list containing the slope (dy/dx) of the lower surface of the airfoil at each ordinate.
getLowerYp() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a list containing the slope (dy/dx) of the lower surface of the airfoil at each ordinate.
getMach() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the current Mach number value.
getMach() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the current Mach number value.
getMach() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the current Mach number value.
getMaxAOA() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the maximum AOA breakpoint in the table in degrees.
getMaxAOA() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the maximum AOA breakpoint in the table in degrees.
getMaxDef() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the maximum control deflection angle breakpoint in the table in degrees.
getMaximumFractionDigits() - Method in class jahuwaldt.util.ExponentialFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaxMach() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the maximum Mach breakpoint in the table.
getMaxMach() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the maximum Mach breakpoint in the table.
getMaxMach() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the maximum Mach breakpoint in the table.
getMaxX() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the maximum bounding X coordinate for this geometry element.
getMaxX() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the maximum bounding X coordinate for this geometry element.
getMaxX() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the maximum bounding X coordinate for this network.
getMaxX() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the maximum bounding X coordinate for this panel.
getMaxY() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the maximum bounding Y coordinate for this geometry element.
getMaxY() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the maximum bounding Y coordinate for this geometry element.
getMaxY() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the maximum bounding Y coordinate for this network.
getMaxY() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the maximum bounding Y coordinate for this panel.
getMaxZ() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the maximum bounding Z coordinate for this geometry element.
getMaxZ() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the maximum bounding Z coordinate for this geometry element.
getMaxZ() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the maximum bounding Z coordinate for this network.
getMaxZ() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the maximum bounding Z coordinate for this panel.
getMinAOA() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the minimum AOA breakpoint in the table in degrees.
getMinAOA() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the minimum AOA breakpoint in the table in degrees.
getMinDef() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the minimum control deflection angle breakpoint in the table in degrees.
getMinimumExponentDigits() - Method in class jahuwaldt.util.ExponentialFormat
Return the minimum number of digits being used to represent the exponent when formatting a number.
getMinimumFractionDigits() - Method in class jahuwaldt.util.ExponentialFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinMach() - Method in class jahuwaldt.aero.Aero3DOFTabular
Returns the minimum Mach breakpoint in the table.
getMinMach() - Method in class jahuwaldt.aero.ControlAero3DOFTabular
Returns the minimum Mach breakpoint in the table.
getMinMach() - Method in class jahuwaldt.aero.ControlHMLinearizedTabular
Returns the minimum Mach breakpoint in the table.
getMinX() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the minimum bounding X coordinate for this geometry element.
getMinX() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the minimum bounding X coordinate for this geometry element.
getMinX() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the minimum bounding X coordinate for this network.
getMinX() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the minimum bounding X coordinate for this panel.
getMinY() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the minimum bounding Y coordinate for this geometry element.
getMinY() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the minimum bounding Y coordinate for this geometry element.
getMinY() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the minimum bounding Y coordinate for this network.
getMinY() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the minimum bounding Y coordinate for this panel.
getMinZ() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the minimum bounding Z coordinate for this geometry element.
getMinZ() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the minimum bounding Z coordinate for this geometry element.
getMinZ() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the minimum bounding Z coordinate for this network.
getMinZ() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the minimum bounding Z coordinate for this panel.
getMomentRefX() - Method in class jahuwaldt.aero.AeroReference
Return the X coordinate of the moment reference center location in the current length units used by this AeroReference object.
getMomentRefXRU() - Method in class jahuwaldt.aero.AeroReference
Return the X coordinate of the moment reference center location.
getMomentRefY() - Method in class jahuwaldt.aero.AeroReference
Return the Y coordinate of the moment reference center location in the current length units used by this AeroReference object.
getMomentRefYRU() - Method in class jahuwaldt.aero.AeroReference
Return the Y coordinate of the moment reference center location.
getMomentRefZ() - Method in class jahuwaldt.aero.AeroReference
Return the Z coordinate of the moment reference center location in the current length units used by this AeroReference object.
getMomentRefZRU() - Method in class jahuwaldt.aero.AeroReference
Return the Z coordinate of the moment reference center location.
getName() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Return the name of this geometry element.
getName() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the name of this geometry element.
getName() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the name of this network.
getNormal(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector for the specified panel in this network.
getNormal() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the unit normal vector for this panel.
getNormalX(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector X component for the specified panel in this network.
getNormalX() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the X-component of the panel unit normal vector.
getNormalY(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector Y component for the specified panel in this network.
getNormalY() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the Y-component of the panel unit normal vector.
getNormalZ(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the normal vector Z component for the specified panel in this network.
getNormalZ() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Get the Z-component of the panel unit normal vector.
getNote(int) - Method in class jahuwaldt.tools.tables.FloatTable
Get a specified note String from the list of notes associated with this table.
getNote(int) - Method in class jahuwaldt.tools.tables.FTableDatabase
Get a specified note String from the list of notes associated with this table database.
getNumberOfPanels() - Method in interface jahuwaldt.aero.panelgeom.GeomElement
Returns the number of panels that make up this geometry.
getNumberOfPanels() - Method in class jahuwaldt.aero.panelgeom.GeomElementList
Return the total number of panels in this geometry element.
getNumberOfPanels() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the total number of panels in this network.
getNumBreakpoints(int) - Method in class jahuwaldt.tools.tables.FloatTable
Returns the number of breakpoints in a specified dimension.
getNumPoints() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the total number of points in this network.
getNumPointsPerString() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the number of points per string in this network.
getNumStrings() - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Return the number of strings in this network.
getOffset(int[]) - Method in class jahuwaldt.tools.tables.FloatArrayNDim
Returns the offset into the 1D data array of the element indicated by the index into the nD array.
getPanel(int, int) - Method in class jahuwaldt.aero.panelgeom.GeomNetwork
Get the panel at the specified location on the network.
getPoint1() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the corner point #1.
getPoint2() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the corner point #2.
getPoint3() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the corner point #3.
getPoint4() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the corner point #4.
getPressure() - Method in class jahuwaldt.aero.StdAtmos
Get the static air pressure at altitude.
getPressureRatio() - Method in class jahuwaldt.aero.StdAtmos
Get the pressure at altitude divided by the sea-level standard pressure.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA63ASeries
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA63Series
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA64ASeries
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA64Series
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA65ASeries
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA65Series
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA66Series
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA67Series
Returns a String that represents the profile type of this airfoil.
getProfile() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a String that represents the profile type of this airfoil.
getReader(InputStream, String) - Static method in class jahuwaldt.tools.tables.FTReaderFactory
Method that attempts to find a FTableReader object that might be able to read the specified file.
getReader(File) - Static method in class jahuwaldt.tools.tables.FTReaderFactory
Method that attempts to find a FTableReader object that might be able to read the specified file.
getRef() - Method in class jahuwaldt.aero.AeroCoefficients
Return the reference quantities used by this set of aero coefficients.
getRefArea() - Method in class jahuwaldt.aero.AeroReference
Return the reference area in the current area units used by this AeroReference object.
getRefAreaRU() - Method in class jahuwaldt.aero.AeroReference
Return the reference area in the reference units (sq.
getRefLength() - Method in class jahuwaldt.aero.AeroReference
Return the reference length in the current length units used by this AeroReference object.
getRefLengthRU() - Method in class jahuwaldt.aero.AeroReference
Return the reference length in the reference units (meters).
getRefSpan() - Method in class jahuwaldt.aero.AeroReference
Return the reference span in the current length units used by this AeroReference object.
getRefSpanRU() - Method in class jahuwaldt.aero.AeroReference
Return the reference span in reference length units (meters).
getRoll() - Method in class jahuwaldt.aero.AeroCoefficients
Get the roll angle used for resolving body axis coefficients to wind and stability axes and back again.
getRoundingMode() - Method in class jahuwaldt.util.ExponentialFormat
Gets the RoundingMode used in this NumberFormat.
getSideslip() - Method in class jahuwaldt.aero.AeroCoefficients
Get the sideslip angle used for resolving body axis coefficients to wind and stability axes and back again.
getSpeedOfSound() - Method in class jahuwaldt.aero.StdAtmos
Get the speed of sound at altitude.
getSpeedOfSoundRatio() - Method in class jahuwaldt.aero.StdAtmos
Get the speed of sound at altitude divided by the sea-level standard speed of sound.
getTableName() - Method in class jahuwaldt.tools.tables.FloatTable
Returns the table name as a String.
getTemperature() - Method in class jahuwaldt.aero.StdAtmos
Get the static air temperature at altitude.
getTemperatureRatio() - Method in class jahuwaldt.aero.StdAtmos
Get the temperature at altitude divided by the sea-level standard temperature.
getUpper() - Method in interface jahuwaldt.aero.airfoils.Airfoil
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the upper surface of the airfoil.
getUpper() - Method in class jahuwaldt.aero.airfoils.NACA4Uncambered
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the upper surface of the airfoil.
getUpper() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a list of points containing the abscissas (X coordinate) and ordinates (Y coordinate) of the points defining the upper surface of the airfoil.
getUpperYp() - Method in interface jahuwaldt.aero.airfoils.Airfoil
Returns a list containing the slope (dy/dx) of the upper surface of the airfoil at each ordinate.
getUpperYp() - Method in class jahuwaldt.aero.airfoils.NACA4Uncambered
Returns a list containing the slope (dy/dx) of the upper surface of the airfoil at each ordinate.
getUpperYp() - Method in class jahuwaldt.aero.airfoils.NACA6Series
Returns a list containing the slope (dy/dx) of the upper surface of the airfoil at each ordinate.
getX() - Method in class jahuwaldt.aero.panelgeom.GeomPoint
Return the X-coordinate of the point.
getX1() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the X-coordinates of corner point #1.
getX2() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the X-coordinates of corner point #2.
getX3() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the X-coordinates of corner point #3.
getX4() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the X-coordinates of corner point #4.
getY() - Method in class jahuwaldt.aero.panelgeom.GeomPoint
Return the Y-coordinate of the point.
getY1() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Y-coordinates of corner point #1.
getY2() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Y-coordinates of corner point #2.
getY3() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Y-coordinates of corner point #3.
getY4() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Y-coordinates of corner point #4.
getZ() - Method in class jahuwaldt.aero.panelgeom.GeomPoint
Return the Z-coordinate of the point.
getZ1() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Z-coordinates of corner point #1.
getZ2() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Z-coordinates of corner point #2.
getZ3() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Z-coordinates of corner point #3.
getZ4() - Method in class jahuwaldt.aero.panelgeom.GeomPanel
Return the Z-coordinates of corner point #4.
GGP_TYPE - Static variable in class jahuwaldt.aero.panelgeom.GeomReaderFactory
Type identifier for a GGP format geometry file.
GGPGeomReader - Class in jahuwaldt.aero.panelgeom
An class for reading a vehicle geometry from a GGP formatted geometry file.
GGPGeomReader() - Constructor for class jahuwaldt.aero.panelgeom.GGPGeomReader
 
A B C D E F G H I J K L M N O P R S T U V W X Y