https://mooseframework.inl.gov
CNSFVHLLCBC.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 
12 #include "CNSFVHLLCBCBase.h"
13 #include "CNSFVHLLCBase.h"
14 
16 
21 {
22 public:
24 
26 
27 protected:
28  virtual ADReal computeQpResidual() override;
29 
31  virtual ADReal fluxElem() = 0;
32  virtual ADReal fluxBoundary() = 0;
34 
36  virtual ADReal hllcElem() = 0;
37  virtual ADReal hllcBoundary() = 0;
39 
41  virtual ADReal conservedVariableElem() = 0;
42  virtual ADReal conservedVariableBoundary() = 0;
44 };
virtual ADReal conservedVariableElem()=0
conserved variable of this equation from elem and boundary
static InputParameters validParams()
Definition: CNSFVHLLCBC.C:16
virtual ADReal hllcBoundary()=0
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal computeQpResidual() override
Definition: CNSFVHLLCBC.C:24
virtual ADReal hllcElem()=0
HLLC modifications to flux for elem & boundary, see Toro.
CNSFVHLLCBC(const InputParameters &parameters)
Definition: CNSFVHLLCBC.C:21
Common class for single phase fluid properties.
virtual ADReal fluxElem()=0
flux functions on elem & from boundary
Base clase for HLLC boundary condition for Euler equation.
Base clase for HLLC boundary condition for Euler equation.
Definition: CNSFVHLLCBC.h:20
virtual ADReal conservedVariableBoundary()=0
const InputParameters & parameters() const
virtual ADReal fluxBoundary()=0