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