https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSFVOutletPressureBC.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
14
19template <class T>
49
DualNumber< Real, DNDerivativeType, true > ADReal
const double T
INSFVOutletPressureBCTempl< INSFVFullyDevelopedFlowBC > INSFVOutletPressureBC
Real PostprocessorValue
MooseVariableFV< Real > & _var
Moose::FaceArg singleSidedFaceArg(const FaceInfo *fi=nullptr, Moose::FV::LimiterType limiter_type=Moose::FV::LimiterType::CentralDifference, bool correct_skewness=false, const Moose::StateArg *state_limiter=nullptr) const
const Function & getFunction(const std::string &name) const
A class for setting the value of the pressure at an outlet of the system.
const PostprocessorValue *const _pp_value
Postprocessor that gives the uniform value of pressure on the boundary.
static InputParameters validParams()
ADReal boundaryValue(const FaceInfo &, const Moose::StateArg &) const override
const Moose::Functor< ADReal > *const _functor
AD Functor that gives the distribution of pressure on the boundary.
const Function *const _function
Regular function that gives the distribution of pressure on the boundary.
void paramError(const std::string &param, Args... args) const
void mooseError(Args &&... args) const
bool isParamValid(const std::string &name) const
const PostprocessorValue & getPostprocessorValue(const std::string &param_name, const unsigned int index=0) const
Moose::StateArg determineState() const