cape.pyfun.faux
: FAUXGeom interface module¶
This is a module for interacting with FUN3D input files that define
geometry for adaptation. Files defined in the FAUXGeom file
faux_input
can have their surface meshes refined while other
surfaces must be frozen.
- class cape.pyfun.faux.FAUXGeom(fname='faux_input')¶
File control class for
faux_input
- Call:
>>> faux = pyFun.FAUXGeom()
- Inputs:
- fname:
str
Name of
faux_input
file or template
- fname:
- Outputs:
- Versions:
2017-02-23
@ddalle
: First version
- ConvertToVal(val)¶
Convert a text description to a Python value
- Read(fname)¶
Read a
faux_input
input file or template- Call:
>>> faux.Read(fname)
- Inputs:
- fname:
str
Name of
faux_input
file or template
- fname:
- Versions:
2017-02-23
@ddalle
: First version
- SetGeom(comp, geom)¶
Set geometry definition for a component