https://mooseframework.inl.gov
NSFVHeatFluxBC.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 "FVFluxBC.h"
13 #include "NSEnums.h"
14 
39 class NSFVHeatFluxBC : public FVFluxBC
40 {
41 public:
44 
45 protected:
46  virtual ADReal computeQpResidual() override;
47 
49  const Real & _value;
50 
53 
63 
69 
72 
75 
78 
81 
84 
87 
90 
93 
96 
99 };
const PostprocessorValue * _average_k_s
Domain-average solid thermal conductivity.
const ADMaterialProperty< Real > * _kappa_s
Solid effective thermal conductivity.
const PostprocessorValue * _average_kappa
Domain-average fluid effective thermal conductivity.
static InputParameters validParams()
const PostprocessorValue * _average_k_f
Domain-average fluid thermal conductivity.
const ADMaterialProperty< Real > * _k_s
Solid thermal conductivity.
NSFVHeatFluxBC(const InputParameters &parameters)
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal computeQpResidual() override
const PostprocessorValue * _average_eps
Domain-average porosity.
const NS::splitting::SplittingEnum _split_type
What parameters are used to split the heat flux, i.e.
const NS::phase::PhaseEnum _phase
Which phase this boundary condition is applied to, i.e. &#39;fluid&#39; or &#39;solid&#39;.
This boundary condition sets a constant heat flux with a splitting between the fluid and solid phases...
Real PostprocessorValue
const PostprocessorValue * _average_kappa_s
Domain-average solid effective thermal conductivity.
const NS::settings::LocalityEnum _locality
Where the values used in computing the splitting are pulled from, i.e.
OutputTools< Real >::VariableValue VariableValue
const ADMaterialProperty< RealVectorValue > * _kappa
Fluid effective thermal conductivity.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
const Real & _value
Value of the heat flux.
const ADMaterialProperty< Real > * _k_f
Fluid thermal conductivity.
const VariableValue & _eps
Porosity.