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"))
const FaceInfo * _face_info
FVGaussianEnergyFluxBC(const InputParameters ¶ms)
static InputParameters validParams()
static InputParameters validParams()
const Point & faceCentroid() const
virtual ADReal computeQpResidual() override
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("HeatTransferApp", FVGaussianEnergyFluxBC)
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...
Describes an incoming heat flux beam with a Gaussian profile.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real