www.mooseframework.org
NSWeakStagnationInletBC.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 "MooseObject.h"
13 
15 
16 template <>
17 InputParameters validParams<NSWeakStagnationInletBC>();
18 
24 class NSWeakStagnationInletBC : public MooseObject
25 {
26 public:
27  NSWeakStagnationInletBC(const InputParameters & parameters);
28  virtual ~NSWeakStagnationInletBC();
29 
30 protected:
31 };
32 
NSWeakStagnationInletBC
This class facilitates adding weak stagnation inlet BCs via an Action by setting up the required para...
Definition: NSWeakStagnationInletBC.h:24
NSWeakStagnationInletBC::NSWeakStagnationInletBC
NSWeakStagnationInletBC(const InputParameters &parameters)
Definition: NSWeakStagnationInletBC.C:38
NSWeakStagnationInletBC::~NSWeakStagnationInletBC
virtual ~NSWeakStagnationInletBC()
Definition: NSWeakStagnationInletBC.C:43
validParams< NSWeakStagnationInletBC >
InputParameters validParams< NSWeakStagnationInletBC >()
Definition: NSWeakStagnationInletBC.C:16