ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Namespaces | Variables
pyf_preprocessor.py File Reference

Go to the source code of this file.

Namespaces

 pyf_preprocessor
 

Variables

string pyf_preprocessor.header_str
 
 pyf_preprocessor.mode = sys.argv[1]
 
 pyf_preprocessor.f = open(sys.argv[2], "r")
 
 pyf_preprocessor.orig_lines = f.readlines()
 
 pyf_preprocessor.g = open(sys.argv[2] + ".autogen", "w")
 
string pyf_preprocessor.cur_mode = "both"