https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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.h
RayDataIndex
unsigned int RayDataIndex
Type for the index into the data and aux data on a Ray.
Definition
Ray.h:52
ChangeRayRayKernelTest
Definition
ChangeRayRayKernelTest.h:15
ChangeRayRayKernelTest::_add_value
const Real _add_value
Definition
ChangeRayRayKernelTest.h:25
ChangeRayRayKernelTest::validParams
static InputParameters validParams()
Definition
ChangeRayRayKernelTest.C:17
ChangeRayRayKernelTest::onSegment
virtual void onSegment() override
Called on each segment of a Ray.
Definition
ChangeRayRayKernelTest.C:51
ChangeRayRayKernelTest::_ray_data_index
const RayDataIndex _ray_data_index
Definition
ChangeRayRayKernelTest.h:24
ChangeRayRayKernelTest::_scale_value
const Real _scale_value
Definition
ChangeRayRayKernelTest.h:26
GeneralRayKernel
Definition
GeneralRayKernel.h:16
InputParameters
Generated on Fri Aug 21 2026 13:41:32 for https://mooseframework.inl.gov by
1.9.8