https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
22public:
24
26
27protected:
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
44};
DualNumber< Real, DNDerivativeType, true > ADReal
Base clase for HLLC boundary condition for Euler equation.
Base clase for HLLC boundary condition for Euler equation.
Definition CNSFVHLLCBC.h:21
virtual ADReal fluxBoundary()=0
virtual ADReal hllcBoundary()=0
virtual ADReal fluxElem()=0
flux functions on elem & from boundary
virtual ADReal conservedVariableElem()=0
conserved variable of this equation from elem and boundary
static InputParameters validParams()
Definition CNSFVHLLCBC.C:16
virtual ADReal conservedVariableBoundary()=0
virtual ADReal computeQpResidual() override
Definition CNSFVHLLCBC.C:24
virtual ADReal hllcElem()=0
HLLC modifications to flux for elem & boundary, see Toro.
const InputParameters & parameters() const
Common class for single phase fluid properties.