https://mooseframework.inl.gov
OneD3EqnMomentumAreaGradient.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 "Kernel.h"
14 
24 {
25 public:
27 
28 protected:
29  virtual Real computeQpResidual();
30  virtual Real computeQpJacobian();
31  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
32 
34 
37 
42 
43  unsigned int _arhoA_var_number;
44  unsigned int _arhoE_var_number;
45 
46 public:
48 };
OutputTools< Real >::VariableGradient VariableGradient
Computes the area gradient term in the momentum equation.
const MaterialProperty< Real > & _pressure
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
OneD3EqnMomentumAreaGradient(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _dp_darhouA
const MaterialProperty< Real > & _dp_darhoA
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
const MaterialProperty< Real > & _dp_darhoEA