www.mooseframework.org
navier_stokes
include
bcs
NSMomentumConvectiveWeakStagnationBC.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
15
class
NSMomentumConvectiveWeakStagnationBC
;
16
17
template
<>
18
InputParameters
validParams<NSMomentumConvectiveWeakStagnationBC>
();
19
25
class
NSMomentumConvectiveWeakStagnationBC
:
public
NSWeakStagnationBaseBC
26
{
27
public
:
28
NSMomentumConvectiveWeakStagnationBC
(
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
NSMomentumConvectiveWeakStagnationBC::NSMomentumConvectiveWeakStagnationBC
NSMomentumConvectiveWeakStagnationBC(const InputParameters ¶meters)
Definition:
NSMomentumConvectiveWeakStagnationBC.C:27
NSMomentumConvectiveWeakStagnationBC::_component
const unsigned int _component
Definition:
NSMomentumConvectiveWeakStagnationBC.h:36
NSWeakStagnationBaseBC.h
NSMomentumConvectiveWeakStagnationBC::computeQpResidual
virtual Real computeQpResidual()
Definition:
NSMomentumConvectiveWeakStagnationBC.C:34
NSMomentumConvectiveWeakStagnationBC::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned jvar)
Definition:
NSMomentumConvectiveWeakStagnationBC.C:55
NSWeakStagnationBaseBC
This is the base class for "weakly-imposed" stagnation boundary conditions, that is the relevant boun...
Definition:
NSWeakStagnationBaseBC.h:27
NSMomentumConvectiveWeakStagnationBC
The convective part (sans pressure term) of the momentum equation boundary integral evaluated at spec...
Definition:
NSMomentumConvectiveWeakStagnationBC.h:25
NSMomentumConvectiveWeakStagnationBC::computeQpJacobian
virtual Real computeQpJacobian()
Definition:
NSMomentumConvectiveWeakStagnationBC.C:48
validParams< NSMomentumConvectiveWeakStagnationBC >
InputParameters validParams< NSMomentumConvectiveWeakStagnationBC >()
Definition:
NSMomentumConvectiveWeakStagnationBC.C:16
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16