https://mooseframework.inl.gov
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 {
21 public:
23 
24  virtual Real computeQpIntegral() override;
25 
26 protected:
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 
40 public:
42 };
const std::string & _junction_name
Junction component name.
const unsigned int _connection_index
Index of the connected flow channel.
virtual Real computeQpIntegral() override
const unsigned int _equation_index
Index within flux vector to query.
ADFlowJunctionFlux1Phase(const InputParameters &parameters)
const ADFlowJunctionUserObject & _junction_uo
Junction user object.
Provides common interfaces for flow junction user objects.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const std::string _junction_uo_name
Junction user object name.
Retrieves an entry of a flux vector for a connection attached to a 1-phase junction.
const InputParameters & parameters() const
static InputParameters validParams()