www.mooseframework.org
richards
src
userobjects
RichardsRelPerm.C
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
// Base class for relative permeability as a function of effective saturation
11
//
12
#include "
RichardsRelPerm.h
"
13
14
template
<>
15
InputParameters
16
validParams<RichardsRelPerm>
()
17
{
18
InputParameters params = validParams<GeneralUserObject>();
19
params.addClassDescription(
20
"Relative permeability base class. Override relperm, drelperm and d2relperm in your class"
);
21
return
params;
22
}
23
24
RichardsRelPerm::RichardsRelPerm
(
const
InputParameters & parameters) : GeneralUserObject(parameters)
25
{
26
}
27
28
void
29
RichardsRelPerm::initialize
()
30
{
31
}
32
33
void
34
RichardsRelPerm::execute
()
35
{
36
}
37
38
void
39
RichardsRelPerm::finalize
()
40
{
41
}
RichardsRelPerm::initialize
void initialize()
Definition:
RichardsRelPerm.C:29
validParams< RichardsRelPerm >
InputParameters validParams< RichardsRelPerm >()
Definition:
RichardsRelPerm.C:16
RichardsRelPerm.h
RichardsRelPerm::finalize
void finalize()
Definition:
RichardsRelPerm.C:39
RichardsRelPerm::RichardsRelPerm
RichardsRelPerm(const InputParameters ¶meters)
Definition:
RichardsRelPerm.C:24
RichardsRelPerm::execute
void execute()
Definition:
RichardsRelPerm.C:34
Generated on Sat Jan 25 2020 12:04:43 for www.mooseframework.org by
1.8.16