2. Usage#
\(\phantom{\xi}\)
This section demonstrates how to use pyALF through small examples that can be directly executed, if everything has been set up as described in Section 1. It first shows on a minimal example how to run an ALF simulation and get some results. Then the different features of pyALF are expanded in more detail.
For a reference on all features, see Section 3.
Tip
The Python builtin help()
is very useful for getting information on an object. Try e.g. help(Simulation)
after importing Simulation
from py_alf
.