idaholab/moose

Allow slope reconstruction neighbors to be overridden in THM

Closed this issue · 0 comments

Motivation

This is necessary for applications like Sockeye that inherit from THM's single-phase flow model.

Design

Make these methods virtual:

  • FlowModelSinglePhase::addRDGMooseObjects
  • SlopeReconstruction1DInterface::getNeighborPrimitiveVariables

Impact

More flexible.