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