Spatial FFT
Create a spatial FFT dataset.
Syntax
model.result().dataset().create(<dtag>,"SpatialFFT");
model.result().dataset(<dtag>).set(property,<value>);
Description
model.result().dataset().create(<dtag>,"SpatialFFT") creates a spatial FFT dataset.
Spatial FFT datasets compute the spatial Fourier transform of a variable or expression.
The following properties are available:
true | false
none | dataset name
frequency | index
auto | manual
sfft1fx (for an sfft1 dataset)
Fourier space x component variable name.
sfft1fy (for an sfft1 dataset)
Fourier space y component variable name.
sfft1fz (for an sfft1 dataset)
Fourier space z component variable name.
normal | periodic | padding
true | false
The zero padding in the x direction if layout is set to padding.
The zero padding in the y direction if layout is set to padding.
The zero padding in the z direction if layout is set to padding.
The element refinement to use, if resolution is set to manual.
norefine | coarse | normal | fine | finer | extrafine | custom
The sampling resolution in the x direction if gridres is set to manual.
The sampling resolution in the y direction if gridres is set to manual.
The sampling resolution in the z direction if gridres is set to manual.