cape.pyfun.bin: FUN3D binary interface moduleΒΆ

This module provides an interface to the various FUN3D executables and other command-line utilities from cape.bin. However, due to some of the subtleties of how the main FUN3D executables are called, pyFun.case.RunPhase() simply constructs the commands to run FUN3D from cape.pyfun.cmd and runs them using cape.bin.callf().

In addition, all the more universal executable interfaces provided in cape.bin, including the Cart3D utilities intersect and verify, are also imported. These are imported directly,

from cape.cfdx.bin import *

so no extra syntax is needed in order to access them from cape.pyfun.bin

See also: