https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
13#include "TriSubChannelMesh.h"
14#include "QuadSubChannelMesh.h"
15
20{
21public:
23
25
26 virtual Real computeMixingParameter(const unsigned int i_gap,
27 const unsigned int iz) const override;
28
29protected:
31 const Real _beta;
32};
const InputParameters & parameters() const
Base class for turbulent mixing closures used in SCM.
Class that models the turbulent mixing coefficient $\beta$ as a user-defined constant.
const Real _beta
Turbulent mixing parameter.
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(...
static InputParameters validParams()