https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADFlowJunctionFlux1Phase.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
13
15
20{
21public:
23
24 virtual Real computeQpIntegral() override;
25
26protected:
28 const unsigned int _connection_index;
29
31 const std::string & _junction_name;
33 const std::string _junction_uo_name;
36
38 const unsigned int _equation_index;
39
40public:
42};
Retrieves an entry of a flux vector for a connection attached to a 1-phase junction.
const ADFlowJunctionUserObject & _junction_uo
Junction user object.
virtual Real computeQpIntegral() override
const std::string _junction_uo_name
Junction user object name.
const unsigned int _equation_index
Index within flux vector to query.
static InputParameters validParams()
const unsigned int _connection_index
Index of the connected flow channel.
const std::string & _junction_name
Junction component name.
Provides common interfaces for flow junction user objects.
const InputParameters & parameters() const