https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
userobjects
ADPump1PhaseUserObject.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 "
ADVolumeJunction1PhaseUserObject.h
"
13
21
class
ADPump1PhaseUserObject
:
public
ADVolumeJunction1PhaseUserObject
22
{
23
public
:
24
ADPump1PhaseUserObject
(
const
InputParameters
& params);
25
26
protected
:
27
virtual
void
computeFluxesAndResiduals
(
const
unsigned
int
&
c
)
override
;
28
30
const
Real &
_head
;
32
const
Real &
_g
;
33
34
public
:
35
static
InputParameters
validParams
();
36
};
ADVolumeJunction1PhaseUserObject.h
c
const Real c
Definition
GeochemistryActivityCalculatorsTest.C:19
ADPump1PhaseUserObject
Computes and caches flux and residual vectors for a 1-phase pump.
Definition
ADPump1PhaseUserObject.h:22
ADPump1PhaseUserObject::computeFluxesAndResiduals
virtual void computeFluxesAndResiduals(const unsigned int &c) override
Computes and stores the fluxes, the scalar residuals, and their Jacobians.
Definition
ADPump1PhaseUserObject.C:42
ADPump1PhaseUserObject::_head
const Real & _head
Pump head, [m].
Definition
ADPump1PhaseUserObject.h:30
ADPump1PhaseUserObject::validParams
static InputParameters validParams()
Definition
ADPump1PhaseUserObject.C:20
ADPump1PhaseUserObject::_g
const Real & _g
Gravity constant, i.e., 9.8 [m/s^2].
Definition
ADPump1PhaseUserObject.h:32
ADVolumeJunction1PhaseUserObject
Computes and caches flux and residual vectors for a 1-phase volume junction.
Definition
ADVolumeJunction1PhaseUserObject.h:25
InputParameters
Generated on Mon Aug 24 2026 19:10:51 for https://mooseframework.inl.gov by
1.9.8