본문 바로가기
728x90
반응형

CST STUDIO SUITE8

CST Studio Suite Learning Edition 2023(학습용 버전) 오늘(2023/10/28) Dassault System 사이트를 보다보니 이전에 Student Edition이 Learning Edition으로 변경되어 있네요. 이 에디션은 학생뿐만 아니라 개인 학습 목적으로 모든 사람이 사용할 수 있다고 합니다. 물론 학습 및 학생용 에디션 라이센스 계약에 따른 상업적 목적은 제외된다고 합니다. 인터넷이 연결되어 있어야 하고, 이메일 등록 후 사용 가능합니다. 해석시 Mesch 사이즈에 제한이 있습니다. 아래 제한사항 확인 바랍니다. 설치 후 라이센스 상태입니다. CST Studio Suite의 경우 High Frequency, Low Frequency, Thermal & Mechanics만 가능합니다. High Frequency의 경우, 지원 Solver는 다음과 .. 2023. 10. 28.
CST STUDIO SUITE Learning Edition - Low Frequency Solver를 이용한 결합계수(Coupling Coefficient) 계산하기(Calculation) 2/2(CST STUDIO SUITE Learning Edition - Calculating the Coupling Coefficient using the Low Frequency Solver (Calculation) .. Bulk 구조 및 Ring 구조에서의 결합계수를 구하는 것은 이전 글을 참고하기 바란다. To find the coupling coefficients for Bulk and Ring structures, see the previous article. https://mwave.tistory.com/318 CST STUDIO SUITE Learning Edition - Low Frequency Solver를 이용한 결합계수(Coupling Coefficient) 계산하기(Calculatio 기본적인 Coil의 인덕턴스(Self inductance)를 해석하는 것은 이전 글을 참조하기 바란다. https://mwave.tistory.com/312 CST STUDIO SUITE Learning Edition -.. 2023. 1. 25.
CST STUDIO SUITE Learning Edition - Low Frequency Solver를 이용한 결합계수(Coupling Coefficient) 계산하기(Calculation) 1/2 (CST STUDIO SUITE Learning Edition - Calculation of Coupling Coefficient using Low Frequency Solver 1/2) 기본적인 Coil의 인덕턴스(Self inductance)를 해석하는 것은 이전 글을 참조하기 바란다. For a basic interpretation of the self-inductance of a coil, see the previous post. https://mwave.tistory.com/312 CST STUDIO SUITE Learning Edition - Low Frequency Solver를 이용한 WPC Qi A11 Coil(Wireless Charging) 해석하기 WPC Qi A11 Coil 의 세부 구조는 하기의 링크를 참조하기 바란다. https://mwave.tistory.com/310 WPC Qi 규격 중 BPP A11 코일 및 시스템 사양에 대하여 일반적으로 WPC Qi의 .. 2023. 1. 22.
CST STUDIO SUITE Learning Edition - Low Frequency Solver를 이용한 WPC Qi A11 Coil(Wireless Charging) 해석하기 WPC Qi A11 Coil 의 세부 구조는 하기의 링크를 참조하기 바란다. For the detailed structure of WPC Qi A11 Coil, please refer to the link below. https://mwave.tistory.com/310 WPC Qi 규격 중 BPP A11 코일 및 시스템 사양에 대하여 일반적으로 WPC Qi의 A11 교격은 5W 무선충전기에서 가장 많이 사용하는 규격이다. 충전기의 입력전압이 5V이고 이를 기준으로 수신기(핸드폰)의 출력전압이 5V / 1A되도록 맞춰진 형태를 갖추고 있 mwave.tistory.com 와이어는 통상 원형이나 해석을 간단하게 하기 위해서 정사각형 구조로 모델링한다. 이 경우 면적을 동일하게 하기 위해 폭을 계산한다. 요렇.. 2022. 12. 17.
Excel VBA로 CST STUDIO SUITE Learning Edition/Student Edition 제어하기 (Control CST STUDIO SUITE Learning Edition/Student Edition with Excel VBA) Student Edition이 Learning Edition으로 변경되었습니다. 이 에디션은 학생뿐만 아니라 개인 학습 목적으로 모든 사람이 사용할 수 있다고 합니다. 물론 학습 및 학생용 에디션 라이센스 계약에 따른 상업적 목적은 제외된다고 합니다. 인터넷이 연결되어 있어야 하고, 이메일 등록 후 사용 가능합니다. The Student Edition has been changed to the Learning Edition, which is said to be available to everyone for personal study purposes, not just students. Of course, commercial purposes are excluded under the Learning and S.. 2022. 12. 11.
Python으로 CST STUDIO SUITE 제어하기 (Control CST STUDIO SUITE with Python) Python의 win32com을 이용하여 CST STUDIO SUITE를 제어할 수 있는 예제를 올려둔다. 하기 예제는 변수를 등록하는 방법과 재질을 등록하는 법이 포함되어 있다. CST STUDIO SUITE을 잘 이용한다면 History에서 나온 내용들을 복사해서 하기 코드에 등록하면 된다. This is an example of controlling CST STUDIO SUITE using Python's win32com. The example below includes how to register a variable and how to register a material. If you are familiar with CST STUDIO SUITE, you can copy the contents f.. 2022. 11. 14.
Excel VBA를 이용하여 CST STUDIO SUITE 이용하기 (Using CST STUDIO SUITE with Excel VBA) Excel VBA ActiveX 컨트롤러를 이용하여 CST STUDIO SUITE을 제어할 수 있다. 아래의 내용은 기본 사례이다. You can control CST STUDIO SUITE by using an Excel VBA ActiveX controller. The following is a basic example. Sub Main() Dim studio As Object Set studio = CreateObject("CSTStudio.Application") 'OLE 객체 연결 명령 Dim ems As Object 'ems object 명령 Set ems = studio.NewEMS ' 저장경로 + 저장파일 ems.SaveAs "저장경로 + 저장파일", False ' Set Solver Ty.. 2022. 11. 13.
CST Studio Suite에서 제공하는 python script 사용하기(Using the python script provided by CST Studio Suite) CST Studio Suite 2022 버전은 Python 3.7 ~ 3.9 버전을 지원하고 있다. 하기 예제는 이에 해당하며, 혹여 Python 3.10에서 다루고자 한다면 win32com을 이용하기 바란다. CST Studio Suite version 2022 supports Python versions 3.7 through 3.9. The examples below are for Python 3.7 and 3.9, and if you want to work with Python 3.10, Python 3.10, please use win32com. # CST Library # PYTHONPATH # Windows: \CST Studio Suite 2022\AMD64\python_cst_librari.. 2022. 11. 9.
728x90
반응형