www.mooseframework.org
navier_stokes
include
bcs
NSMomentumInviscidNoPressureImplicitFlowBC.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 "
NSMomentumInviscidBC.h
"
13
14
// Forward Declarations
15
class
NSMomentumInviscidNoPressureImplicitFlowBC
;
16
17
template
<>
18
InputParameters
validParams<NSMomentumInviscidNoPressureImplicitFlowBC>
();
19
26
class
NSMomentumInviscidNoPressureImplicitFlowBC
:
public
NSMomentumInviscidBC
27
{
28
public
:
29
NSMomentumInviscidNoPressureImplicitFlowBC
(
const
InputParameters & parameters);
30
31
protected
:
32
virtual
Real
computeQpResidual
();
33
virtual
Real
computeQpJacobian
();
34
virtual
Real
computeQpOffDiagJacobian
(
unsigned
jvar);
35
};
36
NSMomentumInviscidNoPressureImplicitFlowBC::computeQpJacobian
virtual Real computeQpJacobian()
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.C:46
NSMomentumInviscidBC.h
NSMomentumInviscidNoPressureImplicitFlowBC::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned jvar)
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.C:55
NSMomentumInviscidBC
This class corresponds to the inviscid part of the "natural" boundary condition for the momentum equa...
Definition:
NSMomentumInviscidBC.h:59
NSMomentumInviscidNoPressureImplicitFlowBC::computeQpResidual
virtual Real computeQpResidual()
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.C:31
NSMomentumInviscidNoPressureImplicitFlowBC
Momentum equation boundary condition used when pressure is not integrated by parts,...
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.h:26
NSMomentumInviscidNoPressureImplicitFlowBC::NSMomentumInviscidNoPressureImplicitFlowBC
NSMomentumInviscidNoPressureImplicitFlowBC(const InputParameters ¶meters)
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.C:24
validParams< NSMomentumInviscidNoPressureImplicitFlowBC >
InputParameters validParams< NSMomentumInviscidNoPressureImplicitFlowBC >()
Definition:
NSMomentumInviscidNoPressureImplicitFlowBC.C:16
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16