Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2cacf960 authored by ext-rogers_c's avatar ext-rogers_c
Browse files

Update field output

parent 99f4bc3b
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,11 @@ The `DUMPFIELDS` statement causes _opal-cycl_ to write out static magnetic field
The following attributes are enabled on the `DUMPFIELDS` statement:
- FILE_NAME::
FILE_NAME::
Name of the file to which field data is dumped. It is an error if the location reference by `FILE_NAME` cannot be opened. Any existing file is overwritten.
- X_START::
X_START::
Start point in the grid in x
- DX::
DX::
Grid step size in x
X_STEPS::
Number of steps in x. It is an error if `X_STEPS` is non-integer or less than 1.
......@@ -76,6 +76,8 @@ DUMPFIELDS, X_START=0., X_STEPS=101, DX=0.100,
The `DUMPEMFIELDS` statement causes _opal-cycl_ to write out electromagnetic field data on a 4D grid. Grids in a Cartesian coordinate system latexmath:[(x,y,z,t)] and a cylindrical coordinate system about the z-axis in latexmath:[(r,\phi,z,t)] are supported.
=== Cartesian Mode
In Cartesian mode the format of the field output is:
....
<number of rows>
......@@ -95,25 +97,6 @@ In Cartesian mode the format of the field output is:
...
....
In Cylindrical mode the format of the field output is:
....
<number of rows>
1 r [m]
2 phi [degree]
3 z [m]
4 t [ns]
5 Br [kGauss]
6 Bphi [kGauss]
7 Bz [kGauss]
8 Er [?]
9 Ephi [?]
10 Ez [?]
0
<r0> <phi0> <z0> <t0> <Br0> <Bphi0> <Bz0> <Er0> <Ephi0> <Ez0>
<r1> <phi1> <z1> <t1> <Br1> <Bphi1> <Bz1> <Er1> <Ephi1> <Ez1>
...
....
{nbsp} +
The following attributes are enabled on the `DUMPEMFIELDS` statement when operating in Cartesian mode:
......@@ -149,6 +132,27 @@ T_STEPS::
{nbsp} +
=== Cylindrical Mode
In Cylindrical mode the format of the field output is:
....
<number of rows>
1 r [m]
2 phi [degree]
3 z [m]
4 t [ns]
5 Br [kGauss]
6 Bphi [kGauss]
7 Bz [kGauss]
8 Er [?]
9 Ephi [?]
10 Ez [?]
0
<r0> <phi0> <z0> <t0> <Br0> <Bphi0> <Bz0> <Er0> <Ephi0> <Ez0>
<r1> <phi1> <z1> <t1> <Br1> <Bphi1> <Bz1> <Er1> <Ephi1> <Ez1>
...
....
The following attributes are enabled on the `DUMPEMFIELDS` statement when operating in Cylindrical mode:
FILE_NAME::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment