소개
본 교육에서는 Fluent 에서 활용 가능한 사용자 정의 함수(User-Defined Function, UDF)를 활용하고 설정 하는 방법을 제공합니다. Ansys Fluent 는 이러한 UDF 를 활용하여 Fluent 가 제공하지 못하는 모델, 기능 등을 유저가 직접 설정하고 시뮬레이션을 할 수 있도록 도와줍니다.
필수 선행 조건
- Completion of “Ansys Fluent Getting Started: Basics” course is required.
- Experience with Ansys Fluent software is strongly recommended.
- Completion of the “Ansys Fluent Expressions Language” course is highly recommended. This course will give you a clear picture of customization tasks that can be easily accomplished with Expressions, without the need for deep programming knowledge and writing your own UDF.
- Some prior experience with a programming language, preferably a C-based language is essential. The introduction to C itself is very firm during this course. The focus is on the usage of Fluent macros embedded in a C program. UDFs are written in C90.