27 _P0(getParam<Real>(
"P0")),
28 _R(getParam<Real>(
"R")),
29 _x_beam_coord(getFunction(
"x_beam_coord")),
30 _y_beam_coord(getFunction(
"y_beam_coord")),
31 _z_beam_coord(getFunction(
"z_beam_coord"))
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("HeatTransferApp", FVGaussianEnergyFluxBC)
const FaceInfo * _face_info
static InputParameters validParams()
Describes an incoming heat flux beam with a Gaussian profile.
virtual ADReal computeQpResidual() override
static InputParameters validParams()
FVGaussianEnergyFluxBC(const InputParameters ¶ms)
const Point & faceCentroid() const
static InputParameters beamParams()
static ADReal beamFlux(const T &flux_obj, const PointType &flux_obj_location)
Computes the beam flux given data from a flux object and the current integration point in the domain,...