https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
kernels
INSADMomentumTimeDerivative.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 "
ADTimeKernelValue.h
"
13
19
class
INSADMomentumTimeDerivative
:
public
ADVectorTimeKernelValue
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
INSADMomentumTimeDerivative
(
const
InputParameters
&
parameters
);
25
26
protected
:
27
virtual
ADRealVectorValue
precomputeQpResidual
()
override
;
28
29
const
ADMaterialProperty<RealVectorValue>
&
_td_strong_residual
;
30
};
ADTimeKernelValue.h
ADMaterialProperty
ADTimeKernelValueTempl
INSADMomentumTimeDerivative
This class computes the time derivative for the incompressible Navier-Stokes momentum equation.
Definition
INSADMomentumTimeDerivative.h:20
INSADMomentumTimeDerivative::precomputeQpResidual
virtual ADRealVectorValue precomputeQpResidual() override
Definition
INSADMomentumTimeDerivative.C:42
INSADMomentumTimeDerivative::validParams
static InputParameters validParams()
Definition
INSADMomentumTimeDerivative.C:17
INSADMomentumTimeDerivative::_td_strong_residual
const ADMaterialProperty< RealVectorValue > & _td_strong_residual
Definition
INSADMomentumTimeDerivative.h:29
ADTimeKernelValueTempl::parameters
const InputParameters & parameters() const
libMesh::VectorValue< ADReal >
InputParameters
Generated on Fri Aug 21 2026 13:41:07 for https://mooseframework.inl.gov by
1.9.8