#include <POW.hxx>
Public Member Functions | |
POW () | |
void | initialize (double power, void *component) |
void | run () |
This class is a C++ wrapper for a while loop calling a Cle-2000 procedure named PowComponent.c2m at each iteration.
POW::POW | ( | ) |
use this constructor to create a new POW object
void POW::initialize | ( | double | power, |
void * | component | ||
) |
use this method to assign a Calcium component to the POW object
power | thermal reactor power in MW |
component | Calcium component reference |
void POW::run | ( | ) |
use this method to execute the POW object