https://mooseframework.inl.gov
OneD3EqnMomentumFlux.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 
19 {
20 public:
21  OneD3EqnMomentumFlux(const InputParameters & parameters);
22 
23 protected:
24  virtual Real computeQpResidual();
25  virtual Real computeQpJacobian();
26  virtual Real computeQpOffDiagJacobian(unsigned int jvar);
27 
28  const VariableValue & _A;
29 
32 
35 
39 
44 
45  const unsigned int _arhoA_var_number;
46  const unsigned int _arhouA_var_number;
47  const unsigned int _arhoEA_var_number;
48 
49 public:
51 };
const MaterialProperty< Real > & _dp_darhoA
const MaterialProperty< Real > & _rho
const MaterialProperty< Real > & _dvel_darhouA
Momentum flux for 1-phase flow.
const MaterialProperty< Real > & _drho_darhoA
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const unsigned int _arhoEA_var_number
const VariableValue & _A
const MaterialProperty< Real > & _dp_darhoEA
const unsigned int _arhoA_var_number
OneD3EqnMomentumFlux(const InputParameters &parameters)
const MaterialProperty< Real > & _p
OutputTools< Real >::VariableValue VariableValue
virtual Real computeQpResidual()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const MaterialProperty< Real > & _vel
const MaterialProperty< Real > & _dp_darhouA
virtual Real computeQpJacobian()
const unsigned int _arhouA_var_number
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
const MaterialProperty< Real > & _dvel_darhoA