www.mooseframework.org
NSMomentumPressureWeakStagnationBC.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 "NSWeakStagnationBaseBC.h"
13 
14 // Forward Declarations
16 
17 template <>
19 
26 {
27 public:
28  NSMomentumPressureWeakStagnationBC(const InputParameters & parameters);
29 
30 protected:
31  virtual Real computeQpResidual();
32  virtual Real computeQpJacobian();
33  virtual Real computeQpOffDiagJacobian(unsigned jvar);
34 
35  // Required parameters
36  const unsigned int _component;
37 };
38 
NSMomentumPressureWeakStagnationBC::computeQpResidual
virtual Real computeQpResidual()
Definition: NSMomentumPressureWeakStagnationBC.C:33
NSWeakStagnationBaseBC.h
NSMomentumPressureWeakStagnationBC::NSMomentumPressureWeakStagnationBC
NSMomentumPressureWeakStagnationBC(const InputParameters &parameters)
Definition: NSMomentumPressureWeakStagnationBC.C:26
NSWeakStagnationBaseBC
This is the base class for "weakly-imposed" stagnation boundary conditions, that is the relevant boun...
Definition: NSWeakStagnationBaseBC.h:27
NSMomentumPressureWeakStagnationBC::computeQpJacobian
virtual Real computeQpJacobian()
Definition: NSMomentumPressureWeakStagnationBC.C:44
validParams< NSMomentumPressureWeakStagnationBC >
InputParameters validParams< NSMomentumPressureWeakStagnationBC >()
Definition: NSMomentumPressureWeakStagnationBC.C:16
NSMomentumPressureWeakStagnationBC::_component
const unsigned int _component
Definition: NSMomentumPressureWeakStagnationBC.h:36
NSMomentumPressureWeakStagnationBC
This class implements the pressure term of the momentum equation boundary integral for use in weak st...
Definition: NSMomentumPressureWeakStagnationBC.h:25
NSMomentumPressureWeakStagnationBC::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned jvar)
Definition: NSMomentumPressureWeakStagnationBC.C:51