https://mooseframework.inl.gov
ADVolumeJunctionAdvectionScalarKernel.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 "ADKernel.h"
13 #include "ADScalarKernel.h"
14 
16 
20 template <typename T>
22 {
23 public:
25 
26 protected:
27  virtual ADReal computeQpResidual() override;
28 
30  const unsigned int _equation_index;
31 
34 
35 public:
37 };
38 
ADVolumeJunctionAdvectionKernelTempl< ADScalarKernel > ADVolumeJunctionAdvectionScalarKernel
const ADVolumeJunctionBaseUserObject & _volume_junction_uo
Volume junction user object.
Base class for computing and caching flux and residual vectors for a volume junction.
const unsigned int _equation_index
Index within local system of the equation upon which this object acts.
Adds advective fluxes for the junction variables for a volume junction.
ADVolumeJunctionAdvectionKernelTempl< ADKernel > ADVolumeJunctionAdvectionKernel
ADVolumeJunctionAdvectionKernelTempl(const InputParameters &params)