|
[Sponsors] |
August 1, 2023, 23:31 |
what is Spectral Methods?
|
#1 |
New Member
Aster
Join Date: Jun 2023
Posts: 17
Rep Power: 3 |
I have some conceptual doubts about spectral methods, and the following is my current understanding of spectral methods. I am not sure if my understanding is correct for this type of method:
Strictly speaking, spectral methods = FT(Fourier Transform)、FS(Fourier Series)、DFT, then discretely solving the transformed equations, and then transforming back. More generally, spectral methods involve transforming a function into another function, or expanding a function into a combination of a special set of functions, which can include not just Fourier bases, such as Legendre polynomials, Chebychev polynomials and etc. The subsequent process is the same as before, where the equation is transformed into another function's equation, discretely solved, and then transformed back.(the above is my guess because I have not yet seen an concrete example.) Is my understanding of this type/family of method accurate? If not, could you explain what your understanding of spectral methods is?" btw, I have heard the term 'pseudo-spectral methods', and I have briefly looked into the content of this method. However, I am curious as to why it is called 'pseudo-spectral'. What exactly are 'true spectral methods'? Last edited by Aerterliusi; August 1, 2023 at 23:34. Reason: sth missing |
|
August 1, 2023, 23:41 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,747
Rep Power: 66 |
Yes you are correct in the sense that spectral methods are solving the same equations in frequency domain, which is like doing a Fourier transform. It is not necessary however that the solution is not obtained via inverse transforming because the goal is not necessarily to obtain the solution in time domain.
Legendre polynomials and Chebyshev polynomials don't inherently have anything to do with spectral methods and are just techniques for solving discrete equations whether they be time-domain or spectral domain. But legendre and chebyshev polynomials lend themselves to being great basis functions for spectral methods. For the sake of determining whether a method is pseudo-spectral or spectral spectral, you can forget what basis functions are actually used. Actually the method of transforming into Fourier, solving the equations, and transforming back, is an example of a pseudo-spectral method. If your method of quadrature is done entirely in spectral space then it is a truly spectral method. If your method of quadrature involves going back to time-domain, then it is pseudo-spectral. |
|
August 1, 2023, 23:46 |
|
#3 | |
New Member
Aster
Join Date: Jun 2023
Posts: 17
Rep Power: 3 |
Quote:
|
||
August 2, 2023, 13:56 |
|
#4 |
Member
EM
Join Date: Sep 2019
Posts: 59
Rep Power: 7 |
any approximation method whose asymptotic error bound decreases faster than any algebraic power of the degrees-of-freedom, is called spectral. global polynomial expansions are best known, but spectral elements (local poly expansions) also have this property (for suitably smooth solutions).
for some types of bcs there are optimal (=lowest asymptotic error of any method) approximations: for periodic bcs are fourier; for double-Dirichlet chebs. pseudo-spectral refers to an approximate method for calculating the convolutions arising from the nonlinear terms. it suffers from aliasing errors, but the originator S. Orszag, showed how to remove those in fourier expansions - at a cost. the pseudo-spectral technique is a key enabling technology of usable SMs. -- |
|
August 3, 2023, 00:39 |
|
#5 | |
New Member
Aster
Join Date: Jun 2023
Posts: 17
Rep Power: 3 |
Quote:
As for pseudo-spectral methods, I looked at the wiki and through the examples given, I understand that while a "true" spectral method processes nonlinear terms by performing a Fourier transform on each variable and then performing operations such as multiplication or squaring, pseudo-spectral methods perform these operations directly in physical space and then perform a Fourier transform on the "whole" term. As for the alignment issue you mentioned, I am not quite familiar with it, but it is said to have been well resolved. |
||
August 3, 2023, 05:01 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
My experience is that SM are good but ... when you work on it you realize the issues.
Conservation is not ensured and aliasing requires proper treatment that reduces the formal spectral accuracy. I have no particular experience in spectral element (many years ago I had the chance to see Patera illustrating it and Nekton in use), may if they are proper inserted in an integral form that could be a better way than SM. |
|
Tags |
cfd, spectral method |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DNS LES RANS Spectral Methods | kh.aa | Main CFD Forum | 3 | November 9, 2019 14:28 |
Convection - Diffusion Spectral Study for Finite Difference Methods | juliom | Main CFD Forum | 16 | July 4, 2019 04:26 |
Higher Order Spectral Difference Methods | cfd seeker | Main CFD Forum | 24 | June 22, 2019 03:40 |
spectral methods for DNS and LES | ali | Main CFD Forum | 1 | January 16, 2006 10:47 |
comments on FDM, FEM, FVM, SM, SEM, DSEM, BEM | kenn | Main CFD Forum | 2 | July 18, 2004 19:28 |