https://mooseframework.inl.gov
PCNSFVHLLCMassBC.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
14 
19 template <typename T>
20 class PCNSFVHLLCMassBC : public T
21 {
22 public:
24  PCNSFVHLLCMassBC(const InputParameters & params);
25 
26 protected:
28  virtual ADReal fluxElem() override;
29  virtual ADReal fluxBoundary() override;
31 
33  virtual ADReal hllcElem() override;
34  virtual ADReal hllcBoundary() override;
36 
39  virtual ADReal conservedVariableElem() override;
40  virtual ADReal conservedVariableBoundary() override;
42 };
43 
47 
48 template <>
PCNSFVHLLCMassBC< PCNSFVHLLCSpecifiedPressureBC > PCNSFVHLLCSpecifiedPressureMassBC
virtual ADReal fluxElem() override
flux functions on elem & boundary, i.e. standard left/right values of F
PCNSFVHLLCMassBC(const InputParameters &params)
PCNSFVHLLCMassBC< PCNSFVHLLCSpecifiedMassFluxAndTemperatureBC > PCNSFVHLLCSpecifiedMassFluxAndTemperatureMassBC
virtual ADReal conservedVariableBoundary() override
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal hllcBoundary() override
static InputParameters validParams()
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & boundary, see Toro.
Template class for implementing the advective flux in the porous conservation of mass equation at bou...
virtual ADReal conservedVariableElem() override
virtual ADReal fluxBoundary() override