https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SCMBlockedMassFlowRateAux.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 "AuxKernel.h"
13#include "SubChannelMesh.h"
14
20{
21public:
23
25
26 virtual Real computeValue() override;
27
28protected:
37 const std::vector<unsigned int> _index_blockage;
38};
Real PostprocessorValue
const InputParameters & parameters() const
Computes mass flow rate from specified uniform mass flux and cross-sectional area and applies inlet b...
virtual Real computeValue() override
const std::vector< unsigned int > _index_blockage
index of subchannels affected by blockage
const VariableValue & _area
Cross-sectional area.
const PostprocessorValue & _blocked_mass_flux
Specified mass flux of blocked channels.
const SubChannelMesh & _subchannel_mesh
static InputParameters validParams()
const PostprocessorValue & _unblocked_mass_flux
Specified mass flux of unblocked channels.
Base class for subchannel meshes.
VariableValueTempl< false > VariableValue