https://mooseframework.inl.gov
Loading...
Searching...
No Matches
VolumeJunctionCoupledFlux1PhasePostprocessor.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
17
22{
23public:
25
27
28 virtual void initialize() override {}
29 virtual void execute() override {}
30 virtual void finalize() override;
31 virtual PostprocessorValue getValue() const override;
32
33protected:
36
41
43 const Real _A_coupled;
44
46 const RealVectorValue & _normal_from_junction;
48 const RealVectorValue _normal_to_junction;
49
52
55
58
60 Real _value;
61};
Real PostprocessorValue
Base class for computing numerical fluxes for FlowModelSinglePhase.
Computes and caches flux and residual vectors for a 1-phase volume junction.
const InputParameters & parameters() const
Common class for single phase fluid properties.
Computes a mass or energy flux for VolumeJunctionCoupledFlux1Phase.
const SinglePhaseFluidProperties & _fp
Fluid properties.
const ADVolumeJunction1PhaseUserObject & _volume_junction_uo
Volume junction user object.
const RealVectorValue & _normal_from_junction
Normal vector from the junction to the other application.
const ADNumericalFlux3EqnBase & _numerical_flux_uo
Numerical flux user object.
const RealVectorValue _normal_to_junction
Normal vector to the junction from the other application.
const Real _A_coupled
Coupled area between junction and other application.