https://mooseframework.inl.gov
ADMassAdvection.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 
14 class ADMassAdvection : public ADKernel
15 {
16 public:
18 
20 
21  virtual ~ADMassAdvection() {}
22 
23 protected:
24  virtual ADReal computeQpResidual() override;
25 
33  const unsigned int _rz_radial_coord;
34 };
const ADVariableValue & _vel_z
const ADVariableGradient & _grad_vel_y
virtual ADReal computeQpResidual() override
DualNumber< Real, DNDerivativeType, true > ADReal
const ADVariableGradient & _grad_vel_z
const Moose::CoordinateSystemType & _coord_sys
const ADVariableGradient & _grad_vel_x
ADMassAdvection(const InputParameters &parameters)
const ADVariableValue & _vel_y
static InputParameters validParams()
virtual ~ADMassAdvection()
CoordinateSystemType
const unsigned int _rz_radial_coord
const InputParameters & parameters() const
const ADVariableValue & _vel_x