APE solver for aero-acoustic simulations
Hi. I am trying to couple APE solver with a fluid solver (OpenFOAM) via coupling library. For this purpose, the time dependent sources (calculated from the fluid sover) from a particular region in the grid are sent to APE solver. This means that the source terms are read from the coupling library rather than defining them in the configuration file at each time step. Now I have the mean flow terms and the source terms at each point in a grid. I want APE solver to read this grid along with the data. Can anyone suggest me how should I proceed with this approach, or is there any documentation which can help me with this. Sincerely, Nitish Arya
Hi Nitish, this sounds a lot like what i did in my dissertation [1,2] and what will be part of the upcoming Nektar++ major release. I did not use openFOAM but a proprietary code, so the flow part is not open source, but there is at least one openFOAM implementation. In case you dont want to use CWIPI for the data exchange, you can just subclass the virtual SolverUtils:Coupling class and implement your own. Cheers, Kilian [1] Lackhove, Kilian ; Sadiki, Amsini ; Janicka, Johannes: Efficient Three Dimensional Time-Domain Combustion Noise Simulation of a Premixed Flame Using Acoustic Perturbation Equations and Incompressible LES. In: ASME Turbo Expo 2017, ASME Turbo Expo 2017 : ASME, 2017 [2] Lackhove, Kilian: Hybrid Noise Simulation for Enclosed Configurations, TU Darmstadt (2018), http://tuprints.ulb.tu-darmstadt.de/7611/ Am 22.12.18 um 17:15 schrieb Nitish Arya:
Hi. I am trying to couple APE solver with a fluid solver (OpenFOAM) via coupling library. For this purpose, the time dependent sources (calculated from the fluid sover) from a particular region in the grid are sent to APE solver. This means that the source terms are read from the coupling library rather than defining them in the configuration file at each time step. Now I have the mean flow terms and the source terms at each point in a grid. I want APE solver to read this grid along with the data.
Can anyone suggest me how should I proceed with this approach, or is there any documentation which can help me with this.
Sincerely, Nitish Arya
_______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (2)
- 
                
                Kilian Lackhove
- 
                
                Nitish Arya