pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Axisymmetric flow #89

Closed trevilo closed 2 years ago

trevilo commented 2 years ago

Add capability to run axisymmetric flow as an option.

trevilo commented 2 years ago

Initial capability for axisymmetric flow without swirl is in 8354b63. Next steps:

trevilo commented 2 years ago
  • Testing

Two regression tests added:

  1. axisymmetric viscous flow in an annulus
  2. axisymmetric viscous flow pipe flow

Done. Use flow/axisymmetric = True in the updated input file to enable axisymmetric mode.

  • Enable swirl

    • Divorce number of velocity components from dim
    • Add azimuthal momentum equation

Done. Could use better testing with swirl though, as both regression tests above are no swirl cases.