https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
auxkernels
THMSpecificVolumeAux.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 "
AuxKernel.h
"
13
17
class
THMSpecificVolumeAux
:
public
AuxKernel
18
{
19
public
:
20
THMSpecificVolumeAux
(
const
InputParameters
&
parameters
);
21
22
protected
:
23
Real
computeValue
();
24
25
const
VariableValue
&
_rhoA
;
26
const
VariableValue
&
_area
;
27
const
VariableValue
&
_alpha
;
28
29
public
:
30
static
InputParameters
validParams
();
31
};
AuxKernel.h
AuxKernelTempl< Real >
AuxKernelTempl< Real >::parameters
const InputParameters & parameters() const
THMSpecificVolumeAux
Computes specific volume.
Definition
THMSpecificVolumeAux.h:18
THMSpecificVolumeAux::_alpha
const VariableValue & _alpha
Definition
THMSpecificVolumeAux.h:27
THMSpecificVolumeAux::_area
const VariableValue & _area
Definition
THMSpecificVolumeAux.h:26
THMSpecificVolumeAux::validParams
static InputParameters validParams()
Definition
THMSpecificVolumeAux.C:15
THMSpecificVolumeAux::computeValue
Real computeValue()
Definition
THMSpecificVolumeAux.C:36
THMSpecificVolumeAux::_rhoA
const VariableValue & _rhoA
Definition
THMSpecificVolumeAux.h:25
VariableValue
VariableValueTempl< false > VariableValue
InputParameters
Generated on Fri Aug 21 2026 13:41:53 for https://mooseframework.inl.gov by
1.9.8