|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <FFTCalculator.h>
Public Member Functions | |
| double | calcNy (std::vector< std::vector< double > > data, bool transposeData, int lx, int lz, int timeStepLength) |
| double | calcPhiDiff (std::vector< std::vector< double > > data, bool transposeData, int lx, int lz, int timeStepLength) |
| double | calcAmplitudeForTimeStep (std::vector< double > data, bool transposeData, int lx, int lz) |
Static Public Member Functions | |
| static std::shared_ptr< FFTCalculator > | getInstance () |
Definition at line 45 of file FFTCalculator.h.