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