https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CNSFVHLLCMassImplicitBC.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
11
12// Full specialization of the validParams function for this object
14
17{
19 params.addClassDescription("Implements an implicit advective boundary flux for the mass "
20 "equation for an HLLC discretization");
21 return params;
22}
23
28
34
37{
38 return 1;
39}
40
DualNumber< Real, DNDerivativeType, true > ADReal
registerADMooseObject("NavierStokesApp", CNSFVHLLCMassImplicitBC)
ADReal _normal_speed_elem
speeds normal to the interface on the element side
const ADMaterialProperty< Real > & _rho_elem
HLLC implicit boundary conditions.
static InputParameters validParams()
HLLC implicit boundary conditions for the mass conservation equation.
virtual ADReal fluxElem() override
flux functions on elem & from boundary
CNSFVHLLCMassImplicitBC(const InputParameters &parameters)
virtual ADReal conservedVariableElem() override
conserved variable of this equation from elem and boundary
virtual ADReal hllcElem() override
HLLC modifications to flux for elem & boundary, see Toro.
static InputParameters validParams()
const unsigned int _qp
void addClassDescription(const std::string &doc_string)