Skip to content

Commit 0a0ea6b

Browse files
authored
Packages required for fsi_nastran updated
1 parent 5e0478d commit 0a0ea6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_tutorials/multiphysics/Unsteady_FSI_Python/Dynamic_FSI_Python.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dynamic Fluid-Structure Interaction (FSI) using the Python wrapper and a Nastran structural model
33
permalink: /tutorials/Dynamic_FSI_Python/
44
written_by: Nicola-Fonzi
5-
for_version: 7.0.6
5+
for_version: 7.0.8
66
revised_by:
77
revision_date:
88
revised_version:
@@ -37,6 +37,8 @@ You can find the resources for this tutorial in [this folder](https://github.com
3737

3838
In the [main directory](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_fsi_python), there are other 5 subdirectories containing the configuration files and structural models for the different Mach numbers. Please do not mix those files as the structural models and configurations are different at the different aerodynamic conditions.
3939

40+
Before starting this tutorial, please be sure to have compiled SU2 with the python wrapper enabled. Further, two packages are required that can be downloaded from your package manager: libspatialindex and petsc, with their python counterparts rtree and petsc4py.
41+
4042
### Background
4143

4244
The solution process will follow a very similar flow as the one explained in [this](https://su2code.github.io/tutorials/Static_FSI/) tutorial,
@@ -256,7 +258,7 @@ The most important interface configuration keywords are:
256258

257259
* __NB_FSI_ITER__ (int): Number of max internal iterations to couple fluid and structure
258260

259-
* __RBF_RADIUS__ (float): Radius for the RBF interpolation. It is dimensional (i.e. in meters) and must be set so that at least 5 structural points are always inside a sphere with that radius and centered in any of the structural nodes. The more nodes are included, the better the interpolation. However, with larger radius, the interpolation matrix may become close to singular
261+
* __RBF_RADIUS__ (float): Radius for the RBF interpolation. It is dimensional (i.e. in meters) and must be set so that at least 5 structural points are always inside a sphere with that radius and centered in any of the structural nodes. The more nodes are included, the better the interpolation. However, with a larger radius, the interpolation matrix becames less sparse and the solution more computationally expensive
260262

261263
* __AITKEN_PARAM__ (float): Under relaxation parameter, between 0 and 1
262264

0 commit comments

Comments
 (0)