https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ray_tracing
test
include
raybcs
ChangeRayRayBCTest.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 "
GeneralRayBC.h
"
13
14
class
ChangeRayRayBCTest
:
public
GeneralRayBC
15
{
16
public
:
17
ChangeRayRayBCTest
(
const
InputParameters
& params);
18
19
static
InputParameters
validParams
();
20
21
virtual
void
onBoundary
(
const
unsigned
int
num_applying)
override
;
22
23
const
RayDataIndex
_ray_data_index
;
24
const
Real
_add_value
;
25
const
Real
_scale_value
;
26
};
GeneralRayBC.h
RayDataIndex
unsigned int RayDataIndex
Type for the index into the data and aux data on a Ray.
Definition
Ray.h:52
ChangeRayRayBCTest
Definition
ChangeRayRayBCTest.h:15
ChangeRayRayBCTest::_scale_value
const Real _scale_value
Definition
ChangeRayRayBCTest.h:25
ChangeRayRayBCTest::validParams
static InputParameters validParams()
Definition
ChangeRayRayBCTest.C:15
ChangeRayRayBCTest::_add_value
const Real _add_value
Definition
ChangeRayRayBCTest.h:24
ChangeRayRayBCTest::_ray_data_index
const RayDataIndex _ray_data_index
Definition
ChangeRayRayBCTest.h:23
ChangeRayRayBCTest::onBoundary
virtual void onBoundary(const unsigned int num_applying) override
Called on a Ray on the boundary to apply the Ray boundary condition.
Definition
ChangeRayRayBCTest.C:44
GeneralRayBC
Definition
GeneralRayBC.h:16
InputParameters
Generated on Fri Aug 21 2026 13:41:32 for https://mooseframework.inl.gov by
1.9.8