1/62
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is Computational Fluid Dynamics (CFD)
The numerical study of fluid flow and heat transfer using numerical approximations where analytical solutions are impossible
What is the difference between Navier-Stokes (NS) and RANS equations
RANS equations are time-averaged versions of Navier-Stokes that introduce Reynolds stresses to account for turbulence
Why does CFD normally solve RANS instead of the exact Navier-Stokes equations
Resolving all scales of turbulence via exact NS (DNS) is computationally prohibitive for most engineering problems
What is the "closure problem" in turbulence modelling
The averaging process creates more unknowns (Reynolds stresses) than available equations, requiring a model to "close" the system
Define the Boussinesq Hypothesis.
Reynolds stresses are proportional to mean velocity gradients - introduces the concept of eddy viscosity
What are the advantages of the k-omega model
It is superior for boundary layer flows and adverse pressure gradients
Under what flow conditions is a Reynolds Stress Model (RSM) recommended
Flows dominated by complex features like strong swirl, high rotation, or high strain
What are the primary disadvantages of Reynolds Stress Models (RSM)
They require high computational resources and are often difficult to converge compared to eddy viscosity models
What is U+
U+ is the ratio between axial velocity and friction velocity
What are the meshing requirements for a wall-function turbulence model
The first mesh node must be placed in the log-law region, typically between y+ values of 30 and 300
What are the meshing requirements for a wall-resolved (Low-Re) model
The first mesh node must be placed very close to the wall, typically requiring a y+ value less than 1
What is the physical meaning of the Local Derivative
The time rate of change of a fluid property at a fixed point in the flow field
What is the physical meaning of the Convective Derivative
The time rate of change due to a fluid element moving between locations where properties are spatially different
What is the Substantial (Total) Derivative
The sum of local and convective derivatives, representing the rate of change following a moving fluid element
What is the difference between the Finite Difference Method (FDM) and Finite Volume Method (FVM)
FDM is easy to develop for higher orders, but FVM is inherently conservative and better for complex geometries
What are the advantages of Explicit time discretization
It is computationally cheap per step
What are the advantages of Implicit time discretization
It is unconditionally stable for any time step
Define the SIMPLE algorithm.
A predictor-corrector method used in pressure-based solvers to achieve pressure-velocity coupling and ensure mass conservation
What is the purpose of the Under-relaxation Factor in CFD iterations
It moderates the change of variables between iterations to prevent instability or divergence in non-linear equations
What is the aim of a Mesh Independence Study
To ensure the solution does not depend on grid resolution by refining the mesh until results stop changing significantly
How is the quality of a computational mesh measured
Mesh quality is assessed using traits such as skewness, aspect ratio, smoothness, and flow alignment
What is verification
Ensuring the equations are solved correctly (code check)
What is the difference between Newtonian and non-Newtonian fluids
Newtonian fluids have a constant viscosity; non-Newtonian fluids have a viscosity that varies with the shear rate
What are the primary advantages of Direct Methods for solving equations
They provide an exact solution
What are the advantages of the QUICK convection scheme
It provides high-order accuracy on uniform meshes
Which action cannot be used to overcome a simulation that oscillates and does not converge
Reducing the convergence tolerance
Which property is negatively affected if the convergence tolerance value is set too large
Accuracy
What is the Eulerian approach to fluid motion
It monitors flow properties at a fixed point in space while the fluid moves through it.
What are the advantages of the Standard k-epsilon model
Robustness and economy for simple flows
What are disadvantages of the Standard k-epsilon model
Poor performance for swirling or strongly separated flows
What are disadvantages of the k-omega model
Sensitive to free-stream boundary conditions
What is y+
y+ is a non-dimensional wall distance used for mesh resolution
What are disadvantages of Explicit time discretization
Only conditionally stable, requiring a CFL number less than 1
What are disadvantages of Implicit time discretization
More expensive per step because it requires iterations
What is validation
Ensuring the right equations are solved (physics check)
What are disadvantages of Direct Methods for solving equations
They are computationally prohibitive for the large systems of equations found in CFD.
What are disadvantages of the QUICK convection scheme
Can lack boundedness and cause numerical oscillations on non-uniform grids.
What is the Stokes relationship
Relationship between viscous stresses, and velocity gradients