https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PCNSFVMassHLLC.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 "PCNSFVMassHLLC.h"
11
13
16{
18 params.addClassDescription("Implements the mass flux portion of the porous HLLC discretization.");
19 return params;
20}
21
23
29
35
38{
39 return 1;
40}
41
44{
45 return 1;
46}
47
53
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("NavierStokesApp", PCNSFVMassHLLC)
const unsigned int _qp
void addClassDescription(const std::string &doc_string)
Base class for porous HLLC inter-cell flux kernels.
Definition PCNSFVHLLC.h:24
static InputParameters validParams()
Definition PCNSFVHLLC.C:17
const ADMaterialProperty< Real > & _rho_neighbor
Definition PCNSFVHLLC.h:96
ADReal _normal_speed_elem
speeds normal to the interface
Definition PCNSFVHLLC.h:67
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
Definition PCNSFVHLLC.h:95
ADReal _normal_speed_neighbor
Definition PCNSFVHLLC.h:68
const MaterialProperty< Real > & _eps_elem
porosities left == elem, right == neighbor
Definition PCNSFVHLLC.h:105
const MaterialProperty< Real > & _eps_neighbor
Definition PCNSFVHLLC.h:106
Implements the advective flux in the porous conservation of mass equation using a HLLC discretization...
virtual ADReal fluxNeighbor() override
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & neighbor, see Toro.
virtual ADReal hllcNeighbor() override
virtual ADReal conservedVariableNeighbor() override
PCNSFVMassHLLC(const InputParameters &params)
virtual ADReal fluxElem() override
flux functions on elem & neighbor, i.e. standard left/right values of F
static InputParameters validParams()
virtual ADReal conservedVariableElem() override