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
Public Member Functions | Public Attributes | List of all members
sierra::nalu::TanhFunction Class Reference

#include <PecletFunction.h>

Inheritance diagram for sierra::nalu::TanhFunction:
sierra::nalu::PecletFunction

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_
 

Constructor & Destructor Documentation

sierra::nalu::TanhFunction::TanhFunction ( double  c1,
double  c2 
)
sierra::nalu::TanhFunction::~TanhFunction ( )
virtual

Member Function Documentation

double sierra::nalu::TanhFunction::execute ( const double  indVar)
virtual

Member Data Documentation

double sierra::nalu::TanhFunction::c1_

Referenced by execute().

double sierra::nalu::TanhFunction::c2_

Referenced by execute().


The documentation for this class was generated from the following files: