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