https://mooseframework.inl.gov
porous_flow
include
bcs
PorousFlowSinkBC.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 "
MooseObject.h
"
13
21
class
PorousFlowSinkBC
:
public
MooseObject
22
{
23
public
:
24
static
InputParameters
validParams
();
25
static
InputParameters
validParamsCommon
();
26
27
PorousFlowSinkBC
(
const
InputParameters
&
parameters
);
28
};
PorousFlowSinkBC::PorousFlowSinkBC
PorousFlowSinkBC(const InputParameters ¶meters)
Definition:
PorousFlowSinkBC.C:52
PorousFlowSinkBC::validParamsCommon
static InputParameters validParamsCommon()
Definition:
PorousFlowSinkBC.C:15
PorousFlowSinkBC::validParams
static InputParameters validParams()
Definition:
PorousFlowSinkBC.C:33
InputParameters
MooseObject
MooseObject.h
MooseObject::parameters
const InputParameters & parameters() const
PorousFlowSinkBC
Surrogate BC object for setting up enthalphy injection BC.
Definition:
PorousFlowSinkBC.h:21
Generated on Fri Jul 18 2025 13:43:23 for https://mooseframework.inl.gov by
1.8.14