https://mooseframework.inl.gov
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 
16 #include "INSFVVelocityVariable.h"
22 {
23 public:
25 
27 
28 protected:
29  virtual Real computeValue() override;
30 
33 
36 
39 };
static InputParameters validParams()
virtual Real computeValue() override
const Moose::Functor< ADReal > & _mu_t
Turbulent viscosity.
const Moose::Functor< ADReal > & _Pr_t
Turbulent Prandtl number.
Computes the turbulent conductivity.
TurbulentConductivityAux(const InputParameters &parameters)
const Moose::Functor< ADReal > & _cp
Specific heat at Constant Pressure.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const