|
CBAERO Analysis Interface Module (AIM)
CBAERO Analysis Interface Module (AIM)
|
If auto execution is enabled when creating an CBAero AIM, the AIM will execute refine just-in-time with the command line:
where preAnalysis generated the file "cbaeroInput.txt" which contains commandline arguments for cbaero.
If the TPS input is specified, then TPSSizer is also executed with
Note that TPSSizer is only executed if a TPSSizer executable is specified in the inputs (see AIM Inputs).
The analysis can be also be explicitly executed with caps_execute in the C-API or via Analysis.runAnalysis in the pyCAPS API.
Calling preAnalysis and postAnalysis is NOT allowed when auto execution is enabled.
Auto execution can also be disabled when creating an refine AIM object. In this mode, caps_execute and Analysis.runAnalysis can be used to run the analysis, or refine can be executed by calling preAnalysis, system call, and posAnalysis as demonstrated below with a pyCAPS example: