https://mooseframework.inl.gov
ADOneD3EqnEnergyGravity.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 
18 {
19 public:
21 
22 protected:
23  virtual ADReal computeQpResidual();
24 
26 
28 
30 
35 
36 public:
38 };
const ADMaterialProperty< Real > & _vel
const ADVariableValue & _A
Computes gravity term for the energy equation in 1-phase flow.
const RealVectorValue & _gravity_vector
Gravitational acceleration vector.
ADOneD3EqnEnergyGravity(const InputParameters &parameters)
const ADMaterialProperty< Real > & _rho
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
static InputParameters validParams()
const InputParameters & parameters() const