https://mooseframework.inl.gov
AEFVKernel.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 "DGKernel.h"
13 #include "InternalSideFluxBase.h"
14 
38 class AEFVKernel : public DGKernel
39 {
40 public:
42 
44  virtual ~AEFVKernel();
45 
46 protected:
49 
52 
53  // "1" denotes the "left" state
54  // "2" denotes the "right" state
55 
59 
63 
66 };
DGResidualType
virtual Real computeQpJacobian(Moose::DGJacobianType type)
Definition: AEFVKernel.C:67
const InternalSideFluxBase & _flux
flux user object
Definition: AEFVKernel.h:65
static InputParameters validParams()
Definition: AEFVKernel.C:15
const MaterialProperty< Real > & _u2
Definition: AEFVKernel.h:62
const MaterialProperty< Real > & _u1
extrapolated variable values at side center
Definition: AEFVKernel.h:61
A dgkernel for the advection equation using a cell-centered finite volume method. ...
Definition: AEFVKernel.h:38
const std::string & type() const
const VariableValue & _uc1
piecewise constant variable values in cells
Definition: AEFVKernel.h:57
AEFVKernel(const InputParameters &parameters)
Definition: AEFVKernel.C:27
const VariableValue & _uc2
Definition: AEFVKernel.h:58
OutputTools< Real >::VariableValue VariableValue
DGJacobianType
MooseEnum _component
choose an equation
Definition: AEFVKernel.h:51
virtual Real computeQpResidual(Moose::DGResidualType type)
Definition: AEFVKernel.C:41
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
A base class for computing and caching internal side flux.
const InputParameters & parameters() const
virtual ~AEFVKernel()
Definition: AEFVKernel.C:38