https://mooseframework.inl.gov
ray_tracing
include
raykernels
FunctionIntegralRayKernel.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 "
IntegralRayKernel.h
"
13
14
// Forward declarations
15
class
Function
;
16
20
class
FunctionIntegralRayKernel
:
public
IntegralRayKernel
21
{
22
public
:
23
FunctionIntegralRayKernel
(
const
InputParameters
& params);
24
25
static
InputParameters
validParams
();
26
27
protected
:
28
virtual
Real
computeQpIntegral
()
override
;
29
30
const
Function
&
_function
;
31
};
Function
FunctionIntegralRayKernel::_function
const Function & _function
Definition:
FunctionIntegralRayKernel.h:30
FunctionIntegralRayKernel
Integrates a function along a Ray.
Definition:
FunctionIntegralRayKernel.h:20
InputParameters
FunctionIntegralRayKernel::validParams
static InputParameters validParams()
Definition:
FunctionIntegralRayKernel.C:17
FunctionIntegralRayKernel::FunctionIntegralRayKernel
FunctionIntegralRayKernel(const InputParameters ¶ms)
Definition:
FunctionIntegralRayKernel.C:28
IntegralRayKernel
Base class for a RayKernel that integrates along a Ray segment and stores the result in a scalar valu...
Definition:
IntegralRayKernel.h:18
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
IntegralRayKernel.h
FunctionIntegralRayKernel::computeQpIntegral
virtual Real computeQpIntegral() override
Definition:
FunctionIntegralRayKernel.C:34
Generated on Fri Jul 18 2025 13:43:28 for https://mooseframework.inl.gov by
1.8.14