3.7.8.4.9. Contour Plots of Sweep CoefficientΒΆ
The "ContourCoeff" class of subfigure is used to create a contour plot of
unstructured 2D data for one or more force & moment or other database
coefficients (such as a TriqFM load). The user must specify the XAxis
and YAxis of the contour plot; in most applications these are angle of
sidelsip and angle of attack, respectively. Sweep constraints for
CarpetEqCons and CarpetTolCons are ignored.
- S:
dictDictionary of settings for ContourCoeff subfigure
- Type: {
"ContourCoeff"} |strSubfigure type
- ContourType: {
"tricontourf"} |"tricontour"|"tripcolor"Contour plot, filled, not filled, or triangulated
- LineType: {
"plot"} |"triplot"Type for plotting CFD data points;
"triplot"adds a triangulation of the CFD data- Header: {
""} |strHeading placed above subfigure (bold, italic)
- Position:
"t"|"c"| {"b"}Vertical alignment of subfigure
- Alignment:
"left"| {"center"}Horizontal alignment
- Width: {
0.5} |floatWidth of subfigure as a fraction of page text width
- FigWidth: {
6.0} |floatWidth of figure internally to Python; affects aspect ratio of figure and font size when integrated into report; decrease this parameter to make text appear larger in report
- FigHeight: {
4.5} |floatSimilar to FigWidth and primarily used to set aspect ratio
- Component: {
"entire"} |str|listComponent or list of components to plot, must be name(s) of components defined in
Config.xml- Coefficient:
"CA"|"CY"| {"CN"} |strForce or moment coefficient(s) to plot, any database value
- XAxis:
"beta"|strName of trajectory key or beta to use as x-axis
- YAxis:
"alpha"|strName of trajectory key or alpha to use as y-axis
- ContourOptions: {
{}} |dictDictionary of plotting options to
pyplot.tricontour()- LineOptions: {
{"color": "k", "marker": "o"}} |dictOptions for plotting actual values; default plots black dots
- AxisEqual: {
True} |FalseIf
True, scale x and y axes to have same scale- ColorMap: {
"jet"} |strName of color map to use