{ "cells": [ { "cell_type": "markdown", "id": "300232bf", "metadata": {}, "source": [ "# Applied: Prepare a NACA airfoil for a Fluent simulation\n", "\n", "Once a NACA airfoil is designed, it is necessary to prepare the geometry for a CFD simulation. This notebook demonstrates\n", "how to prepare a NACA 6412 airfoil for a Fluent simulation. The starting point of this example is the previously designed\n", "NACA 6412 airfoil. The airfoil was saved in an SCDOCX file, which is now imported into the notebook. The geometry is then\n", "prepared for the simulation.\n", "\n", "In case you want to run this notebook, make sure that you have run the previous notebook to design the NACA 6412 airfoil.\n", "\n", "## Import the NACA 6412 airfoil\n", "\n", "The following code starts up the Geometry Service and imports the NACA 6412 airfoil. The airfoil is then displayed in the\n", "notebook." ] }, { "cell_type": "code", "execution_count": 1, "id": "286742cd", "metadata": { "execution": { "iopub.execute_input": "2024-09-11T12:31:43.663601Z", "iopub.status.busy": "2024-09-11T12:31:43.663601Z", "iopub.status.idle": "2024-09-11T12:31:49.910496Z", "shell.execute_reply": "2024-09-11T12:31:49.910496Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "72604e1c16a543d68ee482ace3db7841", "version_major": 2, "version_minor": 0 }, "text/plain": [ "EmbeddableWidget(value='" } }, "4c4e8f8db8b0417dbfc4e790bdd23cd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "62787ffc8c7a420fb77a7438a357b116": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "72604e1c16a543d68ee482ace3db7841": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_3056b3f1fafe487aa2a4f6fe12e83f44", "placeholder": "​", "style": "IPY_MODEL_16271f3409574c35a9fb60591b2a0bc1", "value": "" } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 5 }