https://mooseframework.inl.gov
HeatTransferFromHeatStructure1Phase.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 
13 #include "HSBoundaryInterface.h"
14 #include "MeshAlignment.h"
15 
20  public HSBoundaryInterface
21 {
22 public:
24 
25  virtual void addVariables() override;
26  virtual void addMooseObjects() override;
27 
28 protected:
29  virtual const libMesh::FEType & getFEType() override;
30 
31  virtual void setupMesh() override;
32  virtual void check() const override;
33 
39  const BoundaryName & getHeatStructureSideName() const;
45  const BoundaryName & getChannelSideName() const;
46 
49 
50 public:
52 };
const BoundaryName & getHeatStructureSideName() const
Gets the heat structure boundary name for this connection.
Connects a 1-phase flow channel and a heat structure.
Builds mapping between two aligned subdomains/boundaries.
Definition: MeshAlignment.h:24
const BoundaryName & getChannelSideName() const
Gets the flow channel nodeset name for this connection.
Interface class for coupling to a heat structure boundary.
virtual void check() const override
Check the component integrity.
Base class for heat transfer connections from temperature for 1-phase flow.
HeatTransferFromHeatStructure1Phase(const InputParameters &parameters)
const InputParameters & parameters() const
virtual const libMesh::FEType & getFEType() override
Get the FE type for wall temperature variable.
virtual void setupMesh() override
Performs mesh setup such as creating mesh or naming mesh sets.