https://mooseframework.inl.gov
PINSFVMomentumFrictionCorrection.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 "INSFVFluxKernel.h"
13 
15 {
16 public:
20  void gatherRCData(const FaceInfo & fi) override final;
21 
22 protected:
27 
31 
38 
41 };
const Moose::Functor< ADRealVectorValue > *const _F
Forchheimer coefficient.
A flux kernel that momentum residual objects that add non-advection flux terms, or more specifically ...
const Moose::Functor< ADRealVectorValue > *const _D
Darcy coefficient.
const Moose::Functor< ADReal > & _mu
Dynamic viscosity as a functor.
const Moose::Functor< ADReal > & _rho
Density as a functor.
PINSFVMomentumFrictionCorrection(const InputParameters &params)
void gatherRCData(const Elem &) override final
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const bool _use_Darcy_friction_model
Booleans to select the right models.
Real _consistent_scaling
Parameter for scaling the consistent pressure interpolation.
const Moose::Functor< ADReal > *const _speed
Speed (norm of the interstitial velocity) as a functor.
void gatherRCData(const FaceInfo &fi) override final
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...