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