https://mooseframework.inl.gov
Loading...
Searching...
No Matches
WCNSFVMomentumTimeDerivative.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
19{
20public:
23
25 void gatherRCData(const Elem &) override;
26
27protected:
32};
All navier-stokes momentum time derivative terms should inherit from this class.
void gatherRCData(const FaceInfo &) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
Computes the momentum time derivative for the weakly compressible formulation of the momentum equatio...
void gatherRCData(const Elem &) override
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
const Moose::Functor< ADReal > & _rho_dot
The time derivative of density.
const Moose::Functor< ADReal > & _rho
The density.