https://mooseframework.inl.gov
PorousFlowHeatMassTransfer.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"
13 
14 // Forward Declaration
15 
25 {
26 public:
28 
30 
31 protected:
32  virtual Real computeQpResidual() override;
33  virtual Real computeQpJacobian() override;
34  virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
35  virtual Real jac(unsigned int jvar) const;
36 
37 private:
38  const unsigned int _v_var;
39  const VariableValue & _v;
41 };
PorousFlowHeatMassTransfer(const InputParameters &parameters)
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
virtual Real jac(unsigned int jvar) const
static InputParameters validParams()
virtual Real computeQpJacobian() override
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual() override
const InputParameters & parameters() const
Calculate heat or mass transfer from a coupled variable to u.