Template class for implementing the advective flux in the porous conservation of fluid energy equation at boundaries when using a HLLC discretization. More...
#include <PCNSFVHLLCFluidEnergyBC.h>
Public Member Functions | |
PCNSFVHLLCFluidEnergyBC (const InputParameters ¶ms) | |
template<> | |
InputParameters | validParams () |
template<> | |
InputParameters | validParams () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual ADReal | fluxElem () override |
flux functions on elem & boundary, i.e. standard left/right values of F More... | |
virtual ADReal | fluxBoundary () override |
virtual ADReal | hllcElem () override |
HLLC modifications to flux for elem & boundary, see Toro. More... | |
virtual ADReal | hllcBoundary () override |
virtual ADReal | conservedVariableElem () override |
virtual ADReal | conservedVariableBoundary () override |
Template class for implementing the advective flux in the porous conservation of fluid energy equation at boundaries when using a HLLC discretization.
Definition at line 20 of file PCNSFVHLLCFluidEnergyBC.h.
PCNSFVHLLCFluidEnergyBC< T >::PCNSFVHLLCFluidEnergyBC | ( | const InputParameters & | params | ) |
Definition at line 36 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
Definition at line 85 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
conserved variable of this equation This is not just _u_elem/_u_boundary to allow using different sets of variables in the future
Definition at line 78 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
Definition at line 50 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
flux functions on elem & boundary, i.e. standard left/right values of F
Definition at line 42 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
Definition at line 68 of file PCNSFVHLLCFluidEnergyBC.C.
|
overrideprotectedvirtual |
HLLC modifications to flux for elem & boundary, see Toro.
Definition at line 58 of file PCNSFVHLLCFluidEnergyBC.C.
|
static |
Definition at line 17 of file PCNSFVHLLCFluidEnergyBC.C.
InputParameters PCNSFVHLLCFluidEnergyBC< PCNSFVHLLCSpecifiedPressureBC >::validParams | ( | ) |
Definition at line 27 of file PCNSFVHLLCFluidEnergyBC.C.
InputParameters PCNSFVHLLCFluidEnergyBC< PCNSFVHLLCSpecifiedPressureBC >::validParams | ( | ) |