![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <ABLProfileFunction.h>
Public Member Functions | |
| StableABLProfileFunction (double gamma_m, double gamma_h) | |
| virtual | ~StableABLProfileFunction () |
| double | velocity (const double znorm) const |
| double | temperature (const double znorm) const |
Public Member Functions inherited from sierra::nalu::ABLProfileFunction | |
| ABLProfileFunction () | |
| virtual | ~ABLProfileFunction () |
Private Attributes | |
| double | gamma_m_ |
| double | gamma_h_ |
| sierra::nalu::StableABLProfileFunction::StableABLProfileFunction | ( | double | gamma_m, |
| double | gamma_h | ||
| ) |
|
virtual |
|
virtual |
Implements sierra::nalu::ABLProfileFunction.
References gamma_h_.
|
virtual |
Implements sierra::nalu::ABLProfileFunction.
References gamma_m_.
|
private |
Referenced by temperature().
|
private |
Referenced by velocity().
1.8.11