https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
39{
40public:
42
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};
A base class of user object for calculating the variable values in ghost element according to specifi...
virtual void initialize()
static InputParameters validParams()
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
virtual void execute()
virtual void finalize()
const InputParameters & parameters() const