https://mooseframework.inl.gov
ray_tracing
include
raykernels
MaterialIntegralRayKernel.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
class
MaterialIntegralRayKernel
:
public
IntegralRayKernel
15
{
16
public
:
17
MaterialIntegralRayKernel
(
const
InputParameters
& params);
18
19
static
InputParameters
validParams
();
20
21
protected
:
22
virtual
Real
computeQpIntegral
()
override
;
23
24
const
MaterialProperty<Real>
&
_mat
;
25
};
MaterialIntegralRayKernel
Definition:
MaterialIntegralRayKernel.h:14
MaterialIntegralRayKernel::MaterialIntegralRayKernel
MaterialIntegralRayKernel(const InputParameters ¶ms)
Definition:
MaterialIntegralRayKernel.C:27
InputParameters
MaterialIntegralRayKernel::_mat
const MaterialProperty< Real > & _mat
Definition:
MaterialIntegralRayKernel.h:24
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
MaterialIntegralRayKernel::validParams
static InputParameters validParams()
Definition:
MaterialIntegralRayKernel.C:15
IntegralRayKernel.h
MaterialProperty< Real >
MaterialIntegralRayKernel::computeQpIntegral
virtual Real computeQpIntegral() override
Definition:
MaterialIntegralRayKernel.C:33
Generated on Fri Jul 18 2025 13:43:28 for https://mooseframework.inl.gov by
1.8.14