Computes turbine power for 1-phase flow. More...
#include <SimpleTurbinePowerAux.h>
Public Member Functions | |
| SimpleTurbinePowerAuxTempl (const InputParameters ¶meters) | |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual Real | computeValue () override |
Protected Attributes | |
| const bool & | _on |
| Flag indicating if turbine is operating or not. More... | |
Computes turbine power for 1-phase flow.
Definition at line 21 of file SimpleTurbinePowerAux.h.
| SimpleTurbinePowerAuxTempl< T >::SimpleTurbinePowerAuxTempl | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file SimpleTurbinePowerAux.C.
|
overrideprotectedvirtual |
Definition at line 38 of file SimpleTurbinePowerAux.C.
|
static |
Definition at line 21 of file SimpleTurbinePowerAux.C.
|
protected |
Flag indicating if turbine is operating or not.
Definition at line 30 of file SimpleTurbinePowerAux.h.
1.8.14