https://mooseframework.inl.gov
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 {
21 public:
23 
25 
26  virtual Real computeValue() override;
27 
28 protected:
37  const std::vector<unsigned int> _index_blockage;
38 };
virtual Real computeValue() override
const PostprocessorValue & _blocked_mass_flux
Specified mass flux of blocked channels.
const SubChannelMesh & _subchannel_mesh
Computes mass flow rate from specified uniform mass flux and cross-sectional area and applies inlet b...
const VariableValue & _area
Cross-sectional area.
Real PostprocessorValue
const std::vector< unsigned int > _index_blockage
index of subchannels affected by blockage
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
SCMBlockedMassFlowRateAux(const InputParameters &parameters)
const PostprocessorValue & _unblocked_mass_flux
Specified mass flux of unblocked channels.
const InputParameters & parameters() const
Base class for subchannel meshes.
static InputParameters validParams()