![]() |
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
|
Calculates reference scalar dissipation rate. More...
#include <Converter.h>
Public Member Functions | |
| DeltaChiConverter () | |
| virtual | ~DeltaChiConverter () |
| virtual double | query (const std::vector< double > &inputs) const |
| Do a lookup in the table at the input variable coordinates provided. More... | |
| virtual void | read_hdf5 (H5IO &io) |
| Read this Converter from the provided I/O device. More... | |
Public Member Functions inherited from sierra::nalu::Converter | |
| Converter (const std::string &converterType) | |
| virtual | ~Converter () |
| const std::string & | name () const |
| Get the name of the variable returned by this Converter. More... | |
| const std::vector< std::string > & | input_names () const |
| Get the list of input variables, in the order that they are to be provided to the query() call. More... | |
| unsigned int | dimension () const |
| void | print_summary () const |
| Print a summary of this Converter configuration. More... | |
Private Member Functions | |
| DeltaChiConverter | operator= (const DeltaChiConverter &) |
Private Attributes | |
| double | zStoich_ |
Additional Inherited Members | |
Protected Attributes inherited from sierra::nalu::Converter | |
| std::string | name_ |
| std::vector< std::string > | inputNames_ |
| unsigned int | dimension_ |
Calculates reference scalar dissipation rate.
This converter calculates a reference scalar dissipation rate for flow where turbulence/chemistry interactions can be neglected.
| sierra::nalu::DeltaChiConverter::DeltaChiConverter | ( | ) |
|
virtual |
|
private |
|
virtual |
Do a lookup in the table at the input variable coordinates provided.
| inputs | : Array of input variable values |
Implements sierra::nalu::Converter.
References sierra::nalu::F_chi(), and zStoich_.
|
virtual |
Read this Converter from the provided I/O device.
Reimplemented from sierra::nalu::Converter.
References sierra::nalu::H5IO::read_attribute(), sierra::nalu::Converter::read_hdf5(), and zStoich_.
|
private |
Referenced by query(), and read_hdf5().
1.8.11