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

Boundary condition options for each component at the right and left boundaries of the domain. More...

Enumerations

enum  BC {
  FixedValue , ZeroGradient , ControlVolume , WallFlux ,
  Floating
}
 

Detailed Description

Boundary condition options for each component at the right and left boundaries of the domain.

Enumeration Type Documentation

◆ BC

Enumerator
FixedValue 

Fix the value at the boundary by setting dy/dt = 0.

ZeroGradient 

Zero gradient condition by setting y[j] = y[j-1].

ControlVolume 

Treat the boundary value as representing the average value within a control volume extending from x[0] to x[1].

WallFlux 

Flux of y at the boundary driven by difference between yLeft and y[0].

Floating 

Outflow boundary condition.