www.mooseframework.org
rdg
include
userobjects
BCUserObject.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 "GeneralUserObject.h"
13
14
class
BCUserObject
;
15
16
template
<>
17
InputParameters
validParams<BCUserObject>
();
18
43
class
BCUserObject
:
public
GeneralUserObject
44
{
45
public
:
46
BCUserObject
(
const
InputParameters & parameters);
47
48
virtual
void
initialize
();
49
virtual
void
execute
();
50
virtual
void
finalize
();
51
59
virtual
std::vector<Real>
getGhostCellValue
(
unsigned
int
iside,
60
dof_id_type ielem,
61
const
std::vector<Real> & uvec1,
62
const
RealVectorValue & dwave)
const
= 0;
63
};
64
BCUserObject::getGhostCellValue
virtual std::vector< Real > getGhostCellValue(unsigned int iside, dof_id_type ielem, const std::vector< Real > &uvec1, const RealVectorValue &dwave) const =0
compute the ghost cell variable values
BCUserObject::initialize
virtual void initialize()
Definition:
BCUserObject.C:23
BCUserObject::BCUserObject
BCUserObject(const InputParameters ¶meters)
Definition:
BCUserObject.C:20
BCUserObject
A base class of user object for calculating the variable values in ghost element according to specifi...
Definition:
BCUserObject.h:43
BCUserObject::execute
virtual void execute()
Definition:
BCUserObject.C:28
BCUserObject::finalize
virtual void finalize()
Definition:
BCUserObject.C:33
validParams< BCUserObject >
InputParameters validParams< BCUserObject >()
Definition:
BCUserObject.C:14
Generated on Sat Jan 25 2020 12:04:42 for www.mooseframework.org by
1.8.16