-
-
April 30, 2022 at 5:57 am
M19045
Subscriber안녕하세요.
현재 저는 나방눈 구조의 반사방지 특성을 연구하고 있습니다.
그중에서도 parabola cone structure 구조에 대해 진행중에 있습니다.
parabola cone structure를 아래의 scipt로 구성했습니다.
W0 = 0.15e-6; H = 1e-6; W0 = W0*1e6; # convert to micron H = H*1e6; # convert to micron eqn = num2str(W0)+"*sqrt(1-(x-"+num2str(H/2)+")^2/"+num2str(H^2)+"+"+num2str(W0^2/H^2)+")"; addcustom({"create 3D object by":"revolution", "equation 1":eqn, "x span":H*1e-6, "y span":2*W0*1e-6, "z span":2*W0*1e-6, "first axis":"y", "rotation 1":90, "detail":1}); move(0,0,H/2*1e-6);
ㅇ현재 기판에 parabola cone structure로 뚫린 형태를 구성하려고 하고 있습니다.
그러기 위해서 이 구조의 mesh order 를 1로 변경하고자 합니다.
위의 script 에서 "mesh order":1, 을 적용시켰을 때, 해당 부분에서 에러가 발생하였습니다.
mesh order를 1로 변경할 수 있는 방법이 있을까요?
May 3, 2022 at 5:20 amshchoi
Subscriber해당 스크립트에서 detail이라는 parameter는 Graphical Rendering에 대한 detail 값이기에 구조에 아무런 영향이 없습니다.
말씀하신 것과 같이 mesh order를 1로 바꾸고자 할 때는 mesh order:1을 적용시키기 전에 override mesh 옵션을 check를 해줘야할 필요가 있습니다.
따라서, 아래와 같은 스크립트를 사용해주시면 됩니다.
"override mesh order from material database":1,
"mesh order":1Viewing 1 reply thread- The topic ‘Parabola cone structure script 관련’ is closed to new replies.
Ansys Innovation SpaceBoost 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.
Trending discussionsTop Contributors-
8808
-
4658
-
3155
-
1688
-
1478
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.
-