https://mooseframework.inl.gov
HeatStructure2DCouplerBCBase.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 "ADIntegratedBC.h"
13 
14 class MeshAlignment;
15 
20 {
21 public:
23 
24 protected:
29 
31  const unsigned int _coupled_variable_number;
34 
39 
40 public:
42 };
HeatStructure2DCouplerBCBase(const InputParameters &parameters)
Builds mapping between two aligned subdomains/boundaries.
Definition: MeshAlignment.h:24
Base class for BC for components derived from HeatStructure2DCouplerBase.
ADReal computeCoupledTemperature() const
Computes the coupled neighbor temperature.
const unsigned int _coupled_variable_number
Variable number of the variable to transfer.
const InputParameters & parameters() const
const NumericVector< Number > *const & _serialized_solution
Solution vector.
const SystemBase & _nl_sys
Nonlinear system.
MeshAlignment & _mesh_alignment
Mesh alignment object.