Acoustic Horn Design – The Easy Way (Ath4)

Member
Joined 2004
Paid Member
should my vacs plots from unmodified script match your posts ? except for higher mesh frequency
I tried to double the number of mesh elements, my results are virtually the same. The resolution is obviously high enough already.
BTW, there should be no need to increase the mesh frequency. Instead, in a case it's too low, increase the model resolution set in an Ath script (*Resolution items).

1674375891017.png
 
  • Like
Reactions: 1 user
This is an ABEC project template to put the T-S parameters of an acutal driver in and simulate the real (absolute) SPL levels, excursion, etc. In ABEC, simply set a path to your MSH file from a different project (Mesh files - Replace file...). You can then re-generate your project without affecting this one.

1674383677515.png
 

Attachments

  • ABEC_BEE_driver.zip
    1.9 KB · Views: 51
Last edited:
I tried to double the number of mesh elements, my results are virtually the same. The resolution is obviously high enough already.
BTW, there should be no need to increase the mesh frequency. Instead, in a case it's too low, increase the model resolution set in an Ath script (*Resolution items).

View attachment 1133319
I'm still having (pilot?) errors in duplicating your results.
First try, my mouse skipped and I missed copying the SPL_V section at the bottom of the script and did only a 180 degree version. With that fixed, I get attached results from what should be identical script as you posted yesterday.
I notice that the Y offset in the abec drawing is different. My script has YOffset = -420.
with the attached MabatExampledFixed, my changes to z and w in the dipole opening section seem to be ignored.
 

Attachments

  • CompositeGraph.png
    CompositeGraph.png
    204.4 KB · Views: 44
  • MabatExampleFixed.txt
    1.4 KB · Views: 54
  • config.txt
    961 bytes · Views: 36
Is there a simple way to script it as an MTM in quarter symmetry?
Needed a little touch.
https://at-horns.eu/ext/ath-4.9.0-pre-230122-2.zip

1674386685351.png


Code:
BEE = {
  Height = 460      ; [mm]
  Radius = 125      ; [mm]
  Depth = 250       ; [mm]
  Source = 90       ; diaphragm radius [mm]
  YOffset =  105   ; [mm]
  ZOffset = 40      ; [mm]
  Resolution = 25,25,35,40  ;  top-front, top-back, bottom-back, bottom-front [mm]
  
  MTM = 1 ; 1/4 symmetry --> set YOffset = Height/2 + Radius
  
  ; dipole opening
  Port = {
    z = 25          ; [mm]
    w = 40          ; [mm]
    wt = 15         ; wall thickness [mm]
    Resolution = 25 ; [mm]
    Damping = 0.5   ; interior wall damping
    OpenTop = 0
  }
}

; don't mesh the waveguide
Mesh.WG = 0

; 1/4 symmetry
Mesh.Quadrants = 1
 
  • Like
Reactions: 1 user

"Let us assume the following conditions exist: (1) The
distance to the speaker from the remote point x is large
compared to the wave length of the sound being con
sidered; (2) the dimensions of the enclosure are small
compared to the wave length of the sound,
..."

OK, what do you do if the assumption (2) doesn't hold, as in our case? That's typically where a simple theory ends...
 
Generaly speaking, it depend on a shape of the the box. Obviuosly, that begining from a certain frequency the standing waves will appear inside the box and spoil the radiation pattern in the midband. However, this is a second order effect in gradient loudspeaker when it comes to directivity control at low frequencies. The first order effect we need to understand is how the time delay and distance between the back and front membrane side affects the on-axis frequency response and radiation pattern. The theory predicts this quite well.
 
Last edited:
Member
Joined 2004
Paid Member
Generaly speaking, it depend on a shape of the the box. [...] However, this is a second order effect in gradient loudspeaker when it comes to directivity control at low frequencies.
You said there's a way that "leads to the desired result more quickly". Maybe we just have different targets, as I'm mostly interested in the secondary effects I think, i.e. in frequencies 200 - 2000 - that's where it's supposed to operate.
 
  • Like
Reactions: 1 user