www.mooseframework.org
richards
include
auxkernels
RichardsDensityAux.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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
14
#include "
RichardsDensity.h
"
15
16
// Forward Declarations
17
class
RichardsDensityAux
;
18
19
template
<>
20
InputParameters
validParams<RichardsDensityAux>
();
21
25
class
RichardsDensityAux
:
public
AuxKernel
26
{
27
public
:
28
RichardsDensityAux
(
const
InputParameters & parameters);
29
30
protected
:
31
virtual
Real
computeValue
();
32
34
const
VariableValue &
_pressure_var
;
35
37
const
RichardsDensity
&
_density_UO
;
38
};
39
RichardsDensityAux
Fluid density as a function of porepressure.
Definition:
RichardsDensityAux.h:25
validParams< RichardsDensityAux >
InputParameters validParams< RichardsDensityAux >()
Definition:
RichardsDensityAux.C:18
RichardsDensityAux::_pressure_var
const VariableValue & _pressure_var
porepressure
Definition:
RichardsDensityAux.h:34
RichardsDensityAux::_density_UO
const RichardsDensity & _density_UO
userobject that defines density as a fcn of porepressure
Definition:
RichardsDensityAux.h:37
RichardsDensity
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...
Definition:
RichardsDensity.h:24
RichardsDensityAux::RichardsDensityAux
RichardsDensityAux(const InputParameters ¶meters)
Definition:
RichardsDensityAux.C:28
RichardsDensityAux::computeValue
virtual Real computeValue()
Definition:
RichardsDensityAux.C:36
RichardsDensity.h
Generated on Sat Jan 25 2020 12:04:42 for www.mooseframework.org by
1.8.16