https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSFVkEpsilonViscosityFunctorMaterial.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 "FunctorMaterial.h"
13
This is the material class used to compute the viscosity of the kEpsilon model.
const Moose::Functor< ADReal > & _epsilon
The turbulent kinetic energy dissipation rate.
const Moose::Functor< ADReal > & _C_mu
The C_mu.
const bool _preserve_sparsity_pattern
Whether to preserve the sparsity pattern between iterations (needed for Newton solvers)
const Moose::Functor< ADReal > & _rho
The density.
const Moose::Functor< ADReal > & _k
The turbulent kinetic energy.
const InputParameters & parameters() const