https://mooseframework.inl.gov
navier_stokes
include
fvkernels
WCNSFVMassTimeDerivative.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 "
FVFunctorTimeKernel.h
"
13
18
class
WCNSFVMassTimeDerivative
:
public
FVFunctorTimeKernel
19
{
20
public
:
21
static
InputParameters
validParams
();
22
WCNSFVMassTimeDerivative
(
const
InputParameters
& params);
23
24
protected
:
25
ADReal
computeQpResidual
()
override
;
26
27
const
Moose::Functor<ADReal>
&
_rho_dot
;
28
};
WCNSFVMassTimeDerivative::WCNSFVMassTimeDerivative
WCNSFVMassTimeDerivative(const InputParameters ¶ms)
Definition:
WCNSFVMassTimeDerivative.C:27
Moose::FunctorEnvelope
FVFunctorTimeKernel.h
WCNSFVMassTimeDerivative
Computes the mass time derivative for the weakly compressible formulation of the mass equation...
Definition:
WCNSFVMassTimeDerivative.h:18
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVFunctorTimeKernel
InputParameters
WCNSFVMassTimeDerivative::_rho_dot
const Moose::Functor< ADReal > & _rho_dot
Definition:
WCNSFVMassTimeDerivative.h:27
WCNSFVMassTimeDerivative::validParams
static InputParameters validParams()
Definition:
WCNSFVMassTimeDerivative.C:17
WCNSFVMassTimeDerivative::computeQpResidual
ADReal computeQpResidual() override
Definition:
WCNSFVMassTimeDerivative.C:33
Generated on Wed Aug 6 2025 14:36:57 for https://mooseframework.inl.gov by
1.8.14