https://mooseframework.inl.gov
navier_stokes
include
hdgkernels
MassFluxPenaltyIPHDG.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "
ElementAndTraceScalarHDGKernel.h
"
13
14
class
MassFluxPenaltyIPHDGAssemblyHelper
;
15
16
/*
17
* Imposes a singular perturbation on the component momentum equations penalizing discontinuities in
18
* mass flux. Similar to \p MassFluxPenalty except it does not couple interior degrees of freedom on
19
* neighboring elements, which makes this class useful in tandem with hybridized discretizations
20
* because it supports static condensation
21
*/
22
class
MassFluxPenaltyIPHDG
:
public
ElementAndTraceScalarHDGKernel
23
{
24
public
:
25
static
InputParameters
validParams
();
26
27
MassFluxPenaltyIPHDG
(
const
InputParameters
&
parameters
);
28
29
private
:
30
virtual
ElementAndTraceScalarHDGAssemblyHelper
&
hdgHelper
()
override
;
31
33
std::unique_ptr<MassFluxPenaltyIPHDGAssemblyHelper>
_iphdg_helper
;
34
};
ElementAndTraceScalarHDGKernel.h
ElementAndTraceScalarHDGKernel::parameters
const InputParameters & parameters() const
MassFluxPenaltyIPHDG::validParams
static InputParameters validParams()
Definition:
MassFluxPenaltyIPHDG.C:16
MassFluxPenaltyIPHDGAssemblyHelper
Definition:
MassFluxPenaltyIPHDGAssemblyHelper.h:24
InputParameters
MassFluxPenaltyIPHDG
Definition:
MassFluxPenaltyIPHDG.h:22
MassFluxPenaltyIPHDG::hdgHelper
virtual ElementAndTraceScalarHDGAssemblyHelper & hdgHelper() override
Definition:
MassFluxPenaltyIPHDG.C:33
ElementAndTraceScalarHDGKernel
ElementAndTraceScalarHDGAssemblyHelper
MassFluxPenaltyIPHDG::MassFluxPenaltyIPHDG
MassFluxPenaltyIPHDG(const InputParameters ¶meters)
Definition:
MassFluxPenaltyIPHDG.C:25
MassFluxPenaltyIPHDG::_iphdg_helper
std::unique_ptr< MassFluxPenaltyIPHDGAssemblyHelper > _iphdg_helper
The assembly helper providing the required IP-HDG method implementations.
Definition:
MassFluxPenaltyIPHDG.h:33
Generated on Mon Aug 3 2026 21:29:39 for https://mooseframework.inl.gov by
1.8.14