https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
fvkernels
INSFVMixingLengthScalarDiffusion.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 "
FVFluxKernel.h
"
13
#include "
INSFVVelocityVariable.h
"
14
#include "
FVDiffusionInterpolationInterface.h
"
15
16
class
INSFVMixingLengthScalarDiffusion
:
public
FVFluxKernel
,
17
public
FVDiffusionInterpolationInterface
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
INSFVMixingLengthScalarDiffusion
(
const
InputParameters
& params);
23
24
protected
:
25
ADReal
computeQpResidual
()
override
;
26
28
const
unsigned
int
_dim
;
29
31
const
Moose::Functor<ADReal>
&
_u
;
33
const
Moose::Functor<ADReal>
*
const
_v
;
35
const
Moose::Functor<ADReal>
*
const
_w
;
36
38
const
Moose::Functor<ADReal>
&
_mixing_len
;
39
41
const
Real &
_schmidt_number
;
42
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVDiffusionInterpolationInterface.h
FVFluxKernel.h
INSFVVelocityVariable.h
FVDiffusionInterpolationInterface
FVFluxKernel
INSFVMixingLengthScalarDiffusion
Definition
INSFVMixingLengthScalarDiffusion.h:18
INSFVMixingLengthScalarDiffusion::_v
const Moose::Functor< ADReal > *const _v
y-velocity
Definition
INSFVMixingLengthScalarDiffusion.h:33
INSFVMixingLengthScalarDiffusion::_schmidt_number
const Real & _schmidt_number
Turbulent Schmidt number (or turbulent Prandtl number)
Definition
INSFVMixingLengthScalarDiffusion.h:41
INSFVMixingLengthScalarDiffusion::_dim
const unsigned int _dim
the dimension of the simulation
Definition
INSFVMixingLengthScalarDiffusion.h:28
INSFVMixingLengthScalarDiffusion::_u
const Moose::Functor< ADReal > & _u
x-velocity
Definition
INSFVMixingLengthScalarDiffusion.h:31
INSFVMixingLengthScalarDiffusion::validParams
static InputParameters validParams()
Definition
INSFVMixingLengthScalarDiffusion.C:16
INSFVMixingLengthScalarDiffusion::computeQpResidual
ADReal computeQpResidual() override
Definition
INSFVMixingLengthScalarDiffusion.C:62
INSFVMixingLengthScalarDiffusion::_w
const Moose::Functor< ADReal > *const _w
z-velocity
Definition
INSFVMixingLengthScalarDiffusion.h:35
INSFVMixingLengthScalarDiffusion::_mixing_len
const Moose::Functor< ADReal > & _mixing_len
Turbulent eddy mixing length.
Definition
INSFVMixingLengthScalarDiffusion.h:38
Moose::FunctorEnvelope
InputParameters
Generated on Fri Aug 21 2026 13:41:06 for https://mooseframework.inl.gov by
1.9.8