www.mooseframework.org
BCUserObject.C
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 #include "BCUserObject.h"
11 
14 {
16  return params;
17 }
18 
19 BCUserObject::BCUserObject(const InputParameters & parameters) : GeneralUserObject(parameters) {}
20 
21 void
23 {
24 }
25 
26 void
28 {
29 }
30 
31 void
33 {
34 }
BCUserObject(const InputParameters &parameters)
Definition: BCUserObject.C:19
static InputParameters validParams()
virtual void finalize()
Definition: BCUserObject.C:32
static InputParameters validParams()
Definition: BCUserObject.C:13
virtual void execute()
Definition: BCUserObject.C:27
virtual void initialize()
Definition: BCUserObject.C:22