Skip to content

Commit 2e6b86e

Browse files
authored
Merge pull request #60 from su2code/update_su2_python
Update su2 python
2 parents 96ae88a + 12ac095 commit 2e6b86e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_tutorials/multiphysics/Unsteady_FSI_Python/Dynamic_FSI_Python.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,12 @@ The most important interface configuration keywords are:
267267

268268
* __CFD_CONFIG_FILE_NAME__ (string): Path to the fluid cfg file
269269

270-
* __CSD_SOLVER__ (string): Behaviour of the structural solver to be used. AEROELASTIC if the structural equation of motions must be solved, IMPOSED if a movement of the structure is imposed
271-
270+
* __CSD_SOLVER__ (string): Structural solver to be used. As of now, only the native modal solver is used, activated with the keyword NATIVE. However, other solvers can easily be added
271+
272+
* __IMPOSED_MOTION__ (string): YES or NO. Specifies wether the structural solver will integrate the structural equations or just impose a specific movement. In the latter case, forces are not mapped onto the structure, as it would not be required.
273+
274+
* __MAPPING_MODES__ (string): YES or NO. Special feature that can only be used with the native solver. Used to extract the mapped modes onto the aerodynamic mesh.
275+
272276
* __CSD_CONFIG_FILE_NAME__ (string): Path to the solid cfg file
273277

274278
* __RESTART_SOL__ (string): YES or NO

0 commit comments

Comments
 (0)