https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
auxkernels
HasPorosityJumpFace.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 "
AuxKernel.h
"
13
17
class
HasPorosityJumpFace
:
public
AuxKernel
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
HasPorosityJumpFace
(
const
InputParameters
&
parameters
);
23
24
protected
:
25
Real
computeValue
()
override
;
26
28
const
Moose::Functor<Real>
&
_eps
;
29
};
AuxKernel.h
AuxKernelTempl< Real >
HasPorosityJumpFace
Shows whether an element has any attached porosity jump faces.
Definition
HasPorosityJumpFace.h:18
HasPorosityJumpFace::computeValue
Real computeValue() override
Definition
HasPorosityJumpFace.C:34
HasPorosityJumpFace::_eps
const Moose::Functor< Real > & _eps
The porosity.
Definition
HasPorosityJumpFace.h:28
HasPorosityJumpFace::validParams
static InputParameters validParams()
Definition
HasPorosityJumpFace.C:18
AuxKernelTempl< Real >::parameters
const InputParameters & parameters() const
Moose::FunctorEnvelope
InputParameters
Generated on Fri Aug 21 2026 13:41:06 for https://mooseframework.inl.gov by
1.9.8