Package | Description |
---|---|
jahuwaldt.aero | |
jahuwaldt.tools.tables |
Constructor and Description |
---|
Aero3DOFTabular(FloatTable liftTable,
FloatTable dragTable,
FloatTable pmTable,
java.lang.String AOAName,
java.lang.String MachName)
Construct a tabular 3-DOF aerodynamics model.
|
Aero3DOFTabularGE(FloatTable liftTable,
FloatTable dragTable,
FloatTable pmTable,
java.lang.String AOAName,
java.lang.String MachName,
FloatTable dCLGE,
FloatTable dCDGE,
FloatTable dCMGE,
java.lang.String AOAGEName,
java.lang.String hobName)
Construct a tabular 3-DOF aerodynamics model with an increment based ground effect
model.
|
ControlAero3DOFTabular(FloatTable liftTable,
FloatTable dragTable,
FloatTable pmTable,
java.lang.String AOAName,
java.lang.String MachName,
java.lang.String DefName)
Construct a tabular 3-DOF aerodynamics control surface model.
|
ControlHMLinearizedTabular(FloatTable ChoTable,
FloatTable ChaTable,
FloatTable ChdTable,
java.lang.String MachName)
Construct a linearized, tabular control surface aerodynamic hinge-moment model.
|
Modifier and Type | Method and Description |
---|---|
FloatTable |
FTableDatabase.get(int index)
Returns the table with the specified index from the database.
|
FloatTable |
FTableDatabase.get(java.lang.String name)
Returns the table with the specified name from the database.
|
FloatTable |
FTableDatabase.put(FloatTable value)
Add the specified table to this database.
|
FloatTable |
FTableDatabase.remove(java.lang.String name)
Remove the named table from this database.
|
FloatTable[] |
FTableDatabase.toArray()
Return the contents of this table database as an array
of FloatTable objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FloatTable> |
FTableDatabase.iterator()
Returns an Iterator of the table objects contained
in this database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FTableDatabase.contains(FloatTable value)
Tests to see if the specified table object is contained
in this database.
|
FloatTable |
FTableDatabase.put(FloatTable value)
Add the specified table to this database.
|
Constructor and Description |
---|
FTableDatabase(FloatTable table)
Creates a FTableDatabase object that contains the specified table.
|
FTableDatabase(FloatTable[] tables)
Creates a FTableDatabase object from an array of FloatTable objects.
|