- Posts: 2090
- Thank you received: 34
Akabak for beginers
- bee
- Topic Author
- Offline
- Platinum Member
Please Log in or Create an account to join the conversation.
- ewantsang
- Offline
- New Member
- Posts: 8
- Thank you received: 0
sorry BEE, I miss a letter for this word, it is should be Drone.bee wrote: dron driver...... not sure what you mean......
BTW, I cannot fully understand the definte comments. i copy a script shown below, when i am running in acoustic pressurel, the AKABAK point out a warring as"the Def_const declaration can only apear once".
| Slit1.aks
Def_const
{t=15e-6; |Foil thickness
rho=2.685e-8; |resistivity for aluminium
HD=0.010; |Magnet gap width(m)
RD=0.009; |Ribbon width
WD=0.042; |Ribbon length
B=0.028; |Flux density in the airgap (T)
Mmd=1.52976e-5;|static ribbon mass(kg)
SD=(WD*HD); |Forces a rectangular radiator
l=WD; |ribbon length defines 1
Ree=rho*1/(RD*t); |resistance calculation
b1=0.0025; |back duct length
f1=0.0025; |front duct length
Vback=HD*WD*b1; |calcuation of real closed chamber
}
Def_Driver'ribbon'
Meas_DoNotModify
Re={Ree}
Mms={Mmd}
Bl={B*l}
fs=0.001Hz
Rms=0.3Ns/m
WD={WD}
HSD={HD}
System
Driver Def="ribbon"
Node=1=0=2=3
Duct 'silt'
Node=2=3
HD=0.5mm |Width of the silt
WD=84mm |double the length for each side!
Len=4.5mm |effective length of the silt
NoVisc
Duct 'front'
Node=2=4
HD={HD} WD={WD}
Len=(f1-(f1*0.425)} |end correction removed
NoVisc
Enclosure
Node=3
Vb={Vback}
Radiator Def="ribbon"
Node=2=0
HD={HD} WD={WD}
what is wrong with this script? could you please show methe right script for this simulation?
very thakns!
Please Log in or Create an account to join the conversation.
- bitzo
- Offline
- Platinum Member
- Posts: 637
- Thank you received: 1
Node=2=0
HD={HD} WD={WD}
I can't understand well how your cab should be however IMHO I guess radiator definition isn't correct.
should be
Radiator Def "ribbon"
Node=4
HD={HD} WD={WD}
Please Log in or Create an account to join the conversation.
- bee
- Topic Author
- Offline
- Platinum Member
- Posts: 2090
- Thank you received: 34
Please Log in or Create an account to join the conversation.
- ewantsang
- Offline
- New Member
- Posts: 8
- Thank you received: 0
bitze and Bee, thank you very much!bee wrote: nice one bitzo, thats the only error i can see, but mind you, im shattered so ill take another look in the morning...
this script is a ribbon speaker,here is attached the origianl files for this script for you review.
Best Regards!
Please Log in or Create an account to join the conversation.
- bitzo
- Offline
- Platinum Member
- Posts: 637
- Thank you received: 1
Def_const
{t=15e-6; |Foil thickness
rho=2.685e-8; |resistivity for aluminium
HD=0.010; |Magnet gap width(m)
RD=0.009; |Ribbon width
WD=0.042; |Ribbon length
B=0.028; |Flux density in the airgap (T)
Mmd=1.52976e-5;|static ribbon mass(kg)
SD=(WD*HD); |Forces a rectangular radiator
l=WD; |ribbon length defines 1
Ree=rho*1/(RD*t); |resistance calculation
b1=0.0025; |back duct length
f1=0.0025; |front duct length
Vback=HD*WD*b1; |calcuation of real closed chamber
correction=f1-(f1*0.425);
}
Def_Driver 'ribbon'
Re={Ree}
Mms={Mmd}
Bl={B*l}
fs=0.001Hz
Rms=0.3Ns/m
WD={WD}
HD={HD}
System
Driver Def="ribbon"
Node=1=0=2=3
Duct 'silt'
Node=2=3
HD=0.5mm |Width of the silt
WD=84mm |double the length for each side!
Len=4.5mm |effective length of the silt
NoVisc
Duct 'front'
Node=2=4
HD={HD} WD={WD}
Len={correction}
NoVisc
Enclosure
Node=3
Vb={Vback}
Radiator Def="ribbon"
Node=2=0
HD={HD} WD={WD}
Please Log in or Create an account to join the conversation.
- ewantsang
- Offline
- New Member
- Posts: 8
- Thank you received: 0
Hi dear bitzo,bitzo wrote: this one works like the comparison, the radiator connected to 0 means that the script take care of ground resonance.
Def_const
{t=15e-6; |Foil thickness
rho=2.685e-8; |resistivity for aluminium
HD=0.010; |Magnet gap width(m)
RD=0.009; |Ribbon width
WD=0.042; |Ribbon length
B=0.028; |Flux density in the airgap (T)
Mmd=1.52976e-5;|static ribbon mass(kg)
SD=(WD*HD); |Forces a rectangular radiator
l=WD; |ribbon length defines 1
Ree=rho*1/(RD*t); |resistance calculation
b1=0.0025; |back duct length
f1=0.0025; |front duct length
Vback=HD*WD*b1; |calcuation of real closed chamber
correction=f1-(f1*0.425);
}
Def_Driver 'ribbon'
Re={Ree}
Mms={Mmd}
Bl={B*l}
fs=0.001Hz
Rms=0.3Ns/m
WD={WD}
HD={HD}
System
Driver Def="ribbon"
Node=1=0=2=3
Duct 'silt'
Node=2=3
HD=0.5mm |Width of the silt
WD=84mm |double the length for each side!
Len=4.5mm |effective length of the silt
NoVisc
Duct 'front'
Node=2=4
HD={HD} WD={WD}
Len={correction}
NoVisc
Enclosure
Node=3
Vb={Vback}
Radiator Def="ribbon"
Node=2=0
HD={HD} WD={WD}
Nice simulation! Very Grateful To You!
Please Log in or Create an account to join the conversation.
- ewantsang
- Offline
- New Member
- Posts: 8
- Thank you received: 0
i have a query for the comperssion driver script descript in red word shown attached, could you please kindly help me how to solve?
Please Log in or Create an account to join the conversation.
- Thawach
- Offline
- Platinum Member
- Posts: 366
- Thank you received: 9
Please Log in or Create an account to join the conversation.
- Silversurfer
- Offline
- New Member
- Posts: 12
- Thank you received: 0
Hi bitzo,
have you found out a way to model a, for example midrange, horn which comprises a phase plug in the middle of the defined hornsectional areas without changing the outer dimensions of each horn throat/mouth circumferences, which otherwise would influence the frequency dependend directivity of the whole horn?
Help would be appreciated in advance!
Kindest regards
Please Log in or Create an account to join the conversation.