https://mooseframework.inl.gov
INSFEFluidEnergyKernel.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 
13 
14 #include "Function.h"
15 
20 {
21 public:
23 
26 
27 protected:
28  virtual Real computeQpResidual() override;
29  virtual Real computeQpJacobian() override;
30  virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
31 
37  bool _has_qv;
38  const VariableValue & _qv;
39  bool _has_pke;
42 };
const VariableValue & _pke_qv
const MaterialProperty< Real > & _k_elem
static InputParameters validParams()
const VariableValue & _qv
virtual Real computeQpResidual() override
const MaterialProperty< Real > & _cp
const Function * _power_shape_function
Base class for stabilization kernels.
OutputTools< Real >::VariableValue VariableValue
The spatial part of the 3D energy conservation for fluid flow.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpJacobian() override
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const InputParameters & parameters() const
const VariableValue & _porosity_elem
bool _has_pke
volumetric heat source
INSFEFluidEnergyKernel(const InputParameters &parameters)