https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
};
IntegralRayKernel.h
IntegralRayKernel
Base class for a RayKernel that integrates along a Ray segment and stores the result in a scalar valu...
Definition
IntegralRayKernel.h:19
MaterialIntegralRayKernel
Definition
MaterialIntegralRayKernel.h:15
MaterialIntegralRayKernel::validParams
static InputParameters validParams()
Definition
MaterialIntegralRayKernel.C:15
MaterialIntegralRayKernel::computeQpIntegral
virtual Real computeQpIntegral() override
Definition
MaterialIntegralRayKernel.C:33
MaterialIntegralRayKernel::_mat
const MaterialProperty< Real > & _mat
Definition
MaterialIntegralRayKernel.h:24
MaterialProperty
InputParameters
Generated on Fri Sep 11 2026 20:36:38 for https://mooseframework.inl.gov by
1.9.8