|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicVectorFunction
caffeinterface.CaffeToVectorFunction
function.SupersonicWB
public class SupersonicWB
Uses Alex Haas's CAFFE class to compute several performance metrics for a supersonic wing-body.
| Field Summary |
|---|
| Fields inherited from class caffeinterface.CaffeToVectorFunction |
|---|
db |
| Fields inherited from class function.BasicVectorFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_INPUT_DIMENSION, DEFAULT_OUTPUT_DIMENSION, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
SupersonicWB()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
protected void |
populateDatabase(double[] x)
Design variables are sref sweepw arw taperw lex tex chordextspan incidence.break incidence.tip airfoilcamber/c.root airfoilcamber/c.break airfoilcamber/c.tip tovercw and alpha |
protected void |
readResults(double[] y)
Reads the results from the database and suitably populates the given output array y. |
| Methods inherited from class caffeinterface.CaffeToVectorFunction |
|---|
getMainClass, getXmlFileName, init, isClientServerMode, isWithinBounds, quickCompute, quickCompute, setClientServerMode, setXmlFileName |
| Methods inherited from class function.BasicVectorFunction |
|---|
checkInputDimension, compute, compute, compute, compute, compute, getBounds, getInputDimension, getOutputDimension, makeBounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SupersonicWB()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
protected void populateDatabase(double[] x)
populateDatabase in class CaffeToVectorFunctionx - the given set of design values.CaffeToScalarFunction.quickCompute(double[])protected void readResults(double[] y)
CaffeToVectorFunction
readResults in class CaffeToVectorFunctiony - the given output array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||