20 params.addRequiredParam<FunctionName>(
"function",
"The function to use as the value");
void addValue(const Real value)
Use to accumulate a value into the corresponding AuxVariable from this AuxRayKernel.
FunctionAuxRayKernelTest(const InputParameters ¶ms)
static InputParameters validParams()
virtual void onSegment() override
Called on each segment of a Ray.
Test AuxRayKernel that appends a function value on each Ray segment.
static InputParameters validParams()
const Function & _func
Function being used to compute the value to append.
registerMooseObject("RayTracingTestApp", FunctionAuxRayKernelTest)
const Point & _current_segment_end
The end point of the current Ray's segment.
virtual Real value(Real t, const Point &p) const
const Point & _current_segment_start
The start point of the current Ray's segment.