https://mooseframework.inl.gov
TestRayDataRayKernel.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 "GeneralRayKernel.h"
13 
14 // Forward declarations
15 class TestRayDataStudy;
16 
21 {
22 public:
23  TestRayDataRayKernel(const InputParameters & params);
24 
26 
27  virtual void onSegment() override;
28 
29 protected:
31 };
const TestRayDataStudy & _test_ray_data_study
virtual void onSegment() override
Called on each segment of a Ray.
Test Ray study that generates a lot of Rays and sets data/aux data with a predictable pattern in conj...
static InputParameters validParams()
RayKernel to be used in conjunction with TestRayDataStudy.
TestRayDataRayKernel(const InputParameters &params)