www.mooseframework.org
navier_stokes
include
bcs
MassFreeBC.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 "IntegratedBC.h"
13
14
class
MassFreeBC
;
15
16
template
<>
17
InputParameters
validParams<MassFreeBC>
();
18
22
class
MassFreeBC
:
public
IntegratedBC
23
{
24
public
:
25
MassFreeBC
(
const
InputParameters & parameters);
26
27
protected
:
28
virtual
Real
computeQpResidual
();
29
30
const
VariableValue &
_vel_x
;
31
const
VariableValue &
_vel_y
;
32
const
VariableValue &
_vel_z
;
33
};
34
MassFreeBC
Definition:
MassFreeBC.h:22
MassFreeBC::_vel_x
const VariableValue & _vel_x
Definition:
MassFreeBC.h:30
MassFreeBC::_vel_y
const VariableValue & _vel_y
Definition:
MassFreeBC.h:31
MassFreeBC::computeQpResidual
virtual Real computeQpResidual()
Definition:
MassFreeBC.C:35
MassFreeBC::_vel_z
const VariableValue & _vel_z
Definition:
MassFreeBC.h:32
validParams< MassFreeBC >
InputParameters validParams< MassFreeBC >()
Definition:
MassFreeBC.C:17
MassFreeBC::MassFreeBC
MassFreeBC(const InputParameters ¶meters)
Definition:
MassFreeBC.C:26
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16