https://mooseframework.inl.gov
navier_stokes
include
fvkernels
NSFVMixturePhaseInterface.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 "
FVElementalKernel.h
"
13
17
class
NSFVMixturePhaseInterface
:
public
FVElementalKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
NSFVMixturePhaseInterface
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
ADReal
computeQpResidual
()
override
;
26
28
const
Moose::Functor<ADReal>
&
_alpha
;
30
const
Moose::Functor<ADReal>
&
_phase_coupled
;
31
};
NSFVMixturePhaseInterface::computeQpResidual
ADReal computeQpResidual() override
Definition:
NSFVMixturePhaseInterface.C:34
Moose::FunctorEnvelope
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
NSFVMixturePhaseInterface::NSFVMixturePhaseInterface
NSFVMixturePhaseInterface(const InputParameters ¶meters)
Definition:
NSFVMixturePhaseInterface.C:26
FVElementalKernel
InputParameters
NSFVMixturePhaseInterface
Implements a phase-to-phase volumetric exchange.
Definition:
NSFVMixturePhaseInterface.h:17
NSFVMixturePhaseInterface::validParams
static InputParameters validParams()
Definition:
NSFVMixturePhaseInterface.C:16
FVElementalKernel::parameters
const InputParameters & parameters() const
NSFVMixturePhaseInterface::_phase_coupled
const Moose::Functor< ADReal > & _phase_coupled
Coupled Phase Functor.
Definition:
NSFVMixturePhaseInterface.h:30
FVElementalKernel.h
NSFVMixturePhaseInterface::_alpha
const Moose::Functor< ADReal > & _alpha
Interface voumetric transfer coefficient.
Definition:
NSFVMixturePhaseInterface.h:28
Generated on Wed Aug 6 2025 14:36:56 for https://mooseframework.inl.gov by
1.8.14