https://mooseframework.inl.gov
Loading...
Searching...
No Matches
TurbulentConductivityAux.h
Go to the documentation of this file.
1
2
3//* This file is part of the MOOSE framework
4//* https://mooseframework.inl.gov
5//*
6//* All rights reserved, see COPYRIGHT for full restrictions
7//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
8//*
9//* Licensed under LGPL 2.1, please see LICENSE for details
10//* https://www.gnu.org/licenses/lgpl-2.1.html
11
12#pragma once
13
14#include "AuxKernel.h"
15
22{
23public:
25
27
28protected:
29 virtual Real computeValue() override;
30
33
36
39};
const InputParameters & parameters() const
Computes the turbulent conductivity.
virtual Real computeValue() override
const Moose::Functor< Real > & _Pr_t
Turbulent Prandtl number.
static InputParameters validParams()
const Moose::Functor< Real > & _cp
Specific heat at Constant Pressure.
const Moose::Functor< Real > & _mu_t
Turbulent viscosity.