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