cape.pyover.bin
: OVERFLOW binary interface moduleΒΆ
This module provides an interface to the various OVERFLOW executables and other
command-line utilities from cape.bin
. However, due to some of the
subtleties of how the main OVERFLOW executables are called,
pyOver.case.RunPhase()
simply constructs the commands to run OVERFLOW
from cape.pyover.cmd
and runs them using cape.bin.callf()
.
In addition, all the more universal executable interfaces provided in
cape.bin
are imported directly,
from cape.bin import *
so no extra syntax is needed in order to access them from cape.pyfun.bin
- See also:
cape.bin
cape.cmd