Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Include Page
FLUENT Google Analytics
FLUENT Google Analytics
Include Page
Wind Turbine Blade FSI (Part 1) - Panel
Wind Turbine Blade FSI (Part 1) - Panel

Numerical Solution

Here, we tell FLUENT which solution method to use, how many iterations to perform, how to initialize to solution and what to visualize during the calculation. Finally, we run the calculation. 

HTML
<iframe width="640" height="360" src="//www.youtube.com/embed/1mgms59QTI8" frameborder="0" allowfullscreen></iframe>

Summary of steps in the above video:

  1. Solution Methods
    1. Change Scheme to Coupled 
    2. Pressure to Standard
    3. Check Pseudo Transient and High Order term relaxation 
  2. Monitors
    1. Change the residuals of each field to 1e-6
    2. Create a surface monitor
      1. Select plot
      2. Select write
      3. Select Blade surface
  3. Solution Initialization
    1. Standard
      1. From inlet
  4. Run Calculation
    1. Set the number of iterations to 1500
    2. Initialize and Run calculation

Note
titleNote

In the above video we set the residuals to be very small, at 1e-6. This effectively ensured that the calculation did not stop before before the 1500 iterations specified. A solution is deemed to have converged (and the calculation ends) when ALL residuals fall below the limit set. Although I forgot to input 1e-6 for k and omega, the outcome is the same because the x-velocity, y-velocity and z-velocity residuals had not reached 1e-6. 

 

Go to Step 6: Numerical Results

Go to all FLUENT Learning Modules