> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/blog/install/nurion/openfoam.md).

# OpenFOAM

OpenFOAM(Open Field Operation and Manipulation)은 주로 유체역학(CFD) 시뮬레이션에서 사용되는 오픈소스 시뮬레이션 소프트웨어입니다. 유체 흐름, 열전달, 화학 반응, 고체역학, 전자기장 등 다양한 물리적 현상을 시뮬레이션 할 수 있고, C++ 언어로 개발되어 사용자 정의가 용이하고 확장성이 높으며 병렬 계산을 지원해 대규모 시뮬레이션도 효율적으로 처리할 수 있는 프로그램 입니다.

* OpenFOAM 홈페이지(The OpenFOAM Foundation) : [https://openfoam.org](https://openfoam.org/)&#x20;
* OpenFOAM 설치 문서

{% content-ref url="/pages/nmY2HJHluDA8YWoV4AB7" %}
[OpenFOAM-v1912 설치 소개](/blog/install/nurion/openfoam/nurion-openfoam-v1912-install.md)
{% endcontent-ref %}

{% content-ref url="/pages/uMRcAJ6YNsl3sSOEclXZ" %}
[OpenFOAM-v1712 설치 소개](/blog/install/nurion/openfoam/openfoam-v1712-install.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ot6fUQygPqLarrc9kdOM" %}
[OpenFOAM-7 버전 설치 소개(KNL)](/blog/install/nurion/openfoam/openfoam-7-install-knl.md)
{% endcontent-ref %}

{% content-ref url="/pages/dInBUPYnjvHtiNWFiDIS" %}
[OpenFOAM-7 버전 설치 소개(SKL)](/blog/install/nurion/openfoam/openfoam-7-install-skl.md)
{% endcontent-ref %}

{% content-ref url="/pages/uXTpjAwoJhEtR794Od9l" %}
[OpenFOAM-5.x 버전 설치 소개(KNL)](/blog/install/nurion/openfoam/openfoam-5.x-install-knl.md)
{% endcontent-ref %}

{% content-ref url="/pages/g9cHdJzIBULbVIsHUaEb" %}
[OpenFOAM-5.x 버전 설치 소개(SKL)](/blog/install/nurion/openfoam/openfoam-5.x-install-skl.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/install/nurion/openfoam.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
