https://mooseframework.inl.gov
HSBoundaryInterface.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 "InputParameters.h"
13 #include "HeatStructureBase.h"
14 #include "LoggingInterface.h"
15 
16 class Component;
17 
22 {
23 public:
25 
26  void check(const Component * const component) const;
27 
28 protected:
34  const BoundaryName & getHSBoundaryName(const Component * const component) const;
35 
37  const std::string & _hs_name;
43  const bool _hs_side_valid;
44 
45 public:
47 };
const Component2D::ExternalBoundaryType _hs_side
Heat structure side.
static const std::string component
Definition: NS.h:153
ExternalBoundaryType
External boundary type.
Definition: Component2D.h:18
const BoundaryName & getHSBoundaryName(const Component *const component) const
Gets the boundary name corresponding to the heat structure and side.
HSBoundaryInterface(Component *component)
void check(const Component *const component) const
Base class for THM components.
Definition: Component.h:27
Interface class for coupling to a heat structure boundary.
const bool _hs_side_valid
True if valid heat structure side was provided.
const std::string & _hs_name
Heat structure name.
const MooseEnum & _hs_side_enum
Heat structure side enum.
static InputParameters validParams()