https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
userobjects
ADBoundaryFlux3EqnFreeOutflow.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 "
ADBoundaryFluxBase.h
"
13
#include "
SinglePhaseFluidProperties.h
"
14
18
class
ADBoundaryFlux3EqnFreeOutflow
:
public
ADBoundaryFluxBase
19
{
20
public
:
21
ADBoundaryFlux3EqnFreeOutflow
(
const
InputParameters
&
parameters
);
22
23
virtual
void
calcFlux
(
unsigned
int
iside,
24
dof_id_type ielem,
25
const
std::vector<ADReal> & U1,
26
const
RealVectorValue & normal,
27
std::vector<ADReal> & flux)
const override
;
28
29
protected
:
30
const
SinglePhaseFluidProperties
&
_fp
;
31
32
public
:
33
static
InputParameters
validParams
();
34
};
ADBoundaryFluxBase.h
SinglePhaseFluidProperties.h
ADBoundaryFlux3EqnFreeOutflow
Computes the outflow boundary flux directly for the 1-D, 1-phase, variable-area Euler equations.
Definition
ADBoundaryFlux3EqnFreeOutflow.h:19
ADBoundaryFlux3EqnFreeOutflow::calcFlux
virtual void calcFlux(unsigned int iside, dof_id_type ielem, const std::vector< ADReal > &U1, const RealVectorValue &normal, std::vector< ADReal > &flux) const override
Solve the Riemann problem on the boundary face.
Definition
ADBoundaryFlux3EqnFreeOutflow.C:38
ADBoundaryFlux3EqnFreeOutflow::_fp
const SinglePhaseFluidProperties & _fp
Definition
ADBoundaryFlux3EqnFreeOutflow.h:30
ADBoundaryFlux3EqnFreeOutflow::validParams
static InputParameters validParams()
Definition
ADBoundaryFlux3EqnFreeOutflow.C:17
ADBoundaryFluxBase
A base class for computing/caching fluxes at boundaries.
Definition
ADBoundaryFluxBase.h:26
ThreadedGeneralUserObject::parameters
const InputParameters & parameters() const
SinglePhaseFluidProperties
Common class for single phase fluid properties.
Definition
SinglePhaseFluidProperties.h:115
InputParameters
Generated on Fri Aug 21 2026 13:41:54 for https://mooseframework.inl.gov by
1.9.8