https://mooseframework.inl.gov
WCNSFVInletVelocityBC.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 "FVDirichletBCBase.h"
13 #include "INSFVFlowBC.h"
14 
20 {
21 public:
23  WCNSFVInletVelocityBC(const InputParameters & params);
24 
25 protected:
26  ADReal boundaryValue(const FaceInfo & fi, const Moose::StateArg & state) const override;
27 
30 
33 
36 
39 
42 };
const Moose::Functor< ADReal > *const _rho
Fluid density functor.
Dirichlet boundary conditions for the velocity, set from either a velocity postprocessor or a mass fl...
DualNumber< Real, DNDerivativeType, true > ADReal
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
Real PostprocessorValue
const Real _scaling_factor
Scaling factor.
const PostprocessorValue *const _mdot_pp
Postprocessor with the inlet mass flow rate.
const PostprocessorValue *const _area_pp
Postprocessor with the inlet area.
WCNSFVInletVelocityBC(const InputParameters &params)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const PostprocessorValue *const _velocity_pp
Postprocessor with the inlet velocity.
static InputParameters validParams()
A parent class for INSFV flow boundary conditions.
Definition: INSFVFlowBC.h:17