https://mooseframework.inl.gov
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 
15 {
16 public:
19 
21  void gatherRCData(const Elem &) override;
22 
23 protected:
26 };
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...
INSFVMomentumTimeDerivative(const InputParameters &params)
const Moose::Functor< ADReal > & _rho
The density.
static InputParameters validParams()
void gatherRCData(const Elem &) override
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...