deltaFlow
main.C File Reference

Main entry point for the deltaFlow (power flow analysis application). More...

#include "Argparse.H"
#include "Display.H"
#include "PowerFlowApplication.H"
Include dependency graph for main.C:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Main entry point for the deltaFlow (power flow analysis application).

Definition in file main.C.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 30 of file main.C.

30 {
32
33 ArgumentParser args(argc, argv);
34
35 PowerFlowApplication app(args.getOptions());
36 return app.run();
37}
Parses and stores command-line arguments for deltaFlow.
Definition Argparse.H:64
Orchestrates the full power-flow analysis pipeline for one run.
void printTerminalBanner()
Prints the full colored banner to terminal.
Definition Display.H:313

References ArgumentParser::getOptions(), Display::printTerminalBanner(), and PowerFlowApplication::run().

Here is the call graph for this function: