https://mooseframework.inl.gov
Loading...
Searching...
No Matches
VolumetricFlowRate.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// MOOSE includes
14#include "MathFVUtils.h"
15
17
const InputParameters & parameters() const
This postprocessor computes the volumetric flow rate through a boundary, internal or external to the ...
Real computeQpIntegral() override
static InputParameters validParams()
void meshChanged() override
Moose::FV::InterpMethod _velocity_interp_method
The interpolation method to use for the velocity.
Moose::FV::InterpMethod _advected_interp_method
The interpolation method to use for the advected quantity.
const bool _advected_variable_supplied
Whether an advected variable was supplied in the input.
const Moose::Functor< ADReal > & _advected_material_property
Material property storing the advected quantity; used for finite elements.
void initialSetup() override
Currently only requests some boundary data from the RhieChow interpolator.
const RhieChowFaceFluxProvider *const _rc_uo
The Rhie-Chow interpolation user object.
const VariableValue & _vel_z
const bool _advected_mat_prop_supplied
Whether an advected material property was supplied in the input.
const Moose::Functor< ADReal > *const _adv_quant
The functor representing the advected quantity for finite volume.
const bool _subtract_mesh_velocity
If the velocity of the potentially moving mesh should be subtracted or not.
const VariableValue & _vel_x
Velocity components.
const VariableValue & _vel_y
const VariableValue & _advected_variable
Variable storing the advected quantity; used for finite elements.
Real computeFaceInfoIntegral(const FaceInfo *fi) override
VariableValueTempl< false > VariableValue