www.mooseframework.org
navier_stokes
include
kernels
NSMassInviscidFlux.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 "
NSKernel.h
"
13
14
// Forward Declarations
15
class
NSMassInviscidFlux
;
16
17
template
<>
18
InputParameters
validParams<NSMassInviscidFlux>
();
19
20
class
NSMassInviscidFlux
:
public
NSKernel
21
{
22
public
:
23
NSMassInviscidFlux
(
const
InputParameters & parameters);
24
25
protected
:
26
virtual
Real
computeQpResidual
();
27
virtual
Real
computeQpJacobian
();
28
virtual
Real
computeQpOffDiagJacobian
(
unsigned
int
jvar);
29
};
30
validParams< NSMassInviscidFlux >
InputParameters validParams< NSMassInviscidFlux >()
Definition:
NSMassInviscidFlux.C:16
NSMassInviscidFlux::NSMassInviscidFlux
NSMassInviscidFlux(const InputParameters ¶meters)
Definition:
NSMassInviscidFlux.C:23
NSMassInviscidFlux::computeQpResidual
virtual Real computeQpResidual()
Definition:
NSMassInviscidFlux.C:26
NSMassInviscidFlux::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
Definition:
NSMassInviscidFlux.C:55
NSKernel
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
Definition:
NSKernel.h:29
NSMassInviscidFlux
Definition:
NSMassInviscidFlux.h:20
NSKernel.h
NSMassInviscidFlux::computeQpJacobian
virtual Real computeQpJacobian()
Definition:
NSMassInviscidFlux.C:35
Generated on Sat Jan 25 2020 12:04:38 for www.mooseframework.org by
1.8.16