Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年8月4日 GMT-4 01:52
I think it is possible to use two frequencies only in transient problem.
In frequency domain is solution expected as E=Esolved*exp(i*omega*t) where omega is given by frequency.
I think it is possible to use two frequencies only in transient problem.
In frequency domain is solution expected as E=Esolved*exp(i*omega*t) where omega is given by frequency.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年8月4日 GMT-4 07:09
Hi Jakob,
Thanks for the prompt reply. Some more questions:
1-Why does Comsol not allow this in Frequency domain? is this a conceptual fault at my end? or limited functionality of the frequency domain?
2-"E=Esolved*exp(i*omega*t) where omega is given by frequency" Where did you get this equation from? and this is the solution to the dipole? by solution you mean the weak expression Comsol uses to simulate a dipole or the "master equation" of the dipole?
3-Have not noticed much difference in the dipole definition options in transient analysis relative to the frequency domain. Are you saying that what i tried to do in Frequency domain should work in the transient domain? why is it logically more correct in transient domain.
4-If its only about time: i tried adding time dependent steps in Studies. But i do not understand the logic of this implementation either. Not that it worked :)
More help please.
Hi Jakob,
Thanks for the prompt reply. Some more questions:
1-Why does Comsol not allow this in Frequency domain? is this a conceptual fault at my end? or limited functionality of the frequency domain?
2-"E=Esolved*exp(i*omega*t) where omega is given by frequency" Where did you get this equation from? and this is the solution to the dipole? by solution you mean the weak expression Comsol uses to simulate a dipole or the "master equation" of the dipole?
3-Have not noticed much difference in the dipole definition options in transient analysis relative to the frequency domain. Are you saying that what i tried to do in Frequency domain should work in the transient domain? why is it logically more correct in transient domain.
4-If its only about time: i tried adding time dependent steps in Studies. But i do not understand the logic of this implementation either. Not that it worked :)
More help please.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年8月5日 GMT-4 03:30
1- If you express solution E=Esolve(x,y,z)*exp(i*omega*t) and insert it into Maxwell equations all time derivatives can be then expressed as dE/dt=Esolve(x,y,z)*exp(i*omega*t)*i*omega=i*omega*E
So you eliminate time from equations and solve only for Esolve(x,y,z). But you can use only one frequency omega!
2- I do not know what you mean by dipole, it radiates to the different directions with different intensity, so I do not know how you mean to simulate it. If you mean by dipole sipmly time dependent potential on some conductor, define it as function f(x,y,z,t) and describe intensity on some surface.
4-if you have different sources with different omegas you must use time dependent solution
Read RF module manual
Look at examples
1- If you express solution E=Esolve(x,y,z)*exp(i*omega*t) and insert it into Maxwell equations all time derivatives can be then expressed as dE/dt=Esolve(x,y,z)*exp(i*omega*t)*i*omega=i*omega*E
So you eliminate time from equations and solve only for Esolve(x,y,z). But you can use only one frequency omega!
2- I do not know what you mean by dipole, it radiates to the different directions with different intensity, so I do not know how you mean to simulate it. If you mean by dipole sipmly time dependent potential on some conductor, define it as function f(x,y,z,t) and describe intensity on some surface.
4-if you have different sources with different omegas you must use time dependent solution
Read RF module manual
Look at examples
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年8月5日 GMT-4 14:58
Hello,
I mentioned:
"And a dipole source using a the provided feature of electric point dipole (moment in x direction)" You can check comsol 4 for its e field/intensity patterns in 2 and 3d."
Incase you are implying that if we take out the time dependence from the equation, frequency domain, then the angular frequency is the only variable we have to implement wave progression?
My question was: can a plane wave generating boundary condition. (comsol feature) and an electric point dipole (comsol feature); two different sources of EMW, can have two different omegas in Freq domain? or you mean there can be only one omega for the entire model?
The equation you mentioned (the complex electric field solution) is something i cannot see in the defined electric point dipole feature of comsol 4.1
Perhaps you are refering to comsol 3.5?
Hello,
I mentioned:
"And a dipole source using a the provided feature of electric point dipole (moment in x direction)" You can check comsol 4 for its e field/intensity patterns in 2 and 3d."
Incase you are implying that if we take out the time dependence from the equation, frequency domain, then the angular frequency is the only variable we have to implement wave progression?
My question was: can a plane wave generating boundary condition. (comsol feature) and an electric point dipole (comsol feature); two different sources of EMW, can have two different omegas in Freq domain? or you mean there can be only one omega for the entire model?
The equation you mentioned (the complex electric field solution) is something i cannot see in the defined electric point dipole feature of comsol 4.1
Perhaps you are refering to comsol 3.5?
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2013年10月30日 GMT-4 11:53
Hello,
I know the thread has more then 2 years, but since it still is unanswered and it was one of the first results google gave me, I decided to post here, sorry if I am breaking any forum rules.
If I got the question right, I think you could use conditional expressions and the variable "freq" to implement multiple sources at different frequencies.
If the RF module work the same as the acoustics module, you probably have a text box where you could insert the amplitude of your source. In this box you could simply use something like:
freq*(freq>=600)
With this your source amplitude would be linearly dependant to the frequency for frequencies of 600Hz or more, being zero for any frequency smaller then 600Hz.
Hope this help.
Cheers
Hello,
I know the thread has more then 2 years, but since it still is unanswered and it was one of the first results google gave me, I decided to post here, sorry if I am breaking any forum rules.
If I got the question right, I think you could use conditional expressions and the variable "freq" to implement multiple sources at different frequencies.
If the RF module work the same as the acoustics module, you probably have a text box where you could insert the amplitude of your source. In this box you could simply use something like:
freq*(freq>=600)
With this your source amplitude would be linearly dependant to the frequency for frequencies of 600Hz or more, being zero for any frequency smaller then 600Hz.
Hope this help.
Cheers
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2014年10月5日 GMT-4 20:08
Hello,
I know the thread has more then 2 years, but since it still is unanswered and it was one of the first results google gave me, I decided to post here, sorry if I am breaking any forum rules.
If I got the question right, I think you could use conditional expressions and the variable "freq" to implement multiple sources at different frequencies.
If the RF module work the same as the acoustics module, you probably have a text box where you could insert the amplitude of your source. In this box you could simply use something like:
freq*(freq>=600)
With this your source amplitude would be linearly dependant to the frequency for frequencies of 600Hz or more, being zero for any frequency smaller then 600Hz.
Hope this help.
Cheers
Hi Gregorio,
Could you please elaborate on this? If I wanted to have a source at 800 Hz and another at 1500 Hz, how would I implement this?
Best,
Jerry
[QUOTE]
Hello,
I know the thread has more then 2 years, but since it still is unanswered and it was one of the first results google gave me, I decided to post here, sorry if I am breaking any forum rules.
If I got the question right, I think you could use conditional expressions and the variable "freq" to implement multiple sources at different frequencies.
If the RF module work the same as the acoustics module, you probably have a text box where you could insert the amplitude of your source. In this box you could simply use something like:
freq*(freq>=600)
With this your source amplitude would be linearly dependant to the frequency for frequencies of 600Hz or more, being zero for any frequency smaller then 600Hz.
Hope this help.
Cheers
[/QUOTE]
Hi Gregorio,
Could you please elaborate on this? If I wanted to have a source at 800 Hz and another at 1500 Hz, how would I implement this?
Best,
Jerry
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2014年10月6日 GMT-4 00:23
Hi Gregorio,
Could you please elaborate on this? If I wanted to have a source at 800 Hz and another at 1500 Hz, how would I implement this?
Best,
Jerry
Hi Jerry,
I belive if you wanted to do something like two Dirac (with amplitude = 1) deltas, one in 800Hz and another in 1500Hz you could input the following in the Amplitude box:
1*(freq ==800)+1*(freq==1500)
Not sure if double or single equals, but with this, for every frequency appart from 800 and 1500 the values of the expressions inside the parentheses would be equal zero. But usually discontinuities like this are not solver friendly, maybe you could use a gaussian pulse, then your input would me something like (for gaussian):
1/sqrt(2*pi)*exp(-(freq-800).^2/(2*1^2))+1/sqrt(2*pi)*exp(-(freq-1500).^2/(2*1^2))
Basically you can input any mathematical equation in the amplitude box.
Hope this helps (and works out)
Greg
[QUOTE]
Hi Gregorio,
Could you please elaborate on this? If I wanted to have a source at 800 Hz and another at 1500 Hz, how would I implement this?
Best,
Jerry
[/QUOTE]
Hi Jerry,
I belive if you wanted to do something like two Dirac (with amplitude = 1) deltas, one in 800Hz and another in 1500Hz you could input the following in the Amplitude box:
1*(freq ==800)+1*(freq==1500)
Not sure if double or single equals, but with this, for every frequency appart from 800 and 1500 the values of the expressions inside the parentheses would be equal zero. But usually discontinuities like this are not solver friendly, maybe you could use a gaussian pulse, then your input would me something like (for gaussian):
1/sqrt(2*pi)*exp(-(freq-800).^2/(2*1^2))+1/sqrt(2*pi)*exp(-(freq-1500).^2/(2*1^2))
Basically you can input any mathematical equation in the amplitude box.
Hope this helps (and works out)
Greg