tenMomentBc (1d, 2d, 3d)

Sets boundary conditions for tenMomentEqn type equation systems

Parameters

model (string)
Defines the hyperbolic equation to use, this should generally be tenMomentEqn.
bcType (string)

There are currently 3 valid boundary condition types.

  • wall which is a slip wall boundary condition.
  • noInflow which is a boundary condition that lets fluid flow out of the domain, but does not let it flow in.
  • noSlip which is a boundary condition where all components of velocity are set to zero at the wall.

Example

<Updater bcLeft>
  kind = tenMomentBc2d
  model = tenMomentEqn
  onGrid = domain
  out = [q]
  entity = left
</Updater>