-
-
March 17, 2021 at 3:43 pm
MANNAN
SubscriberDear ConcernnI am new to FDTD and need to know how to make an array of dipoles along the x-axis using analysis group and scripting. I need to manipulate the parameter of the dipole in frequency domain-like (center frequency, offset bandwidth and pulse width).nI need to study the interaction of two dipoles or I want to start with phase array effect nIt will be very nice if I can get an example to start with. nLooking forward to reading the discussion RegardsnMannann -
March 18, 2021 at 5:34 pm
Taylor Robertson
Ansys EmployeeHello Mannan,nnThis sounds like an interesting test, and FDTD will naturally account for coherent phenomenon. In the OLED examples, we employ techniques to explore the incoherent effects. Unfortunately there we do not provide an existing analysis group that accomplishes this. The closest thing we have would be the random dipole cloud available in the object library. nYou could certainly modify this to create a regular coherent phased array. Alternatively and maybe simpler, you could use an array structure group modifying the script to add dipole sources instead of structure.n
The set-up of a linear array should be very simple, and you may want to start from scratch. For an array with uniform spacing dx and phase offset dphi, this might look like.nfor(i=1:N_dipole){n adddipole;n set('x',dx*(i-1));n set('phase',dphi*(i-1));}nnBest,n
-
March 19, 2021 at 5:00 am
MANNAN
SubscriberDear troberts nThanks a lot for your help. I will definitely work on your suggestions and will let you know if I need further your suggestions.nRegarding updating the dipole properties by script as you have mentioned nfor(i=1:N_dipole){n adddipole;n set('x',dx*(i-1));n set('phase',dphi*(i-1));}nhow to further update the dipole properties like frequency, band width , pulse type (broadband) pulse length, and offset.nI need to simulate with particular properties of dipole. ncould you please let me know a sample, FOR LOOP for make a dipole which include frequency, band width , pulse type (broadband) pulse length, and offset.nIs it possible to add such parameters using the set command like shown below.nlooking forward to hear from you soonnThanks a lot and regards nn?set('center frequency', number)nset('pluse type', number)nset('offset', number)
-
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Ansys Innovation Space

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions
- “Import optical generation” or “delta generation rate”?
- Why am I getting “process exited without calling finalize”, and how do I fix it?
- Error on Lumerical device
- Using a license file on a new license server
- Error: addfdtd is not a valid function or a variable name
- Ansys Insight: Diverging Simulations
- Ansys Insight: Transmission results greater than one
- Ansys Insight: About override mesh in FDTD: its use and settings
- Ansys Insight: Convergence issues in CHARGE
- Is there a Lumerical script command to output the Simulation and Memory requirements?
Top Contributors
-
2630
-
2104
-
1329
-
1110
-
461
Top Rated Tags
© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.