https://mooseframework.inl.gov
CNSFVHLLCBCBase.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 #include "CNSFVHLLCBase.h"
14 
16 
20 class CNSFVHLLCBCBase : public FVFluxBC
21 {
22 public:
24 
26 
27 protected:
32  virtual void preComputeWaveSpeed() = 0;
33 
34  HLLCData hllcData() const;
35 
38 
48 
54 
57 
68 };
HLLCData hllcData() const
virtual void preComputeWaveSpeed()=0
this function is a call back for setting quantities for computing wave speed before calling the wave ...
ADReal _SL
the wave speeds
DualNumber< Real, DNDerivativeType, true > ADReal
ADReal _pressure_boundary
const ADMaterialProperty< RealVectorValue > & _vel_elem
const ADMaterialProperty< Real > & _rho_elem
static InputParameters validParams()
Common class for single phase fluid properties.
CNSFVHLLCBCBase(const InputParameters &parameters)
const ADMaterialProperty< Real > & _speed_elem
const ADMaterialProperty< Real > & _specific_internal_energy_elem
material properties on the elem side of the boundary
ADReal _normal_speed_boundary
these quantities must be computed in preComputeWaveSpeed
const ADMaterialProperty< Real > & _pressure_elem
Base clase for HLLC boundary condition for Euler equation.
const ADMaterialProperty< Real > & _ht_elem
const InputParameters & parameters() const
Helper structure for holding data necessary for computing HLLC fluxes.
Definition: CNSFVHLLCBase.h:25
ADReal _specific_internal_energy_boundary
ADReal _normal_speed_elem
speeds normal to the interface on the element side
const ADMaterialProperty< Real > & _rho_et_elem
ADRealVectorValue _vel_boundary
const SinglePhaseFluidProperties & _fluid
fluid properties