https://mooseframework.inl.gov
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 
12 #include "ADBoundaryFlux3EqnBC.h"
13 
18 {
19 public:
21 
23 
24 protected:
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 };
const ADMaterialProperty< Real > & _xirhoA
x*rho*A
virtual std::map< unsigned int, unsigned int > getIndexMapping() const override
Creates the mapping of coupled variable index to index in Euler system.
const unsigned int _xirhoA_var
Coupled variable index for x*rho*A.
Boundary conditions for the 1-D, 1-phase, variable-area Euler equations using a boundary flux user ob...
static InputParameters validParams()
const InputParameters & parameters() const
virtual std::vector< ADReal > fluxInputVector() const override
Returns the flux input vector.
Boundary conditions for a FlowChannelGasMix using a boundary flux object.
BoundaryFluxGasMixBC(const InputParameters &parameters)