3rd Year CFD Flashcards
(47 cards)
Why is CFD used? What is it good for?
Low cost, Fast, Simulates real conditions
What type of equations are used for distributed properties?
Partial Differential Equations, often non-linear
What are “analytical” solutions?
exact solutions which are only possible for a limited class of problems – typically artificial and idealised
What are “numerical” solutions?
approximate solutions
What is the difference between ODE and PDE?
PDE has more than one independent variable
What does Quasilinear mean?
linear in highest order derivatives but perhaps not in other terms.
What are the three type of of quasilinear PDE classifications?
Parabolic
Hyperbolic
Elliptic
How are the three type of PDEs defined?
Parabolic if B^2-4AC = 0
Hyperbolic if B^2-4AC > 0
Elliptic if B^2-4AC
Can you remember the single equation of a second order function of two variables? (to find a b c etc)
Look it up ;)
What does it mean when a problem is “well posed”?
It is consistent and has a unique solution. It has to have properly set boundary conditions.
What is a time independent model?
Where the properties do not significantly change with time.It is assumed that the distributed properties are functions of space but not time, and the time derivatives in the governing equations are replaced by zeros.
What is meant by a time dependant model?
evolution towards the equilibrium state is of interest, or the equilibrium state does not exist.
What type of PDEs are the Heat Equation, Wave Equation, LaPlace Equation?
heat = Parabolic wave = hyperbolic LaPlace = elliptic
What are the three fundamental physical principles?
- mass is conserved;
- F = ma (Newton’s second law);
- energy is conserved.
What is inviscid flow and what do you do with it?
Where the dissipative, transport phenomena of viscosity, mass diffusion and thermal conductivity are neglected.
Drop the viscous term in equations
What are the 2 extra equations to make the system 7 equations with 7 unknown variables?
Perfect Gas assumption: p=rhoRT
Thermodynamic relation: e=e(T,p)
for example for a calorically perfect gas e=Cv*T
What i a Newtonian fluid?
shear stress is proportional to the rates of change of the
fluid’s velocity vector or time rate of strain.
What is referred to the “complete Navier Stokes equations”?
In modern CFD this refers to a numerical solution of the complete system of equations
What are the three main steps of a numerical approach?
Modelling, Dicretisation, Soution
What are the two types of mesh?
Regular (structured) and Irregular (Unstructured)
What happens to the PDEs during discretisation?
They are also discretised on a domain or grid and transformed into linear algebraic equations.
They are valid at any position
What are the the three most common PDE discretisation methods?
- the finite difference method (FD)
- the finite element method (FE)
- the finite volume method (FV)
What happens with the FD method?
Cartesian grid with computational points at the nodes. It approximates the partial derivatives directly. The steps are the delta x. Uses Taylor expansion with the finite step size.
What happens in the FV method?
Computational points at centre of cells. Uses an integral form of the fluid equation.