https://mooseframework.inl.gov
Loading...
Searching...
No Matches
rdg
include
userobjects
BCUserObject.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
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
38
class
BCUserObject
:
public
GeneralUserObject
39
{
40
public
:
41
static
InputParameters
validParams
();
42
43
BCUserObject
(
const
InputParameters
&
parameters
);
44
45
virtual
void
initialize
();
46
virtual
void
execute
();
47
virtual
void
finalize
();
48
56
virtual
std::vector<Real>
getGhostCellValue
(
unsigned
int
iside,
57
dof_id_type ielem,
58
const
std::vector<Real> & uvec1,
59
const
RealVectorValue & dwave)
const
= 0;
60
};
GeneralUserObject.h
BCUserObject
A base class of user object for calculating the variable values in ghost element according to specifi...
Definition
BCUserObject.h:39
BCUserObject::initialize
virtual void initialize()
Definition
BCUserObject.C:22
BCUserObject::validParams
static InputParameters validParams()
Definition
BCUserObject.C:13
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::execute
virtual void execute()
Definition
BCUserObject.C:27
BCUserObject::finalize
virtual void finalize()
Definition
BCUserObject.C:32
GeneralUserObject
GeneralUserObject::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Sep 11 2026 20:36:40 for https://mooseframework.inl.gov by
1.9.8