Getting Started with Yorick
- The terminal window where you type
interactive commands is not part of yorick. Neither is the text
editor you use to compose yorick programs. The
installation instructions include
recommendations for terminal emulators and text editors.
- Quickly read the first three chapters of the
user manual. The first chapter,
in particular, is a yorick tutorial.
- Quickly read the quick reference.
It contains a much more complete look at commonly used yorick
functions and programming constructs than the user manual; become
familiar with it.
- Choose one or more of the demonstration programs and work through it.
- demo1.i
- a 1D hydro code written in yorick interpreted code
- demo2.i
- solving the equations for the motion of a drumhead
- demo3.i
- computing the motion of a chaotic pendulum
- demo4.i
- plotting the flow past a Jakowski airfoil
- demo5.i
- make crude 3D plots (yorick computes the projections)
- Yorick has a help command and a library command.
Learn to use them, and learn to use your text editor to open and read
the yorick interpreted code in the Y_SITE/i
and Y_SITE/i0 directories. Often, the program
you want to write will be similar to something in those directories.
- The
yorick homepage has much more information about yorick, including
user forums where you can get help.