Class to wrap the F_gamma() function with an interface that is compatible with our Functor implementation.
More...
#include <Functions.h>
|
| | FGamma (const int nMixFrac) |
| |
| | ~FGamma () |
| |
| void | setZStoich (const std::vector< std::vector< double > > &zStoich) |
| |
| void | setGammaMaxStoich (const std::vector< double > &gammaMaxStoich) |
| |
| double | query (const double *Z) const |
| | Class to wrap the F_gamma() function with an interface that is compatible with our Functor implementation. More...
|
| |
Class to wrap the F_gamma() function with an interface that is compatible with our Functor implementation.
| sierra::nalu::FGamma::FGamma |
( |
const int |
nMixFrac | ) |
|
|
inlineexplicit |
| sierra::nalu::FGamma::~FGamma |
( |
| ) |
|
|
inline |
| double sierra::nalu::FGamma::query |
( |
const double * |
Z | ) |
const |
| void sierra::nalu::FGamma::setGammaMaxStoich |
( |
const std::vector< double > & |
gammaMaxStoich | ) |
|
|
inline |
| void sierra::nalu::FGamma::setZStoich |
( |
const std::vector< std::vector< double > > & |
zStoich | ) |
|
|
inline |
| std::vector<double> sierra::nalu::FGamma::gammaMaxStoich_ |
|
private |
| std::vector<double> sierra::nalu::FGamma::zBuf_ |
|
mutableprivate |
| std::vector<std::vector<double> > sierra::nalu::FGamma::zStoich_ |
|
private |
The documentation for this class was generated from the following files: