https://mooseframework.inl.gov
CNSFVFluidEnergyHLLC.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 
19 {
20 public:
22  CNSFVFluidEnergyHLLC(const InputParameters & params);
23 
24 protected:
26  virtual ADReal fluxElem() override;
27  virtual ADReal fluxNeighbor() override;
29 
31  virtual ADReal hllcElem() override;
32  virtual ADReal hllcNeighbor() override;
34 
37  virtual ADReal conservedVariableElem() override;
38  virtual ADReal conservedVariableNeighbor() override;
40 
45 };
Implements the advective flux in the conservation of fluid energy equation using a HLLC discretizatio...
virtual ADReal conservedVariableNeighbor() override
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
virtual ADReal fluxNeighbor() override
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for HLLC inter-cell flux kernels.
Definition: CNSFVHLLC.h:19
CNSFVFluidEnergyHLLC(const InputParameters &params)
static InputParameters validParams()
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
const ADMaterialProperty< Real > & _ht_neighbor
const ADMaterialProperty< Real > & _ht_elem
enthalpies left == elem, right == neighbor
virtual ADReal conservedVariableElem() override
virtual ADReal hllcNeighbor() override