|
CART3D Analysis Interface Module (AIM)
CART3D Analysis Interface Module (AIM)
|
Structure for the design functional tuple = {"Functional Name": "Expression"}. "Functional Name" is a user specified unique name, and the Expression is a mathematical expression parsed by Cart3D symbolically.
The variables that can be used to form an expression are:
| Variables | Description |
|---|---|
| "cl", "cd" | Lift, drag coefficients |
| "cmx", "cmy", "cmz" | x/y/z-axis moment coefficients |
| "cx", "cy", "cz" | x/y/z-axis force coefficients |
If "Value" is a JSON string dictionary (eg. "Value" = "Composite":[{"function": "cl", "weight": 3.0, "target": 10.7}, {"function": "cd", "weight": 2.0, "power": 2.0}])
which represents the composite functional: 
The following keywords ( = default values) may be used:




