https://mooseframework.inl.gov
Loading...
Searching...
No Matches
heat_transfer
include
fvkernels
FVHeatConductionTimeDerivative.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 "
FVTimeKernel.h
"
13
17
class
FVHeatConductionTimeDerivative
:
public
FVTimeKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
FVHeatConductionTimeDerivative
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
virtual
ADReal
computeQpResidual
()
override
;
26
28
const
ADMaterialProperty<Real>
&
_specific_heat
;
29
31
const
ADMaterialProperty<Real>
&
_density
;
32
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVTimeKernel.h
ADMaterialProperty
FVHeatConductionTimeDerivative
A finite volume kernel to add the time derivative term in the heat conduction equation.
Definition
FVHeatConductionTimeDerivative.h:18
FVHeatConductionTimeDerivative::_specific_heat
const ADMaterialProperty< Real > & _specific_heat
Specific heat material property.
Definition
FVHeatConductionTimeDerivative.h:28
FVHeatConductionTimeDerivative::_density
const ADMaterialProperty< Real > & _density
Density material property.
Definition
FVHeatConductionTimeDerivative.h:31
FVHeatConductionTimeDerivative::computeQpResidual
virtual ADReal computeQpResidual() override
Definition
FVHeatConductionTimeDerivative.C:36
FVHeatConductionTimeDerivative::validParams
static InputParameters validParams()
Definition
FVHeatConductionTimeDerivative.C:15
FVTimeKernel
FVTimeKernel::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:03 for https://mooseframework.inl.gov by
1.9.8