https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
fvkernels
FVMatPropTimeKernel.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
19
class
FVMatPropTimeKernel
:
public
FVTimeKernel
20
{
21
public
:
22
static
InputParameters
validParams
();
23
FVMatPropTimeKernel
(
const
InputParameters
&
parameters
);
24
25
protected
:
26
ADReal
computeQpResidual
()
override
;
27
28
const
ADMaterialProperty<Real>
&
_mat_prop_time_derivative
;
29
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVTimeKernel.h
ADMaterialProperty
FVMatPropTimeKernel
Applies a residual equal to a supplied material property which is supposed to represent a time deriva...
Definition
FVMatPropTimeKernel.h:20
FVMatPropTimeKernel::_mat_prop_time_derivative
const ADMaterialProperty< Real > & _mat_prop_time_derivative
Definition
FVMatPropTimeKernel.h:28
FVMatPropTimeKernel::validParams
static InputParameters validParams()
Definition
FVMatPropTimeKernel.C:16
FVMatPropTimeKernel::computeQpResidual
ADReal computeQpResidual() override
Definition
FVMatPropTimeKernel.C:33
FVTimeKernel
FVTimeKernel::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:06 for https://mooseframework.inl.gov by
1.9.8