https://mooseframework.inl.gov
ADBoundaryFlux3EqnBC.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 
19 {
20 public:
22 
23 protected:
24  virtual std::vector<ADReal> fluxInputVector() const override;
25  virtual std::map<unsigned int, unsigned int> getIndexMapping() const override;
26 
29 
31  const unsigned int _n_passives;
32 
33 public:
35 };
const ADMaterialProperty< std::vector< Real > > & _passives_times_area
Names of the passive transport solution variables, if any [amount/m].
const InputParameters & parameters() const
ADBoundaryFlux3EqnBC(const InputParameters &parameters)
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 _n_passives
Number of passive transport variables.
static InputParameters validParams()
Boundary conditions for the 1-D, 1-phase, variable-area Euler equations using a boundary flux user ob...
Boundary conditions base class for the 1-phase, variable-area Euler equations using a boundary flux u...
virtual std::vector< ADReal > fluxInputVector() const override
Returns the flux input vector.