https://mooseframework.inl.gov
subchannel
include
auxkernels
SCMRZPinQPrimeAux.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 "
DiffusionFluxAux.h
"
13
17
class
SCMRZPinQPrimeAux
:
public
DiffusionFluxAux
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
SCMRZPinQPrimeAux
(
const
InputParameters
&
parameters
);
23
24
virtual
Real
computeValue
()
override
;
25
};
DiffusionFluxAux.h
SCMRZPinQPrimeAux::validParams
static InputParameters validParams()
Definition:
SCMRZPinQPrimeAux.C:16
InputParameters
SCMRZPinQPrimeAux
Computes linear heat rate in a 2D-RZ model of a fuel pin.
Definition:
SCMRZPinQPrimeAux.h:17
SCMRZPinQPrimeAux::SCMRZPinQPrimeAux
SCMRZPinQPrimeAux(const InputParameters ¶meters)
Definition:
SCMRZPinQPrimeAux.C:24
DiffusionFluxAux
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
DiffusionFluxAux::parameters
const InputParameters & parameters() const
SCMRZPinQPrimeAux::computeValue
virtual Real computeValue() override
Definition:
SCMRZPinQPrimeAux.C:35
Generated on Fri Jul 18 2025 13:43:53 for https://mooseframework.inl.gov by
1.8.14