https://mooseframework.inl.gov
Loading...
Searching...
No Matches
BoundaryFluxGasMixBC.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
13
18{
19public:
21
23
24protected:
25 virtual std::vector<ADReal> fluxInputVector() const override;
26 virtual std::map<unsigned int, unsigned int> getIndexMapping() const override;
27
31 const unsigned int _xirhoA_var;
32};
Boundary conditions base class for the 1-phase, variable-area Euler equations using a boundary flux u...
Boundary conditions for a FlowChannelGasMix using a boundary flux object.
virtual std::vector< ADReal > fluxInputVector() const override
Returns the flux input vector.
const unsigned int _xirhoA_var
Coupled variable index for x*rho*A.
const ADMaterialProperty< Real > & _xirhoA
x*rho*A
static InputParameters validParams()
virtual std::map< unsigned int, unsigned int > getIndexMapping() const override
Creates the mapping of coupled variable index to index in Euler system.
const InputParameters & parameters() const