https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CNSFVMassHLLC.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 "CNSFVHLLC.h"
13
18{
19public:
21 CNSFVMassHLLC(const InputParameters & params);
22
23protected:
25 virtual ADReal fluxElem() override;
26 virtual ADReal fluxNeighbor() override;
28
30 virtual ADReal hllcElem() override;
31 virtual ADReal hllcNeighbor() override;
33
36 virtual ADReal conservedVariableElem() override;
37 virtual ADReal conservedVariableNeighbor() override;
39};
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for HLLC inter-cell flux kernels.
Definition CNSFVHLLC.h:20
Implements the advective flux in the conservation of mass equation using a HLLC discretization.
virtual ADReal conservedVariableNeighbor() override
static InputParameters validParams()
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
virtual ADReal fluxNeighbor() override
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
virtual ADReal hllcNeighbor() override
virtual ADReal conservedVariableElem() override