https://mooseframework.inl.gov
VolumeJunctionCoupledFlux1PhaseKernel.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 "ADKernel.h"
13 
17 
22 {
23 public:
25 
27 
28 protected:
29  virtual ADReal computeQpResidual() override;
30 
32  const unsigned int _equation_index;
33 
38 
41 
46 
49 
52 
55 };
Applies a flux to the volume junction for VolumeJunctionCoupledFlux1Phase.
const Real _A_coupled
Coupled area between junction and other application.
const RealVectorValue & _normal_from_junction
Normal vector from the junction to the other application.
const ADNumericalFlux3EqnBase & _numerical_flux_uo
Numerical flux user object.
Common class for single phase fluid properties.
const unsigned int _equation_index
Index within local system of the equation upon which this object acts.
Base class for computing numerical fluxes for FlowModelSinglePhase.
Computes and caches flux and residual vectors for a 1-phase volume junction.
const ADVolumeJunction1PhaseUserObject & _volume_junction_uo
Volume junction user object.
const RealVectorValue _normal_to_junction
Normal vector to the junction from the other application.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const SinglePhaseFluidProperties & _fp
Fluid properties.
Scalar< const PostprocessorValue > PostprocessorValue
VolumeJunctionCoupledFlux1PhaseKernel(const InputParameters &params)