https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PCNSFVHLLCBC.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 "FVFluxBC.h"
13
15
DualNumber< Real, DNDerivativeType, true > ADReal
const InputParameters & parameters() const
Base clase for HLLC boundary conditions for the Euler equation.
const ADMaterialProperty< Real > & _ht_elem
static InputParameters validParams()
const ADMaterialProperty< RealVectorValue > & _vel_elem
const ADMaterialProperty< Real > & _speed_elem
ADReal _rho_et_boundary
ADReal _normal_speed_boundary
these quantities must be computed in preComputeWaveSpeed
ADReal _rho_boundary
virtual ADReal fluxElem()=0
flux functions on elem & from boundary
ADReal _normal_speed_elem
speeds normal to the interface on the element side
ADReal _specific_internal_energy_boundary
ADRealVectorValue _vel_boundary
virtual ADReal computeQpResidual() override
virtual ADReal conservedVariableElem()=0
conserved variable of this equation from elem and boundary
const SinglePhaseFluidProperties & _fluid
fluid properties
virtual ADReal conservedVariableBoundary()=0
const ADMaterialProperty< Real > & _rho_elem
virtual ADReal hllcBoundary()=0
const ADMaterialProperty< Real > & _specific_internal_energy_elem
material properties on the elem side of the boundary
const MaterialProperty< Real > & _eps_elem
const ADMaterialProperty< Real > & _rho_et_elem
ADReal _et_boundary
ADReal _pressure_boundary
const ADMaterialProperty< Real > & _pressure_elem
virtual ADReal fluxBoundary()=0
ADReal _ht_boundary
ADReal _SL
the wave speeds
virtual ADReal hllcElem()=0
HLLC modifications to flux for elem & boundary, see Toro.
virtual void preComputeWaveSpeed()=0
this function is a call back for setting quantities for computing wave speed before calling the wave ...
Common class for single phase fluid properties.