![]() |
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 | |
| ABLProfileFunction () | |
| virtual | ~ABLProfileFunction () |
| virtual double | velocity (const double znorm) const =0 |
| virtual double | temperature (const double znorm) const =0 |
| sierra::nalu::ABLProfileFunction::ABLProfileFunction | ( | ) |
|
virtual |
|
pure virtual |
|
pure virtual |
Implemented in sierra::nalu::NeutralABLProfileFunction, sierra::nalu::UnstableABLProfileFunction, and sierra::nalu::StableABLProfileFunction.
Referenced by sierra::nalu::ComputeABLWallFrictionVelocityAlgorithm::compute_utau(), sierra::nalu::AssembleMomentumEdgeABLWallFunctionSolverAlgorithm::execute(), and sierra::nalu::AssembleMomentumElemABLWallFunctionSolverAlgorithm::execute().
1.8.11