Quiz 4 Flashcards

1
Q

What is Philip’s rule number 1?

A

No grid, no solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What two main types of grids exist?

A

Structured

Unstructured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What kind of grid does FDS use?

A

Structured with the possibility of multiple blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Does FDS have a conforming or non-conforming mesh?

A

Non-conforming, the mesh does not conform to the geometry, the geometry has to conform to the mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the main characteristics of an unstructured grid?

A
o No inherent order
o Cannot be mapped to a Cartesian grid
o We need to define
▪ The nodes and elements
▪ The connectivity graph
o Lack of inherent structure provides a VERY flexible approach to grid generation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some signs of poor mesh quality?

A

o Large jumps in mesh size
o Twisted cells
o Cells with one or more very short edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between an analytical solution and a numerical solution?

A

o Analytical Solution provides closed from expressions and variation of the dependent variables continuously through the entire domain.
o Numerical solution provides solution at discrete points in the domain - grid points – and the governing equations replaced with systems of algebraic equations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is more numerically accurate, a first order scheme or a second order scheme?

A

Second order scheme (at higher computational cost)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some key characteristics of an explicit and implicit scheme?

A

o Both require a set of algebraic equations.
o Implicit
▪ Unknowns coupled in space
▪ Numerically expensive
▪ Stability not limited by choice of time step
o Explicit - Equations not coupled in space
o Numerically inexpensive
o Stability limited by choice of time step

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Theoretically, if bound by the CFL stability criteria, what happens to the time step when the grid size is reduced by a factor of 2? And how does it affect the overall simulation time?

A

Time step half as small (half the distance within in a cell but the same velocity), 8 times the cells so a total of 16 times longer computation time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly