https://mooseframework.inl.gov
Loading...
Searching...
No Matches
subchannel
include
scmclosures
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
19
class
SCMMixingConstantBeta
:
public
SCMMixingClosureBase
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
SCMMixingConstantBeta
(
const
InputParameters
&
parameters
);
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
};
QuadSubChannelMesh.h
SCMMixingClosureBase.h
TriSubChannelMesh.h
ThreadedGeneralUserObject::parameters
const InputParameters & parameters() const
SCMMixingClosureBase
Base class for turbulent mixing closures used in SCM.
Definition
SCMMixingClosureBase.h:19
SCMMixingConstantBeta
Class that models the turbulent mixing coefficient $\beta$ as a user-defined constant.
Definition
SCMMixingConstantBeta.h:20
SCMMixingConstantBeta::_beta
const Real _beta
Turbulent mixing parameter.
Definition
SCMMixingConstantBeta.h:31
SCMMixingConstantBeta::computeMixingParameter
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(...
Definition
SCMMixingConstantBeta.C:31
SCMMixingConstantBeta::validParams
static InputParameters validParams()
Definition
SCMMixingConstantBeta.C:16
InputParameters
Generated on Fri Aug 21 2026 13:41:52 for https://mooseframework.inl.gov by
1.9.8