https://mooseframework.inl.gov
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<ADReal>
&
_eps
;
29
};
HasPorosityJumpFace
Shows whether an element has any attached porosity jump faces.
Definition:
HasPorosityJumpFace.h:17
Moose::FunctorEnvelope
HasPorosityJumpFace::_eps
const Moose::Functor< ADReal > & _eps
The porosity.
Definition:
HasPorosityJumpFace.h:28
InputParameters
HasPorosityJumpFace::computeValue
Real computeValue() override
Definition:
HasPorosityJumpFace.C:34
HasPorosityJumpFace::validParams
static InputParameters validParams()
Definition:
HasPorosityJumpFace.C:18
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
HasPorosityJumpFace::HasPorosityJumpFace
HasPorosityJumpFace(const InputParameters ¶meters)
Definition:
HasPorosityJumpFace.C:26
AuxKernelTempl< Real >::parameters
const InputParameters & parameters() const
AuxKernelTempl< Real >
AuxKernel.h
Generated on Thu Jul 17 2025 01:43:55 for https://mooseframework.inl.gov by
1.8.14