https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CNSFVHLLCBase.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 "FVFluxKernel.h"
13
14#include <vector>
15#include <array>
16#include <unordered_map>
17
18class FaceInfo;
19class HLLCUserObject;
21
45
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for both HLLC inter-cell flux kernels and boundary conditions.
const SinglePhaseFluidProperties & _fluid
fluid properties
const ADMaterialProperty< Real > & _speed_elem
speeds left == elem, right == neighbor
const ADMaterialProperty< Real > & _pressure_elem
pressures left == elem, right == neighbor
ADReal _normal_speed_neighbor
const ADMaterialProperty< Real > & _specific_internal_energy_elem
internal energies left == elem, right == neighbor
const ADMaterialProperty< Real > & _rho_elem
densities left == elem, right == neighbor
const ADMaterialProperty< Real > & _speed_neighbor
const ADMaterialProperty< Real > & _rho_neighbor
const ADMaterialProperty< Real > & _rho_et_elem
static std::array< ADReal, 3 > waveSpeed(const HLLCData &hllc_data, const ADRealVectorValue &normal)
helper function for computing wave speed
HLLCData hllcData() const
const ADMaterialProperty< RealVectorValue > & _vel_elem
velocities left == elem, right == neighbor
const ADMaterialProperty< Real > & _specific_internal_energy_neighbor
const ADMaterialProperty< Real > & _rho_et_neighbor
ADReal _normal_speed_elem
speeds normal to the interface
const ADMaterialProperty< Real > & _pressure_neighbor
static InputParameters validParams()
const ADMaterialProperty< RealVectorValue > & _vel_neighbor
ADReal _SL
the wave speeds
const RealVectorValue & normal() const
Common class for single phase fluid properties.
Helper structure for holding data necessary for computing HLLC fluxes.
const ADReal & e_neighbor
const SinglePhaseFluidProperties & fluid
fluid properties
const ADRealVectorValue & vel_neighbor
const ADReal & rho_elem
densities left == elem, right == neighbor
const ADReal & e_elem
internal energies left == elem, right == neighbor
const ADRealVectorValue & vel_elem
velocities left == elem, right == neighbor
const ADReal & rho_neighbor