BCs System

under construction:Undocumented System

The BCs system has not been documented. The content listed below should be used as a starting point for documenting the system, which includes the typical automatic documentation associated with a system; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.


# BCs System

## Overview

!! Replace this line with information regarding the BCs system.

## Example Input File Syntax

!! Describe and include an example of how to use the BCs system.

!syntax list /Modules/NavierStokes/BCs objects=True actions=False subsystems=False

!syntax list /Modules/NavierStokes/BCs objects=False actions=False subsystems=True

!syntax list /Modules/NavierStokes/BCs objects=False actions=True subsystems=False

Available Objects

  • Navier Stokes App
  • NSNoPenetrationBCThis class facilitates adding solid wall 'no penetration' BCs for the Euler equations.
  • NSStaticPressureOutletBCThis class facilitates adding specified static pressure outlet BCs for the Euler equations.
  • NSWeakStagnationInletBCThis class facilitates adding weak stagnation inlet BCs via an Action by setting up the required parameters.

Available Actions

  • Navier Stokes App
  • AddNavierStokesBCsActionThis class allows us to have a section of the input file like the following which adds BC objects for each requested boundary condition.