https://mooseframework.inl.gov
navier_stokes
include
functormaterials
FunctorEffectiveFluidThermalConductivity.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
"
23
class
FunctorEffectiveFluidThermalConductivity
:
public
FunctorMaterial
24
{
25
public
:
26
FunctorEffectiveFluidThermalConductivity
(
const
InputParameters
&
parameters
);
27
28
static
InputParameters
validParams
();
29
};
FunctorEffectiveFluidThermalConductivity::validParams
static InputParameters validParams()
Definition:
FunctorEffectiveFluidThermalConductivity.C:13
FunctorMaterial.h
InputParameters
FunctorMaterial
FunctorEffectiveFluidThermalConductivity
This is a base class material to calculate the effective thermal conductivity of the fluid phase...
Definition:
FunctorEffectiveFluidThermalConductivity.h:23
FunctorEffectiveFluidThermalConductivity::FunctorEffectiveFluidThermalConductivity
FunctorEffectiveFluidThermalConductivity(const InputParameters ¶meters)
Definition:
FunctorEffectiveFluidThermalConductivity.C:20
FunctorMaterial::parameters
const InputParameters & parameters() const
Generated on Thu Aug 7 2025 20:20:27 for https://mooseframework.inl.gov by
1.8.14