https://mooseframework.inl.gov
Component1DBoundary.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 "Component1DConnection.h"
13 
18 {
19 public:
20  Component1DBoundary(const InputParameters & params);
21 
22 protected:
23  virtual void setupMesh() override;
24  virtual void check() const override;
25 
30 
32  const Elem * _elem;
34  unsigned short int _side;
40  BoundaryName _input;
41 
42 public:
44 };
static InputParameters validParams()
Base class for 1D component junctions and boundaries.
Component1DBoundary(const InputParameters &params)
Real _normal
Outward normal on this boundary.
EEndType _connected_component_end_type
End type of the connected component.
BoundaryName _input
Name of the boundary this component attaches to.
dof_id_type _node
Node ID.
virtual void check() const override
Check the component integrity.
std::string _connected_component_name
Name of the connected component.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void setupMesh() override
Performs mesh setup such as creating mesh or naming mesh sets.
Base class for boundary components connected to 1D components.
uint8_t dof_id_type
const Elem * _elem
Element.
unsigned short int _side
Side ID.