https://mooseframework.inl.gov
Loading...
Searching...
No Matches
misc
include
kernels
CoefDiffusion.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
#include "
Function.h
"
14
15
class
CoefDiffusion
:
public
Kernel
16
{
17
public
:
18
static
InputParameters
validParams
();
19
20
CoefDiffusion
(
const
InputParameters
&
parameters
);
21
22
protected
:
23
virtual
Real
computeQpResidual
();
24
virtual
Real
computeQpJacobian
();
25
26
private
:
27
const
Real
_coef
;
28
const
Function
*
const
_func
;
29
};
Function.h
Kernel.h
CoefDiffusion
Definition
CoefDiffusion.h:16
CoefDiffusion::validParams
static InputParameters validParams()
Definition
CoefDiffusion.C:15
CoefDiffusion::computeQpResidual
virtual Real computeQpResidual()
Definition
CoefDiffusion.C:35
CoefDiffusion::_func
const Function *const _func
Definition
CoefDiffusion.h:28
CoefDiffusion::_coef
const Real _coef
Definition
CoefDiffusion.h:27
CoefDiffusion::computeQpJacobian
virtual Real computeQpJacobian()
Definition
CoefDiffusion.C:46
Function
Kernel
Kernel::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:05 for https://mooseframework.inl.gov by
1.9.8