https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
fvkernels
INSFVMomentumTimeDerivative.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 "
INSFVTimeKernel.h
"
13
14
class
INSFVMomentumTimeDerivative
:
public
INSFVTimeKernel
15
{
16
public
:
17
static
InputParameters
validParams
();
18
INSFVMomentumTimeDerivative
(
const
InputParameters
& params);
19
20
using
INSFVTimeKernel::gatherRCData
;
21
void
gatherRCData
(
const
Elem &)
override
;
22
23
protected
:
25
const
Moose::Functor<ADReal>
&
_rho
;
26
};
INSFVTimeKernel.h
INSFVMomentumTimeDerivative
Definition
INSFVMomentumTimeDerivative.h:15
INSFVMomentumTimeDerivative::_rho
const Moose::Functor< ADReal > & _rho
The density.
Definition
INSFVMomentumTimeDerivative.h:25
INSFVMomentumTimeDerivative::gatherRCData
void gatherRCData(const Elem &) override
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
Definition
INSFVMomentumTimeDerivative.C:32
INSFVMomentumTimeDerivative::validParams
static InputParameters validParams()
Definition
INSFVMomentumTimeDerivative.C:17
INSFVTimeKernel
All navier-stokes momentum time derivative terms should inherit from this class.
Definition
INSFVTimeKernel.h:19
INSFVTimeKernel::gatherRCData
void gatherRCData(const FaceInfo &) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
Definition
INSFVTimeKernel.h:25
Moose::FunctorEnvelope
InputParameters
Generated on Fri Aug 21 2026 13:41:07 for https://mooseframework.inl.gov by
1.9.8