PolarGroup
Create a polar plot group.
Syntax
model.result().create(<pgtag>, "PolarGroup");
model.result(<pgtag>).set(property,<value>);
model.result(<pgtag>).run();
Description
model.result().create(<pgtag>,"PolarGroup") creates a polar plot group named <pgtag>. A polar plot group displays the containing graph plots in a polar coordinate system.
The following properties are available for polar plot groups:
degrees | radians
none | dataset name
on | off
on | off
all | first | last | manual | manualindices | interp
How to input the solution to use. manual indicates that solnum is used. manualindices indicates that solnumindices is used. interp indicates that t is used.
The times to use, for transient levels. Available when data is not none and the underlying data is transient.
upperright | middleright | lowerright | upperleft | middleleft | lowerleft | middleright | center | middleleft | manual
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when looplevelinput is manualindices on a level.
String array with all | first | last | manual | manualindices | interp on each level
all on all levels
How to input the solution to use, per level. manual on a level indicates that looplevel is used on that level. manualindices on a level indicates that looplevelindices is used on that level. interp on a level indicates that interp is used on that level.
on | off
all | first | last | manual | manualindices
How to input the outer solutions to use. Applicable only for parametric sweep models. manual indicates that outersolnum is used. manualindices indicates that outersolnumindices is used.
on | off
off | pprint | ppr
The element refinement to use, if resolution is set to custom.
norefine | coarse | normal | fine | finer | extrafine | custom
ccw | cw
on | off
none | material | internal | everywhere | expression
Smoothing settings. With material, smoothing is done inside domains with the same material. With internal, smoothing is done inside geometry domains. With expression, the smoothing is based on the expression in smoothexpr.
The expression to use for smoothing when smooth is set to expression.
An alternative way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
solnum | solutioninfo
manual | configuration
Specify solution parameters directly (manual) or from a configuration.
on | off
manual | none
Threshold value (0-1), if threshold is set to manual.
The title to use when titletype is manual
auto | custom | label | manual | none
auto, if the title should be computed automatically. custom, if the title should be computed automatically, but customized. label, if the title should be the plot group’s label. manual, if the manual title should be used (the title property). none, if no title should be displayed.
The grid spacing on the θ-axis. Used of manualgrid is set to on.
on | off
on | off
graphics | new | windowX, where X is an integer
on | off
Set windowtitleactive to on to enter a manual window title in windowtitle
right | up | left | down
See Also
PlotGroup1D, PlotGroup2D, PlotGroup3D, SmithGroup