https://mooseframework.inl.gov
SCMMixingConstantBeta.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 "SCMMixingClosureBase.h"
13 #include "TriSubChannelMesh.h"
14 #include "QuadSubChannelMesh.h"
15 
20 {
21 public:
23 
25 
26  virtual Real computeMixingParameter(const unsigned int i_gap,
27  const unsigned int iz) const override;
28 
29 protected:
31  const Real _beta;
32 };
static InputParameters validParams()
Base class for turbulent mixing closures used in SCM.
const InputParameters & parameters() const
virtual Real computeMixingParameter(const unsigned int i_gap, const unsigned int iz) const override
Computes the turbulent mixing coefficient for the local conditions around gap(i_gap) and axial level(...
const Real _beta
Turbulent mixing parameter.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
SCMMixingConstantBeta(const InputParameters &parameters)
Class that models the turbulent mixing coefficient $$ as a user-defined constant. ...