mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: FFT - removed power-of-2 constraint on number of samples
This commit is contained in:
@ -45,7 +45,7 @@ pointNoiseCoeffs
|
||||
separator " ";
|
||||
|
||||
// Number of samples in sampling window
|
||||
// Must be a power of 2, default = 2^16 (=65536)
|
||||
// default = 2^16 (=65536)
|
||||
N 4096;
|
||||
|
||||
rhoRef 1.205;
|
||||
|
||||
@ -56,7 +56,7 @@ surfaceNoiseCoeffs
|
||||
p Curle;
|
||||
|
||||
// Number of samples in sampling window
|
||||
// Must be a power of 2, default = 2^16 (=65536)
|
||||
// default = 2^16 (=65536)
|
||||
N 1024;
|
||||
|
||||
rhoRef 1.205;
|
||||
|
||||
Reference in New Issue
Block a user