https://mooseframework.inl.gov
Loading...
Searching...
No Matches
BoundaryCondition.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// MOOSE
13#include "ResidualObject.h"
14#include "ParallelUniqueId.h"
18
26{
27public:
33 BoundaryCondition(const InputParameters & parameters, bool nodal);
34
36
52 virtual bool shouldApply() const { return true; }
53};
Base class for creating new types of boundary conditions.
virtual bool shouldApply() const
Hook for turning the boundary condition on and off.
static InputParameters validParams()
A class for requiring an object to be boundary restricted.
Interface for objects that need to use distributions.
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
const InputParameters & parameters() const
Get the parameters of the object.
Definition MooseBase.h:131
This is the common base class for objects that give residual contributions.