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