TCOPFLOW solves a multi-period AC optimal power flow problem with the objective of minimizing the total cost over the given time horizon while adhering to intra-time and inter-temporal constraints. The problem setup is as following:
Here,
ExaGO must be built with Ipopt for this application.
TCOPFLOW is executed via
mpiexec -n <N> ./tcopflow <options>
where <options> are the available command line options as given in the next section.
There are several options available for the current version of TCOPFLOW. These options can be either set through the options file options/tcopflowoptions
or via the command line.
Set the name of the network file. Only MATPOWER format is currently supported. 4096 characters max.
mpiexec -n <N> ./tcopflow -netfile <netfilename>
The name of the file describing the wind generation profile. See $EXAGO_DIR/datafiles/case9/case9mod_gen3_wind.m
for the format.
The name of the file describing the active load profile. See $EXAGO_DIR/datafiles/case9/load_P.csv
for the format.
The name of the file describing the reactive load profile. See $EXAGO_DIR/datafiles/case9/load_Q.csv
for the format.
The time-step for multi-period TCOPFFLOW in minutes.
The duration for the multi-period TCOFLOW in hours.