unicfdlab / libAcoustics

libAcoustics - OpenFOAM library for far-field noise computation
137 stars 54 forks source link

Unable to run / compile / install in Openfoam #108

Open Pranay1004 opened 9 months ago

Pranay1004 commented 9 months ago

I am using OF v2012 to run libacoustics. I need help in its correct installation and have FFTW installed on my system too. However, wmake command does not work. Kindly help me in resolving it. A step-by-step guide would be appreciated. image

mkraposhin commented 8 months ago

Hi @Pranay1004 , it looks like there are problems with FFT installation. Also, I would recommend you to use the latest version of libAcoustics (for OpenFOAM 2112).

Pranay1004 commented 8 months ago

Can you please show how to install FFT properly? Where does it need to be installed?

On Tue, Dec 5, 2023 at 12:54 PM Matvey Kraposhin @.***> wrote:

Hi @Pranay1004 https://github.com/Pranay1004 , it looks like there are problems with FFT installation. Also, I would recommend you to use the latest version of libAcoustics (for OpenFOAM 2112).

— Reply to this email directly, view it on GitHub https://github.com/unicfdlab/libAcoustics/issues/108#issuecomment-1840144784, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKVRHGUHCUWB2LE2YC5SZZLYH3D2DAVCNFSM6AAAAAA7HDYIK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBQGE2DINZYGQ . You are receiving this because you were mentioned.Message ID: @.***>

--

------------------------------------------------------------

Pranay Kumar Pandey

3rd Year, Aerospace Engineering

Amity University Mumbai

Panvel - 410206

*Email : @. @.>*

---------------------------------------------------------------

mkraposhin commented 8 months ago

Just install libfft on your linux machine and point to it's library with -l and -L flags in Make/options files as usually