Skip to content

Commit 30a432c

Browse files
authored
Introduced description of new imposed motion
1 parent 0a0ea6b commit 30a432c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

_tutorials/multiphysics/Unsteady_FSI_Python/Dynamic_FSI_Python.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ Available keywords for the config file:
199199

200200
* __NMODES__ (int): number of modes to use in the analysis. If n modes are available in the punch file, but only the first m<n are required, set this to m
201201

202-
* __IMPOSED_MODE__ (int): mode with an imposed motion. The first index, consistent with Python syntax, is 0
203-
204202
* __RESTART_ITER__ (int): if restart is used, this specifies the iteration to restart
205203

206204
* __DELTA_T__ (float): physical time step size to be used in the simulation. Must match the one in SU2
@@ -217,13 +215,11 @@ Available keywords for the config file:
217215

218216
* __RESTART_SOL__ (string): YES or NO
219217

220-
* __IMPOSED_DISP__ (string): string containing the function for the displacement. Example is "sine(2*pi*time)+10"
221-
222-
* __IMPOSED_VEL__ (string): analytical differentiation of above
218+
* __MOVING_MARKER__ (string): name for the interface marker
223219

224-
* __IMPOSED_ACC__ (string): analytical differentiation of above
220+
* __IMPOSED_MODES__ (list): In case of imposed motion this list contains the modes with imposed motion and the type of motion. Example: IMPOSED_MODES={0:"SINUSOIDAL",3:"BLENDED_STEP",4:"SINUSOIDAL"}.
225221

226-
* __MOVING_MARKER__ (string): name for the interface marker
222+
* __IMPOSED_PARAMETERS__ (list): Depending on what was selected above, different parameters are required to complete the definition of motion. For example, in case of a sinusoidal motion, it is required to know if there is a bias, the frequency and the amplitude. For more information about these parameters please look at the module ```pysu2_nastran.py```
227223

228224
* __INITIAL_MODES__ (list): list containing the initial amplitudes of the modes. Example is {0:0.1,1:0.0,3:5.0,...}
229225

0 commit comments

Comments
 (0)