https://mooseframework.inl.gov
INSADMomentumNoBCBC.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 "ADVectorIntegratedBC.h"
13 #include "MooseEnum.h"
14 
15 // Forward Declarations
16 
22 {
23 public:
25 
27 
28 protected:
29  ADReal computeQpResidual() override;
30 
34 
37 };
MooseEnum _form
The form of the viscous term. Either laplace or traction.
const ADMaterialProperty< Real > & _mu
INSADMomentumNoBCBC(const InputParameters &parameters)
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
ADReal computeQpResidual() override
This class implements the "No BC" boundary condition based on the "Laplace" form of the viscous stres...
const bool _integrate_p_by_parts
const InputParameters & parameters() const
const ADVariableValue & _p