Second program for generating a 2D hyperbolic surface.

 

The program is called ‘prog12.f90’ and is supplied with the CPO package, together with a compiled version that is activated by the command ‘prog12’. Remember to firstly put the input information (as explained below) into the file ‘tempin.dat’ in the same directory. The output data will be put into the file ‘tempout.dat’.

The program deals with a surface that has planar symmetry (and so ‘planar’ symmetry must be specified in the databuilder), for use with CPO2D.

The equation of surface is x**2 - z**2 = a**2, for x > a, z > 0. The surface extends to infinity in the y direction.

 

See also program 11: which deals with a different orientation of the axes of the hyperbola.

 

See also program 13: which deals generating a 3D hyperbolic surface.

 

The input data are in file tempin.dat and have the format:

1. = a

1.72 = maximum x

0.2 = approximate length of each segment

1 1 = voltage number, number of subdivisions of each segment


This program has now been superseeded by the powerful option for users to use their own equations to define electrode shapes.