OPTIONS 

&CELL: OPTIONS


CELL-PRINT

Switching on this option, will cause a detailed description of the cell to be printed at the time the cell section is left. The table contains amongst others the wire numbers which may be useful later on with SELECT.

The same listing can be obtained in the optimisation section using the PRINT-CELL command.

[This option is initially off but its setting is remembered from one cell section to the next.]


DIPOLE-TERMS

Requests dipole terms be included for each of the wires.

Dipole terms are significant for thick wires that are nearly at the ambient potential, such as gate wires in TPCs. This can be investigated with the MULTIPOLE-MOMENTS command.

Currently, dipole terms are available only for potential types A, B1X, B1Y, B2X and B2Y. Contact the author if you need dipole terms for other potentials.

Example: A wire with no net charge is located half-way between 2 conduction planes. With the DIPOLE-TERMS option switched off (left), the wire has no influence on the field, whereas the field is distorted when the option is switched on (right).

&CELL
plane y = -1
plane y = +1 v = 2000
rows
s 1 1 0 0 1000

opt nodipole // Switch dipole terms off

&FIELD area -1.1 -1.1 1.1 1.1 pl cont v

&CELL plane y = -1 plane y = +1 v = 2000 rows s 1 1 0 0 1000

opt dipole // Switch dipole terms on

&FIELD area -1.1 -1.1 1.1 1.1 pl cont v

[Dipole terms are by default not included.]


LAYOUT

Switching on this option, will cause a layout of the cell to be plotted when the cell section is left.

The wire labels are shown next to the wires unless the WIRE-MARKERS option is active. The cell is plotted using the X-Y or R-PHI projection, as appropriate. To visualise the layout in other projections, use either the PLOT_FIELD_AREA or the PLOT_DRIFT_AREA procedure in the field respectively drift section.

Mainly used to check typing mistakes visually.

[This option is initially off but its setting is remembered from one cell section to the next.]


ISOMETRIC

If the cell has a substantially bigger length in one direction than in the other, the layout plot will be distorted. If you specify the ISOMETRIC option, the x and y range of the layout plot are the same and the chamber will have a normal appearance.

This option has only effect on the layout plot, not on plots made in for instance the field and drift sections - where the aspect ratio is determined by projection method specified in the AREA statements. In those sections, one can obtain an isometric view by using the 3D projection.

Using this option in conjunction with a non-square VIEWPORT is not meaningful.

[This option is initially off, but its setting is remembered from one cell section to the next.]


WIRE-MARKERS

If active, wires will be plotted as markers and not as circles with the size of the wire.

This option is shared between with the field, optimisation, drift and signal sections.

The type of marker used for a wire depends on the label that you have assigned to the wire in the ROWS listing. Each marker can be adjusted individually via the representations mechanism. The correspondence between labels and REPRESENTATION is as follows:

Label Representation
S S-WIRES
P P-WIRES
C C-WIRES
other OTHER-WIRES

All wires are shown with the representation WIRES when the option is off.

The LAYOUT plot does not contain alphabetic wire labels if this option is active.

[This option is initially off, but its setting is remembered from one cell section to the next.]


CHARGE-CHECK

Checks the quality of the capacitance matrix inversion.

Only meaningful if the capacitance matrix has indeed been inverted - in the vectorised executables, this is as a rule not done: the numerical quality of the charge calculation is higher if the capacitance equations are solved by other means than matrix inversion.

[This option is initially off but its setting is remembered from one cell section to the next.]


Go to the top level, to &CELL, to OPTIONS, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.