https://mooseframework.inl.gov
INSFVMeshAdvection.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 "FVElementalKernel.h"
13 
19 {
20 public:
22 
24 
25 protected:
26  ADReal computeQpResidual() override;
27 
31  ADReal advQuantCoeff(const Moose::ElemArg & elem_arg, const Moose::StateArg & state) const;
32 
43 };
const Moose::Functor< ADReal > & _disp_x
x-displacement
ADReal advQuantCoeff(const Moose::ElemArg &elem_arg, const Moose::StateArg &state) const
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _disp_y
y-displacement
Implements a source/sink term for this object&#39;s variable/advected-quantity proportional to the diverg...
const Moose::Functor< ADReal > & _rho
The density.
const Moose::Functor< ADReal > & _disp_z
z-displacement
ADReal computeQpResidual() override
INSFVMeshAdvection(const InputParameters &parameters)
const Moose::FunctorBase< ADReal > & _adv_quant
The advected quantity.
const InputParameters & parameters() const
static InputParameters validParams()