Ember
Loading...
Searching...
No Matches
Enumerations
ContinuityBoundaryCondition Namespace Reference

Possible boundary conditions for the continuity equations. More...

Enumerations

enum  BC {
  Left , Right , Zero , Qdot ,
  Temp
}
 

Detailed Description

Possible boundary conditions for the continuity equations.

Enumeration Type Documentation

◆ BC

Enumerator
Left 

V is computed from j = 0.

Right 

V is computed from j = jj.

Zero 

V = 0 at x = 0.

Qdot 

V is calculated from the location of maximum heat release rate.

Temp 

V is calculated from the temperature midpoint.