Boundary Conditions Flashcards

1
Q

Why are boundary conditions needed?

A

At system boundary, constraints must be applied to flow variable

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

What are two requirements for boundary conditions?

A
  • Reflect physical conditions of case being simulated
  • Compatible across sets of multiple equations and flow regimes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two types of boundary conditions?

A

Dirichlet/ Fixed Value

Neumann/ Fixed Gradient

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

What are ghost/dummy cells?

A

Additional Layer of virtual grid cells outside of simulated physical domain

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

What is the purpose of dummy cells?

A

To be dummy thic.

To simplify computation by allowing us to employ the same discretization scheme at the boundaries as inside the physical domain

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

What are common wall boundary conditions?

A
  • No-slip condition
  • Specified velocity
  • No movement normal to wall
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are boundary conditions applied?

A

Through modifications to the M matrix and the source vector b.

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

How is the boundary mesh created?

A

It consists of boundary faces connected to only one cell.

The faces are grouped into patches corresponding to the different regions of the boundary (Inlet, wall, outlet etc)

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

What properties of convective / diffusive terms of the discretized for of NSE are required to set the boundary conditions?

A

Value of the flow variable at face / Surface Normal Gradient of the flow variable.

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

Why are dummy cells required?

A

When using higher order discretization schemes, dummy cells are useful because several neighboring cells are required.

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

What are the typical boundary conditions for walls?

A
  • No slip condition
  • Velocity at wall is specified
  • Convection through the wall is zero
  • Velocity gradient at wall is zero

-Velocity at wall is zero wrt to the wall.

  • The pressure gradient normal to the wall is zero (Neumann condition)
  • Wall boundary can move parallel to the wall but not normal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are velocity inlets useful for?

A

For external incompressible subsonic flow.

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

What are the boundary conditions for velocity inlet?

A
  • The pressure is not fixed but adapts to the prescribed velocity distribution
  • The inflow is specified by density and the velocity components
  • Static pressure at the inlet results from the calculated flow field
  • The static pressure gradient normal to the inlet at the inlet is zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where do we use the mass flow inlet?

A

For internal, incompressible flows where we know the mass flow rate and want to calculate the pressure drop

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

What are the mass flow inlet boundary conditions?

A
  • fixed density, fixed mass flow, and fixed direction unit vector at the inlet
  • The static pressure gradient normal to the inlet at the inlet is zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What problem does the pressure inlet solve?

A

Mass flow rate and velocity are unknown at the inlet and the computed velocity field must match the pressure gradient exactly to avoid divergence.

It solves the problem by specifying a total pressure at the inlet instead of the static pressure

17
Q

What are the four types of pressure inlets?

A

Compressible / incompressible

Sonic / Supersonic

18
Q

How is Incompressible flow solved using a pressure inlet?

A
  • Total pressure boundary condition is set
  • Velocity is calculated using the static pressure
  • Calculated boundary field applied at the inlet
  • Static pressure is updated
  • Iterate
  • Total pressure varies with each iteration
19
Q

How does pressure inlet solve compressible flow?

A
  • Compressible formulation of Bernoulli equation is used
  • Total pressure boundary condition is set
  • Velocity is calculated using the static pressure
  • Calculated boundary field applied at the inlet
  • Static pressure is updated
20
Q

How are sonic and subsonic flows calculated differently for pressure inlet?

A

For subsonic flows, static pressure propagates upstream and total pressure is calculated

For supersonic flows, both total and static pressures are defined at the inlet

21
Q

What are the boundary conditions for the pressure outlet?

A
  • For subsonic flows. static outlet pressure is set as ambient pressure
  • For supersonic flow, all flow variables specified by Neumann condition
22
Q

How are mixed flow regimes treated in pressure outlets?

A
  • Some flow domains like nozzles combine both sub and supersonic regimes
  • Neumann condition used for static pressure at both boundaries leaving total pressure under-specified.
  • Solved by moving the outlet downstream from the flow to expand to subsonic speed
23
Q

When are symmetry boundary conditions used?

A

When the physical geometry and expected flow pattern has mirror symmetry

Is identical to free slip wall in some solvers

24
Q

How can the implementation of the symmetry boundary condition be simplified?

A

Using dummy cells

25
Q

What are two types of periodic boundaries?

A

Translational and rotational periodic

26
Q

When are periodic boundary conditions used?

A

When the flow has a periodically repeating nature

27
Q

What enables simple implementation of periodic boundaries?

A

Dummy cells. All scalar properties for these are obtained from corresponding cells

28
Q

What is the periodic boundary condition?

A

Rotation of coordinate system

29
Q

What is the pressure far field boundary condition and when is it used?

A

Is used to model a free stream condition at infinity for both inflow and outflow

The free stream Mach number, static conditions, and the flow direction are specified at the boundary

Only applicable when density at infinity is calculated using the ideal gas law

30
Q

What is a requirement for pressure far field boundary condition?

A

Boundary must be placed far enough from the object of interest (> 20 half span)

31
Q

What are some general guidelines for boundary conditions?

A
  • Domain boundaries of external flow should be far away as possible
  • Flow should ideally enter and exit normal to the boundary