https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
fvkernels
FVQpTimeKernel.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
FVQpTimeKernel
:
public
FVTimeKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
FVQpTimeKernel
(
const
InputParameters
&
parameters
);
22
23
protected
:
24
const
ADVariableValue
&
_u
;
25
};
FVTimeKernel.h
FVQpTimeKernel
Base class for FV time kernels that need qp-indexed solution values in addition to _u_dot.
Definition
FVQpTimeKernel.h:18
FVQpTimeKernel::_u
const ADVariableValue & _u
Definition
FVQpTimeKernel.h:24
FVQpTimeKernel::validParams
static InputParameters validParams()
Definition
FVQpTimeKernel.C:13
FVTimeKernel
Definition
FVTimeKernel.h:15
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MooseArray< ADReal >
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition
MooseBase.h:131
Generated on Sun Sep 6 2026 20:29:56 for https://mooseframework.inl.gov by
1.9.8