![]() |
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 <PecletFunction.h>
Public Member Functions | |
| TanhFunction (double c1, double c2) | |
| virtual | ~TanhFunction () |
| double | execute (const double indVar) |
Public Member Functions inherited from sierra::nalu::PecletFunction | |
| PecletFunction () | |
| virtual | ~PecletFunction () |
Public Attributes | |
| double | c1_ |
| double | c2_ |
| sierra::nalu::TanhFunction::TanhFunction | ( | double | c1, |
| double | c2 | ||
| ) |
|
virtual |
|
virtual |
Implements sierra::nalu::PecletFunction.
Referenced by sierra::nalu::Realm::get_tanh_blending(), and sierra::nalu::WindEnergyAuxFunction::setup().
| double sierra::nalu::TanhFunction::c1_ |
Referenced by execute().
| double sierra::nalu::TanhFunction::c2_ |
Referenced by execute().
1.8.11