https://mooseframework.inl.gov
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
};
FVMatPropTimeKernel::validParams
static InputParameters validParams()
Definition:
FVMatPropTimeKernel.C:16
FVMatPropTimeKernel::computeQpResidual
ADReal computeQpResidual() override
Definition:
FVMatPropTimeKernel.C:33
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVMatPropTimeKernel
Applies a residual equal to a supplied material property which is supposed to represent a time deriva...
Definition:
FVMatPropTimeKernel.h:19
InputParameters
FVTimeKernel
FVMatPropTimeKernel::FVMatPropTimeKernel
FVMatPropTimeKernel(const InputParameters ¶meters)
Definition:
FVMatPropTimeKernel.C:26
FVMatPropTimeKernel::_mat_prop_time_derivative
const ADMaterialProperty< Real > & _mat_prop_time_derivative
Definition:
FVMatPropTimeKernel.h:28
FVTimeKernel.h
ADMaterialProperty< Real >
FVTimeKernel::parameters
const InputParameters & parameters() const
Generated on Wed Aug 6 2025 14:36:56 for https://mooseframework.inl.gov by
1.8.14