www.mooseframework.org
VolumetricFlowRate.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 // MOOSE includes
14 #include "MathFVUtils.h"
15 
17 
23 {
24 public:
26 
28 
30  void initialSetup() override;
31  void meshChanged() override;
32 
33 protected:
34  Real computeFaceInfoIntegral(const FaceInfo * fi) override;
35 
36  Real computeQpIntegral() override;
37 
42 
47 
52 
55 
58 
61 
64 };
Moose::FV::InterpMethod _advected_interp_method
The interpolation method to use for the advected quantity.
const VariableValue & _vel_z
VolumetricFlowRate(const InputParameters &parameters)
Real computeFaceInfoIntegral(const FaceInfo *fi) override
static InputParameters validParams()
const VariableValue & _vel_y
const RhieChowInterpolatorBase *const _rc_uo
The Rhie-Chow interpolation user object.
const Moose::Functor< ADReal > *const _adv_quant
The functor representing the advected quantity for finite volume.
const Moose::Functor< ADReal > & _advected_material_property
Material property storing the advected quantity; used for finite elements.
This postprocessor computes the volumetric flow rate through a boundary, internal or external to the ...
const VariableValue & _advected_variable
Variable storing the advected quantity; used for finite elements.
const bool _advected_mat_prop_supplied
Whether an advected material property was supplied in the input.
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Moose::FV::InterpMethod _velocity_interp_method
The interpolation method to use for the velocity.
void meshChanged() override
const bool _advected_variable_supplied
Whether an advected variable was supplied in the input.
const InputParameters & parameters() const
const VariableValue & _vel_x
Velocity components.
void initialSetup() override
Currently only requests some boundary data from the RhieChow interpolator.
Real computeQpIntegral() override