https://mooseframework.inl.gov
Loading...
Searching...
No Matches
NSFVFunctorHeatFluxBC.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
DualNumber< Real, DNDerivativeType, true > ADReal
Real PostprocessorValue
const InputParameters & parameters() const
This boundary condition sets a constant heat flux with a splitting between the fluid and solid phases...
const PostprocessorValue * _average_k_s
Domain-average solid thermal conductivity.
const Moose::Functor< ADRealVectorValue > * _kappa
Fluid effective thermal conductivity.
const Moose::Functor< ADReal > * _kappa_s
Solid effective thermal conductivity.
const NS::phase::PhaseEnum _phase
Which phase this boundary condition is applied to, i.e. 'fluid' or 'solid'.
virtual ADReal computeQpResidual() override
const PostprocessorValue * _average_kappa_s
Domain-average solid effective thermal conductivity.
const PostprocessorValue * _average_eps
Domain-average porosity.
const PostprocessorValue * _average_k_f
Domain-average fluid thermal conductivity.
const PostprocessorValue * _average_kappa
Domain-average fluid effective thermal conductivity.
const NS::settings::LocalityEnum _locality
Where the values used in computing the splitting are pulled from, i.e.
const Moose::Functor< ADReal > * _k_f
Fluid thermal conductivity.
const Moose::Functor< ADReal > * _eps
Porosity.
const NS::splitting::SplittingEnum _split_type
What parameters are used to split the heat flux, i.e.
static InputParameters validParams()
const Moose::Functor< ADReal > * _k_s
Solid thermal conductivity.
const Real & _value
Value of the heat flux.