https://mooseframework.inl.gov
ray_tracing
test
include
raykernels
ChangeRayRayKernelTest.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
class
ChangeRayRayKernelTest
:
public
GeneralRayKernel
15
{
16
public
:
17
ChangeRayRayKernelTest
(
const
InputParameters
& params);
18
19
static
InputParameters
validParams
();
20
21
virtual
void
onSegment
()
override
;
22
23
protected
:
24
const
RayDataIndex
_ray_data_index
;
25
const
Real
_add_value
;
26
const
Real
_scale_value
;
27
};
GeneralRayKernel
Definition:
GeneralRayKernel.h:15
ChangeRayRayKernelTest::ChangeRayRayKernelTest
ChangeRayRayKernelTest(const InputParameters ¶ms)
Definition:
ChangeRayRayKernelTest.C:38
ChangeRayRayKernelTest
Definition:
ChangeRayRayKernelTest.h:14
ChangeRayRayKernelTest::validParams
static InputParameters validParams()
Definition:
ChangeRayRayKernelTest.C:17
ChangeRayRayKernelTest::_ray_data_index
const RayDataIndex _ray_data_index
Definition:
ChangeRayRayKernelTest.h:24
GeneralRayKernel.h
InputParameters
RayDataIndex
unsigned int RayDataIndex
Type for the index into the data and aux data on a Ray.
Definition:
Ray.h:51
ChangeRayRayKernelTest::_scale_value
const Real _scale_value
Definition:
ChangeRayRayKernelTest.h:26
ChangeRayRayKernelTest::_add_value
const Real _add_value
Definition:
ChangeRayRayKernelTest.h:25
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ChangeRayRayKernelTest::onSegment
virtual void onSegment() override
Called on each segment of a Ray.
Definition:
ChangeRayRayKernelTest.C:51
Generated on Fri Jul 18 2025 13:43:29 for https://mooseframework.inl.gov by
1.8.14