TAGGED: nanoparticles, solar
-
-
June 17, 2022 at 10:27 am
-
June 17, 2022 at 5:07 pm
Guilin Sun
Ansys EmployeeThis is a little tedious but you can do it:
you know the center locations for each nano particle, and know the radius, you can use script to add them. eg
1: specify the center xyz coordinates
2: write a loop or nested loop, eg
for (n=1:10){
addsphere;
set("x",x(n));
set("y",y(n));
set("z",z(n));
}
3: since they have the same radius and material, you can use
selectall;
set("radius",radius);
set("material","Au (Gold) - CRC");
You could optimize the location parameters to use few loops in some cases. You know the triangle slope so it can be easy to find an analytical solution.
The script can be inside a structure group, or independent. It may need trial and error but I am sure you can do it by your own. Please refer some structure groups in the object library.
PS: usually you would not include the air/Si interface inside the simulation region. otherwise it will beed large simulation volume and long simulation time, except the Sillicon is only a few um thick.
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

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.
- “Import optical generation” or “delta generation rate”?
- Why am I getting “process exited without calling finalize”, and how do I fix it?
- Error: addfdtd is not a valid function or a variable name
- Error on Lumerical device
- Using a license file on a new license server
- Ansys Insight: Transmission results greater than one
- Ansys Insight: Diverging Simulations
- Ansys Insight: About override mesh in FDTD: its use and settings
- Is there a Lumerical script command to output the Simulation and Memory requirements?
- Ansys Insight: Convergence issues in CHARGE
-
3812
-
2607
-
1853
-
1244
-
600
© 2023 Copyright ANSYS, Inc. All rights reserved.