unicfdlab / libAcoustics

libAcoustics - OpenFOAM library for far-field noise computation
140 stars 57 forks source link

pimpleFoam #28

Closed soydanahmet closed 4 years ago

soydanahmet commented 4 years ago

Hi,

I use the libAcoustics library for the marine propeller acoustics analyisis and I want to use the pimpleFoam solver because the physics is incompressible, but libAcoustics gives an error because the pimpleFoam solver does not save the rho field. How can I solve this?

soydanahmet commented 4 years ago

I think I solved the problem. For incompressible flow analysis, please do the following amendment in fwhCommonSettings file

"rho rhoInf ;" instead of "rho rho;"