![]() |
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
|
Helper class to simplify 2D coordinate storage and calculations. More...
Public Member Functions | |
| Coord2D (double xInit=0.0, double yInit=0.0) | |
| double | magnitude () const |
| double | distance (const Coord2D &point) const |
Public Attributes | |
| double | x |
| double | y |
Helper class to simplify 2D coordinate storage and calculations.
|
inline |
|
inline |
Referenced by sierra::nalu::F_gamma().
|
inline |
| double sierra::nalu::Coord2D::x |
Referenced by distance(), and sierra::nalu::F_gamma().
| double sierra::nalu::Coord2D::y |
Referenced by distance(), and sierra::nalu::F_gamma().
1.8.11