https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CNSFVMassHLLC.C
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#include "CNSFVMassHLLC.h"
11
12// Full specialization of the validParams function for this object
14
17{
20 "Implements the mass flux portion of the free-flow HLLC discretization.");
21 return params;
22}
23
25
31
37
40{
41 return 1;
42}
43
46{
47 return 1;
48}
49
55
DualNumber< Real, DNDerivativeType, true > ADReal
registerADMooseObject("NavierStokesApp", CNSFVMassHLLC)
ADReal _normal_speed_neighbor
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
const ADMaterialProperty< Real > & _rho_neighbor
ADReal _normal_speed_elem
speeds normal to the interface
Base class for HLLC inter-cell flux kernels.
Definition CNSFVHLLC.h:20
static InputParameters validParams()
Definition CNSFVHLLC.C:13
Implements the advective flux in the conservation of mass equation using a HLLC discretization.
CNSFVMassHLLC(const InputParameters &params)
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
const unsigned int _qp
void addClassDescription(const std::string &doc_string)