Matei,
There's no really clean way to do what you ask with
the existing functionality. But you might be
able to get away with the following.
Suppose that your line of constant PSI was predominantly
horizontal then you could write:
do x=$x1,$x2,$dc
along x=$x locate Y[] when PSI[]==$PSItarget -> y
probe MYFUNC[] at $x,$y -> v
end do
As written the test used to locate $PSItarget is not
very robust and you would probably need to explore something
along the lines of:
abs(PSI[]-$PSItarget) < $tol
The other alternaive would be to output the field data in
a form that could be read by MATLAB, or OCTAVE, and the
use whatever machinery they have to extract a contour.
James
>
> Thanks in advance.
> matei
> >