https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
21public:
23
26
27protected:
28 virtual Real computeQpResidual() override;
29 virtual Real computeQpJacobian() override;
30 virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
31
37 bool _has_qv;
42};
The spatial part of the 3D energy conservation for fluid flow.
static InputParameters validParams()
const VariableValue & _qv
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const VariableValue & _porosity_elem
virtual Real computeQpJacobian() override
virtual Real computeQpResidual() override
const Function * _power_shape_function
const MaterialProperty< Real > & _k_elem
bool _has_pke
volumetric heat source
const MaterialProperty< Real > & _cp
const VariableValue & _pke_qv
Base class for stabilization kernels.
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue