www.mooseframework.org
navier_stokes
include
bcs
NSEnergyWeakStagnationBC.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
NSEnergyWeakStagnationBC
;
16
17
template
<>
18
InputParameters
validParams<NSEnergyWeakStagnationBC>
();
19
23
class
NSEnergyWeakStagnationBC
:
public
NSWeakStagnationBaseBC
24
{
25
public
:
26
NSEnergyWeakStagnationBC
(
const
InputParameters & parameters);
27
28
protected
:
29
virtual
Real
computeQpResidual
();
30
virtual
Real
computeQpJacobian
();
31
virtual
Real
computeQpOffDiagJacobian
(
unsigned
jvar);
32
};
33
NSEnergyWeakStagnationBC::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned jvar)
Definition:
NSEnergyWeakStagnationBC.C:59
NSWeakStagnationBaseBC.h
NSEnergyWeakStagnationBC::NSEnergyWeakStagnationBC
NSEnergyWeakStagnationBC(const InputParameters ¶meters)
Definition:
NSEnergyWeakStagnationBC.C:26
validParams< NSEnergyWeakStagnationBC >
InputParameters validParams< NSEnergyWeakStagnationBC >()
Definition:
NSEnergyWeakStagnationBC.C:19
NSWeakStagnationBaseBC
This is the base class for "weakly-imposed" stagnation boundary conditions, that is the relevant boun...
Definition:
NSWeakStagnationBaseBC.h:27
NSEnergyWeakStagnationBC
The inviscid energy BC term with specified normal flow.
Definition:
NSEnergyWeakStagnationBC.h:23
NSEnergyWeakStagnationBC::computeQpResidual
virtual Real computeQpResidual()
Definition:
NSEnergyWeakStagnationBC.C:32
NSEnergyWeakStagnationBC::computeQpJacobian
virtual Real computeQpJacobian()
Definition:
NSEnergyWeakStagnationBC.C:52
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16