flec08

Objectives

Lecture

Labs

Order of Class

Verification and Validation

http://support.esi-cfd.com/esi-users/convergence/

Monitors

The standard residuals in Fluent can converge without converging your simulation. For instance, they may still be fluctuating or they may be periodic, in which case your "converged" solution isn't.

Monitor points track the values of key variables at specific locations in the flow volume. This affords you new ways of tracking convergence. Surface monitors (Monitors → Create... (Surface Monitors)) are also useful for factors like temperature.

A drag monitor requires certain Reference Values: free stream velocity and projected surface area. Set drag under Monitors.

The best drag coefficient calculations require the second-order solver as well as a drag monitor. You'll need to set a reference value for the cross-sectional area (presented to the flow) and the free-stream velocity.

20.3.4.3. Differentiable Limiter

One disadvantage with non-differentiable limiters is that they tend to stall the apparent residual’s convergence after a few orders of reduction in residual magnitude. Note that this does not mean that the solution is not converging, but rather the solution continues to converge while the residuals are stalling. This annoying behavior can be directly traced to the non-differentiable nature of the limiting functions. Therefore, the differentiable limiter uses a smooth function to impose the monotonicity condition while allowing the residuals to converge. [Fluent has a differentiable limiter available.]

Scripting

Ways of controlling/scripting Fluent:

Example: Controlling warning messages

Throughout some calculations, Fluent displays a warning in the console regarding reversed flow at the outlets. This behavior is expected in this case since air is redirected to the outlets, creating small regions of recirculation.

This warning message can be switched off by setting the solve/set/flow-warnings text user interface (TUI) command to no in the console.